代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/139693/13139325
gif execute.gif
www.eeworm.com/read/241361/13152302
c execute.c
/* execute.c - code used by small shell to execute commands */
#include
#include
#include
#include
#include
int execute(char *argv[])
/*
* pu
www.eeworm.com/read/322848/13363984
java execute.java
package sjg.scripting;
import sjg.*;
import java.util.*;
/**
* Class representing an execute command. Similar to method call.
*
* @author Christian Hvid
*/
public class Execute extends Command
www.eeworm.com/read/321397/13407481
html execute.html
www.eeworm.com/read/311131/13635050
h execute.h
www.eeworm.com/read/306457/13744804
c execute.c
execute(int j)
{
int i, fd, fds[2];
/* 1 */
if (infile[0]!='\0')
cmdlin[0].infd = open(infile, O_RDONLY);
/* 2 */
if (outfile[0]!='\0')
if (append==FALS
www.eeworm.com/read/304851/13785010
c execute.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
** EXECUTE.C - This is the ODBC sample dri
www.eeworm.com/read/303837/13808009
c execute.c
www.eeworm.com/read/145991/5741800
c execute.c
/*--------------------------------------------------------------------*/
/* e x e c u t e . C */
/*