代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/112059/15494385
c debug.c
#include
#include
#include "jtag.h"
#include "debug.h"
#include "regs.h"
extern unsigned long Data[10];
int debug_exec(unsigned long * data, int type)
{
/* allows f
www.eeworm.com/read/105297/15671540
in libsqlora8-config.in
#!/bin/sh
# Copied from examplelib, and changed.
af_libs=
af_cflags=
prefix=@prefix@
exec_prefix=@exec_prefix@
##
## Define usage()
##
usage()
{
cat
www.eeworm.com/read/100018/15888520
cgi mkfs.cgi
#!/usr/local/bin/perl
# mkfs.cgi
# Where the new filesystem actually gets created.
require './fdisk-lib.pl';
&foreign_require("proc", "proc-lib.pl");
&ReadParse();
&can_edit_disk($in{'dev'}) || &err
www.eeworm.com/read/373308/9464120
sql addlinkedsrv.sql
/*创建新的*/
EXEC sp_addlinkedserver
'highfly_local',
'',
'SQLOLEDB',
NULL,
NULL,
'DRIVER={SQL Server};SERVER=(local);'
go
EXEC sp_addlinkedsrvlogin 'highfly_local', 'false
www.eeworm.com/read/152814/5666605
extending
title Extending the Agent
description You can extend the snmp agent to have it return information
description that you yourself define.
token exec
info run a simple command using exec()
info argume
www.eeworm.com/read/139206/5807142
extending
title Extending the Agent
description You can extend the snmp agent to have it return information
description that you yourself define.
token exec
info run a simple command using exec()
info argume
www.eeworm.com/read/104049/6211874
extending
title Extending the Agent
description You can extend the snmp agent to have it return information
description that you yourself define.
token exec
info run a simple command using exec()
info argume
www.eeworm.com/read/453168/1642227
tests var_preserved.tests
export a=b
# external program
a=c /bin/true
env | grep ^a=
# builtin
a=d true
env | grep ^a=
# exec with redirection only
# in bash, this leaks!
a=e exec 1>&1
env | grep ^a=
echo OK
www.eeworm.com/read/250731/4427775
in makefile.in
##
## This is the makefile for dbTools
##
SHELL = @SHELL@
INSTALL = @INSTALL@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sysconfdir = @sysconfdir@
initdir = @initdir@
libdir = @
www.eeworm.com/read/250731/4427793
in makefile.in
##
## This is the makefile for thresholdMon
##
SHELL = @SHELL@
INSTALL = @INSTALL@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sysconfdir = @sysconfdir@
crondir = @crondir@
bina