代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/343891/3214678
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/341021/3261882
in manyconnect.in
#! /bin/sh
file=`pwd`/test-port
prefix="@prefix@"
exec_prefix="@exec_prefix@"
mpiexec="@bindir@/mpiexec"
starter="$mpiexec -n 1"
testpgm=testconnect
rm -f $file
# Default number of processes to star
www.eeworm.com/read/339446/3308150
in freetype2.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: FreeType 2
Description: A free, high-quality, and portable font engine.
Version: @ft_version@
Requires:
Libs: -
www.eeworm.com/read/334125/3372865
in ldb.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
modulesdir=@modulesdir@
Name: ldb
Description: An LDAP-like embedded database
Version: @PACKAGE_VERSION@
Requires.pri
www.eeworm.com/read/334125/3374921
in samba-hostconfig.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: samba-hostconfig
Description: Host-wide Samba configuration
Version: 0.0.1
Libs: -L${libdir} -lsamba-hostconfig
www.eeworm.com/read/309211/3706474
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/304805/3785450
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/304805/3785452
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/287127/4028612
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
www.eeworm.com/read/273763/4193163
in gdk-pixbuf-xlib-2.0.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GdkPixbuf Xlib
Description: GdkPixbuf rendering for Xlib
Version: @VERSION@
Requires: gobject-2.0,gmodule-2.0,g