代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/101135/6238025
2 execve.2
EXECVE(2) Minix Programmer's Manual EXECVE(2)
NAME
execve - execute a file
SYNOPSIS
#include
int execve(const char *name, ch
www.eeworm.com/read/101082/6241504
c system_.c
/*
char id_system[] = "@(#)system_.c 1.5";
*
* execute a unix command
*
* calling sequence:
* iexit = system(command)
* where:
* iexit will return the exit status of the command
* command is a
www.eeworm.com/read/100419/6269806
preioexec
## OpenCA - RA Server Command
## (c) 1998-2001 by Massimiliano Pala and OpenCA Group
##
## File Name: preIOExec
## Brief: preIOExec command
## Description: execute the preIOExec command
## P
www.eeworm.com/read/100419/6269868
preioexec
## OpenCA - RA Server Command
## (c) 1998-2001 by Massimiliano Pala and OpenCA Group
##
## File Name: preIOExec
## Brief: preIOExec command
## Description: execute the preIOExec command
## P
www.eeworm.com/read/251886/6335784
sin insert-header.sin
# Sed script that inserts the file called HEADER before the header entry.
#
# At each occurrence of a line starting with "msgid ", we execute the following
# commands. At the first occurrence, insert
www.eeworm.com/read/492789/6409056
sin insert-header.sin
# Sed script that inserts the file called HEADER before the header entry.
#
# At each occurrence of a line starting with "msgid ", we execute the following
# commands. At the first occurrence, insert
www.eeworm.com/read/479774/6678530
java antioperation.java
package calculate.operations;
import calculate.Calculate;
import calculate.Operation;
public class AntiOperation implements Operation {
public void execute(Calculate calculate) {
String
www.eeworm.com/read/479774/6678531
java backspaceoperation.java
package calculate.operations;
import calculate.Calculate;
import calculate.Operation;
public class BackspaceOperation implements Operation {
public void execute(Calculate calculate) {
St
www.eeworm.com/read/479774/6678532
java sqrtoperation.java
package calculate.operations;
import calculate.Calculate;
import calculate.Operation;
public class SqrtOperation implements Operation {
public void execute(Calculate calculate) {
String
www.eeworm.com/read/479774/6678533
java ceoperation.java
package calculate.operations;
import calculate.Calculate;
import calculate.Operation;
public class CEOperation implements Operation {
public void execute(Calculate calculate) {
calculate