代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/10438/185915
c execvp.c
/***
*execvp.c - execute a file and search along PATH
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execvp() - execute a file and search along
www.eeworm.com/read/10438/186615
c execvpe.c
/***
*execvpe.c - execute a file with given environ; search along PATH
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execvpe() - execute a file
www.eeworm.com/read/10438/186777
c wexecve.c
/***
*wexecve.c - execute a file with a given environment (wchar_t version)
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wexecve() - execute a
www.eeworm.com/read/16273/666525
c execve.c
/***
*execve.c - execute a file with a given environment
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execve() - execute a file
*
www.eeworm.com/read/16273/667233
c execl.c
/***
*execl.c - execute a file with a list of arguments
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execl() - execute a file with
www.eeworm.com/read/468541/1487629
java main.java
public class Main {
public static void main(String[] args) {
Host host = new Host(10000);
try {
System.out.println("execute BEGIN");
host.execute();
www.eeworm.com/read/249812/4445767
java main.java
public class Main {
public static void main(String[] args) {
Host host = new Host(10000);
try {
System.out.println("execute BEGIN");
host.execute();
www.eeworm.com/read/243864/4518963
java main.java
public class Main {
public static void main(String[] args) {
Host host = new Host(10000);
try {
System.out.println("execute BEGIN");
host.execute();
www.eeworm.com/read/322590/3522962
ksh exp.test007.ksh
echo create index test;
Statement Executed
Statement Executed
Statement Executed
Statement Executed
Statement Executed
Statement execute failed with error -17
Statement execute failed with error -17
www.eeworm.com/read/302839/3822719
isa swap.isa
//This template provides the execute functions for a swap
def template SwapExecute {{
Fault %(class_name)s::execute(%(CPU_exec_context)s *xc,
Trace::InstRecord *traceData) con