代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/258893/4351283
in makefile.in
# Makefile.in
DEBUG=0
SHELL=/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
LIBDIRS=-L@libdir@
PFLDIR=../../../libs/pfl
SDKDIR=../../../libs/pgpcdk
SHAREDDIR=../shared
INCDIRS=-I$
www.eeworm.com/read/105397/15668422
in liburl-config.in
#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
sbindir=@sbindir@
libexecdir=@libexecdir@
datadir=@datadir@
sysconfdir=@sysconfdir@
sharedstatedir=@sharedstatedir@
localstatedir=
www.eeworm.com/read/102394/15783056
in gsl-config.in
#! /bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
usage()
{
cat
www.eeworm.com/read/471347/1431529
makefile_02
OBJS=star.o hello.o
CC=gcc
CFLAGS= -Wall -O -g
EXEC=myprog
$(EXEC):$(OBJS)
$(CC) $(OBJS) -o $(EXEC)
star.o : star.c starfun.h
$(CC) $(CFLAGS) -c star.c -o star.o
hello.o : hello.c hello.h starfu
www.eeworm.com/read/304654/3795265
entries
/disk_boot.c/1.1.1.1/Sat Nov 8 08:41:43 2003//
/elf.h/1.1.1.1/Sat Nov 8 08:41:43 2003//
/exec.c/1.1.1.1/Sat Nov 8 08:41:43 2003//
/exec_bin.c/1.1.1.1/Sat Nov 8 08:41:43 2003//
/exec_elf.c/1.1.1.1/
www.eeworm.com/read/181573/9245688
in makefile.in
#
# Makefile for libnids.
#
# Dug Song
srcdir = @srcdir@
VPATH = @srcdir@
install_prefix =
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@
libdir = @
www.eeworm.com/read/377958/9255405
sql 收缩数据库.sql
drop database archive
go
select databasepropertyex('master','property')
go
exec sp_help
go
use library
exec sp_spaceused adult
go
CREATE DATABASE Sales
ON PRIMARY
( NAME = SPri1_d
www.eeworm.com/read/177852/9430445
tcl doinstall.tcl
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
if [ -z "$DISPLAY" -o "X$1" = "X-nox" ]; then exec tclsh "$0" -- ${1+"$@"}; else exec wish "$0" -- ${1+"$@"}; fi
#
# Usage: doinstall