代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/385548/2588383

h a.out.h

#ifndef _A_OUT_H #define _A_OUT_H #define __GNU_EXEC_MACROS__ struct exec { unsigned long a_magic; /* Use macros N_MAGIC, etc for access */ unsigned a_text; /* length of text, in bytes */ uns
www.eeworm.com/read/384423/2600882

in jrtplib.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@/jrtplib3 Name: Jrtplib Description: An full featured RTP library Requires: Version: @VERSION@ Libs: -L${libdir} -ljr
www.eeworm.com/read/382594/2632998

in acexml_xml_svc_conf_parser.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: ACEXML_XML_Svc_Conf_Parser Description: ACE XML Service Configurator Parser Requires: ACEXML_Parser Ver
www.eeworm.com/read/379174/2676012

xsd comp.xsd

www.eeworm.com/read/379174/2676015

xsd include.xsd

www.eeworm.com/read/365785/2895139

makefile

# Makefile for memory driver (MEMORY) DRIVER = memory # directories u = /usr i = $u/include s = $i/sys m = $i/minix b = $i/ibm d = .. # programs, flags, etc. MAKE = exec make CC = exec cc CFLAGS = -
www.eeworm.com/read/365785/2895141

makefile

# Makefile for random driver (RANDOM) DRIVER = random # directories u = /usr i = $u/include s = $i/sys m = $i/minix b = $i/ibm d = .. # programs, flags, etc. MAKE = exec make CC = exec cc CFLAGS = -
www.eeworm.com/read/362762/2927090

makefile

# Makefile for memory driver (MEMORY) DRIVER = memory # directories u = /usr i = $u/include s = $i/sys m = $i/minix b = $i/ibm d = .. # programs, flags, etc. MAKE = exec make CC = exec cc CFLAGS = -
www.eeworm.com/read/362762/2927092

makefile

# Makefile for random driver (RANDOM) DRIVER = random # directories u = /usr i = $u/include s = $i/sys m = $i/minix b = $i/ibm d = .. # programs, flags, etc. MAKE = exec make CC = exec cc CFLAGS = -
www.eeworm.com/read/258893/4351210

in makefile.in

# Makefile.in # author: Paul Shields SHELL=/bin/sh DEBUG=0 OPT=-g prefix=@prefix@ exec_prefix=@exec_prefix@ INCDIRS=-I@includedir@ LIBDIRS=-L@libdir@ PFLDIR=../../../libs/pfl SDKDIR