代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/454130/7397728
sql demo04.sql
create table t tablespace assm
as
select 0 id, a.*
from all_objects a
where 1=0;
alter table t
add constraint t_pk
primary key (id)
using index (crea
www.eeworm.com/read/297233/8038003
h svr4-t.h
/* Definitions of target machine for GNU compiler. Tandem S2 w/ NonStop UX. */
#include "mips/svr4-5.h"
/* Use the default value for this. */
#undef STANDARD_INCLUDE_DIR
#undef MACHINE_TYPE
#defin
www.eeworm.com/read/145341/12734878
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/329752/12935666
makefile
#
# Makefile for Chapter 08
#
# Type make to compile all the programs
# in the chapter
#
all: exec1 forkdemo1 forkdemo2 forkdemo3 psh1 psh2 waitdemo1 waitdemo2
clean:
rm -f exec1 forkdemo1 fork
www.eeworm.com/read/139695/13139124
pc db.pc
#include
#include
#include
#include
#include
#include
#include "sqlca.h"
#include "sqlda.h"
#include "const.h"
#include "db.h"
#defi
www.eeworm.com/read/241361/13152346
makefile
#
# Makefile for Chapter 08
#
# Type make to compile all the programs
# in the chapter
#
all: exec1 forkdemo1 forkdemo2 forkdemo3 psh1 psh2 waitdemo1 waitdemo2
clean:
rm -f exec1 forkdemo1 fork
www.eeworm.com/read/323119/13353787
test ndb_config.test
-- source include/have_ndb.inc
-- source include/ndb_default_cluster.inc
-- source include/not_embedded.inc
--exec $NDB_TOOLS_DIR/ndb_config --no-defaults --query=type,nodeid,host 2> /dev/null
--exec
www.eeworm.com/read/304660/13790254
in pango.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
pango_module_version=@PANGO_MODULE_VERSION@
Name: Pango
Description: Internationalized text handling
Version: @VERSI
www.eeworm.com/read/301022/13870036
c system_call_table.c
int sys_screen();
int sys_keybd();
int sys_file();
int sys_exec();
int sys_serial();
typedef int (*fn_ptr)();
fn_ptr system_call_table[] = { sys_screen , sys_keybd , sys_file , sys_exec, sys_
www.eeworm.com/read/144216/5752286
pl makefile.pl
use ExtUtils::MakeMaker;
use File::Spec;
WriteMakefile(
NAME => 're',
VERSION_FROM => 're.pm',
MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes',