代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/288095/4011103

c execute.c

/* * execute.c * * $Id: execute.c,v 1.5 1999/06/01 15:31:41 VZ Exp $ * * Invoke a query * * The iODBC driver manager. * * Copyright (C) 1995 by Ke Jin *
www.eeworm.com/read/283334/4082599

h execute.h

///////////////////////////////////////////////////////////////////////////// // Name: unix/execute.h // Purpose: private details of wxExecute() implementation // Author: Vadim Zeit
www.eeworm.com/read/281897/4112057

py execute.py

import popen2 import select import signal import os import time class Timeout(Exception): pass class Executer: def __init__(self, cmd, timeout=0): self.cmd = cmd self.instanc
www.eeworm.com/read/280962/4121282

py execute.py

import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy import exceptions from testlib import * class ExecuteTest(TestBase): def setUpAll(self): global user
www.eeworm.com/read/278327/4146398

c execute.c

/* * Copyright (c) 1998-2002 Sun Microsystems, Inc. All Rights Reserved. * * This software is the confidential and proprietary information of Sun * Microsystems, Inc. ("Confidential Information").
www.eeworm.com/read/278327/4146418

h execute.h

/* * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved. * * This software is the confidential and proprietary information of Sun * Microsystems, Inc. ("Confidential Information").
www.eeworm.com/read/276984/4160545

py execute.py

#! /usr/bin/python """ LA-CC 05-135 Trident 0.7.1 Copyright Notice Copyright 2006 (c) the Regents of the University of California. This Software was produced under a U.S. Government contract (W-7
www.eeworm.com/read/276363/4166172

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/271875/4221146

h execute.h

#ifndef _MIBGROUP_EXECUTE_H #define _MIBGROUP_EXECUTE_H config_require(util_funcs) config_belongs_in(agent_module) int run_shell_command(char *command, char *input, char *outpu
www.eeworm.com/read/271875/4221147

c execute.c

/* * Utility routines to assist with the running of sub-commands */ #include #if HAVE_IO_H #include #endif #include #if HAVE_STDLIB_H #include