代码搜索:exec

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

代码结果 10,000
www.eeworm.com/read/229812/4751245

gml exec.gml

.func exec Functions .func2 execl .func2 execle .func2 execlp .func2 execlpe .func2 execv .func2 execve .func2 execvp .func2 execvpe .funcw _wexec .func2 _wexecle .func2 _wexeclp .func2 _w
www.eeworm.com/read/227819/4768569

c exec.c

/* * exec.c Execute external programs. * * Version: $Id: exec.c,v 1.42 2004/02/26 19:04:22 aland Exp $ * * This program is free software; you can redistribute it and/or modify * it under the
www.eeworm.com/read/223091/4814473

java exec.java

/* * Copyright (c) 2001 Sun Microsystems, Inc. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow
www.eeworm.com/read/222917/4816559

h exec.h

/* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------
www.eeworm.com/read/222917/4816626

c exec.c

/* +----------------------------------------------------------------------+ | PHP Version 4 | +-----------------------------------------
www.eeworm.com/read/217239/4875046

c exec.c

#include #include #include #ifdef __EMX__ #include #include #else #include #include #endif static
www.eeworm.com/read/216502/4890387

2 exec.2

.TH EXEC 2 .SH NAME execl, execv, execle, execve, execlp, execvp, exec, exece, environ \- execute a file .SH SYNOPSIS .B execl(name, arg0, arg1, ..., argn, 0) .br .B char *name, *arg0, *arg1, ..., *
www.eeworm.com/read/216502/4891401

exec gram.exec

exec: iffable | SDO end_spec label dospec { if($3->labdefined) execerr("no backward DO loops"); $3->blklevel = blklevel+1; exdo($3->labelno, $4); } | logif iffable { exendif(); thi
www.eeworm.com/read/216502/4891424

c exec.c

#include "defs" /* Logical IF codes */ exif(p) expptr p; { pushctl(CTLIF); ctlstack->elselabel = newlabel(); putif(p, ctlstack->elselabel); } exelif(p) expptr p; { if(ctlstack->ctltype == CTLI
www.eeworm.com/read/216499/4892277

2 exec.2

.th EXEC II 8/5/73 .sh NAME exec, execl, execv \*- execute a file .sh SYNOPSIS (exec = 11.) .br .ft B sys exec; name; args .br .li ... .br name: .br .li ... .br args: arg0; arg1; ...; 0 .br