代码搜索:Exec

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

代码结果 10,000
www.eeworm.com/read/108242/6183893

h exec.h

/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Kenneth Almquist. * * Redistribu
www.eeworm.com/read/108242/6183930

c exec.c

/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Kenneth Almquist. * * Redistribu
www.eeworm.com/read/103192/6220825

txt exec.txt

An EXEC function with memory swap ================================= Thomas Wagner Ferrari electronic GmbH Beusselstrasse 27 D-1000
www.eeworm.com/read/101594/6236212

bsh exec.bsh

/** Get the Java Runtime and start the external process, display any output to the standard bsh output. */ bsh.help.exec = "usage: exec( String arg )"; exec( String arg ) { proc = Runtime.getRunt
www.eeworm.com/read/101082/6248926

exec gram.exec

/* "@(#)gram.exec 4.1 (ULTRIX) 7/17/90" */ /************************************************************************ * * * Copyright (c) 1984 by * * Digital Equipment Corporation, M
www.eeworm.com/read/101082/6248954

c exec.c

#ifndef lint static char *sccsid = " @(#)exec.c 1.3 (ULTRIX) 1/15/86"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/101082/6250644

exec gram.exec

exec: beginexec exec1 { TEST fprintf(diagfile, "exec done\n"); } ; beginexec: { $$ = bgnexec(); if(ncases > 0) ncases = 0; } ; exec1: lhs ASGNOP expr { if($1->tag==TCALL) { dcle
www.eeworm.com/read/101082/6250663

c exec.c

#include "defs" exlab(n) register int n; { if(n==0 && thisexec->labelno && !(thisexec->labused)) { thisexec->labused = 1; n = thisexec->labelno; } if(!prevbg || n!=0) /* avoid empty statement *
www.eeworm.com/read/101015/6262269

txt exec.txt

An EXEC function with memory swap ================================= Thomas Wagner Ferrari electronic GmbH Beusselstrasse 27 D-1000
www.eeworm.com/read/322905/6301573

c exec.c

/* * linux/fs/exec.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything