HomeSort by relevance Sort by last modified time
    Searched refs:command (Results 1 - 25 of 629) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /webstack/php-experiment/php-5.2.9RC3/TSRM/
tsrm_nw.h 26 TSRM_API FILE* popen(const char *command, const char *type);
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/server-tools/instance-manager/
parse_output.h 21 int parse_output_and_get_value(const char *command, const char *word,
  /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/TSRM/
tsrm_nw.h 26 TSRM_API FILE* popen(const char *command, const char *type);
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/server-tools/instance-manager/
parse_output.h 22 int parse_output_and_get_value(const char *command, const char *word,
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/server-tools/instance-manager/
parse_output.h 22 int parse_output_and_get_value(const char *command, const char *word,
  /webstack/webstack/trunk/src/mysql-5.0.45/server-tools/instance-manager/
parse_output.h 21 int parse_output_and_get_value(const char *command, const char *word,
  /webstack/webstack/trunk/src/php-5.2.0/TSRM/
tsrm_nw.h 26 TSRM_API FILE* popen(const char *command, const char *type);
  /webstack/webstack/trunk/src/php-5.2.4/TSRM/
tsrm_nw.h 26 TSRM_API FILE* popen(const char *command, const char *type);
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/extra/yassl/examples/echoserver/
echoserver.cpp 97 char command[1024]; local
99 while ( (echoSz = SSL_read(ssl, command, sizeof(command))) > 0) {
101 if ( strncmp(command, "quit", 4) == 0) {
102 printf("client sent quit command: shutting down!\n");
106 else if ( strncmp(command, "GET", 3) == 0) {
113 strncpy(command, type, sizeof(type));
116 strncpy(&command[echoSz], header, sizeof(header));
118 strncpy(&command[echoSz], body, sizeof(body));
120 strncpy(&command[echoSz], footer, sizeof(footer))
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/extra/yassl/examples/echoserver/
echoserver.cpp 97 char command[1024]; local
99 while ( (echoSz = SSL_read(ssl, command, sizeof(command))) > 0) {
101 if ( strncmp(command, "quit", 4) == 0) {
102 printf("client sent quit command: shutting down!\n");
106 else if ( strncmp(command, "GET", 3) == 0) {
113 strncpy(command, type, sizeof(type));
116 strncpy(&command[echoSz], header, sizeof(header));
118 strncpy(&command[echoSz], body, sizeof(body));
120 strncpy(&command[echoSz], footer, sizeof(footer))
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/extra/yassl/examples/echoserver/
echoserver.cpp 97 char command[1024]; local
99 while ( (echoSz = SSL_read(ssl, command, sizeof(command))) > 0) {
101 if ( strncmp(command, "quit", 4) == 0) {
102 printf("client sent quit command: shutting down!\n");
106 else if ( strncmp(command, "GET", 3) == 0) {
113 strncpy(command, type, sizeof(type));
116 strncpy(&command[echoSz], header, sizeof(header));
118 strncpy(&command[echoSz], body, sizeof(body));
120 strncpy(&command[echoSz], footer, sizeof(footer))
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.45/extra/yassl/examples/echoserver/
echoserver.cpp 97 char command[1024]; local
99 while ( (echoSz = SSL_read(ssl, command, sizeof(command))) > 0) {
101 if ( strncmp(command, "quit", 4) == 0) {
102 printf("client sent quit command: shutting down!\n");
106 else if ( strncmp(command, "GET", 3) == 0) {
113 strncpy(command, type, sizeof(type));
116 strncpy(&command[echoSz], header, sizeof(header));
118 strncpy(&command[echoSz], body, sizeof(body));
120 strncpy(&command[echoSz], footer, sizeof(footer))
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/mod_fcgid.2.2/arch/win32/
fcgid_pm_win.c 107 void procmgr_init_spawn_cmd(fcgid_command * command, request_rec * r,
118 memset(command, 0, sizeof(*command));
132 strncpy(command->initenv_key[i], initenv_entry[i].key,
134 command->initenv_key[i][INITENV_KEY_LEN - 1] = '\0';
135 strncpy(command->initenv_val[i], initenv_entry[i].val,
137 command->initenv_val[i][INITENV_VAL_LEN - 1] = '\0';
141 strncpy(command->cgipath, argv0, _POSIX_PATH_MAX);
142 command->cgipath[_POSIX_PATH_MAX - 1] = '\0';
143 command->deviceid = deviceid
    [all...]
  /webstack/webstack/trunk/src/mod_fcgid.2.2/arch/win32/
fcgid_pm_win.c 107 void procmgr_init_spawn_cmd(fcgid_command * command, request_rec * r,
118 memset(command, 0, sizeof(*command));
132 strncpy(command->initenv_key[i], initenv_entry[i].key,
134 command->initenv_key[i][INITENV_KEY_LEN - 1] = '\0';
135 strncpy(command->initenv_val[i], initenv_entry[i].val,
137 command->initenv_val[i][INITENV_VAL_LEN - 1] = '\0';
141 strncpy(command->cgipath, argv0, _POSIX_PATH_MAX);
142 command->cgipath[_POSIX_PATH_MAX - 1] = '\0';
143 command->deviceid = deviceid
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/examples/hello-tcl-tk/
hello.tcl 15 -command exit
  /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/examples/hello-tcl-tk/
hello.tcl 15 -command exit
  /webstack/webstack/branches/CoolStack12Rtm/src/lighttpd-1.4.18/src/
proc_open.h 24 int proc_open(proc_handler_t *ht, const char *command);
25 int proc_open_buffer(proc_handler_t *ht, const char *command, buffer *in, buffer *out, buffer *err);
  /webstack/webstack/trunk/src/lighttpd-1.4.18/src/
proc_open.h 24 int proc_open(proc_handler_t *ht, const char *command);
25 int proc_open_buffer(proc_handler_t *ht, const char *command, buffer *in, buffer *out, buffer *err);
  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/gnulib-lib/
javaexec.c 114 char *command = shell_quote_argv (argv); local
115 printf ("%s\n", command);
116 free (command);
133 /* Because $JAVA may consist of a command and options, we use the
139 char *command; local
155 command = (char *) xallocsa (command_length);
156 p = command;
157 /* Don't shell_quote $JAVA, because it may consist of a command
170 if (p - command > command_length)
174 printf ("%s\n", command);
236 char *command = shell_quote_argv (argv); local
291 char *command = shell_quote_argv (argv); local
345 char *command = shell_quote_argv (argv); local
400 char *command = shell_quote_argv (argv); local
    [all...]
  /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/gnulib-lib/
javaexec.c 114 char *command = shell_quote_argv (argv); local
115 printf ("%s\n", command);
116 free (command);
133 /* Because $JAVA may consist of a command and options, we use the
139 char *command; local
155 command = (char *) xallocsa (command_length);
156 p = command;
157 /* Don't shell_quote $JAVA, because it may consist of a command
170 if (p - command > command_length)
174 printf ("%s\n", command);
236 char *command = shell_quote_argv (argv); local
291 char *command = shell_quote_argv (argv); local
345 char *command = shell_quote_argv (argv); local
400 char *command = shell_quote_argv (argv); local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/freetds-0.64/src/odbc/unittests/
t0001.c 15 const char *command; local
23 command = "create table #odbctestdata ("
27 if (CommandWithResult(Statement, command) != SQL_SUCCESS) {
33 command = "insert #odbctestdata values ("
36 if (CommandWithResult(Statement, command) != SQL_SUCCESS) {
  /webstack/webstack/trunk/src/freetds-0.64/src/odbc/unittests/
t0001.c 15 const char *command; local
23 command = "create table #odbctestdata ("
27 if (CommandWithResult(Statement, command) != SQL_SUCCESS) {
33 command = "insert #odbctestdata values ("
36 if (CommandWithResult(Statement, command) != SQL_SUCCESS) {
  /webstack/webstack/branches/CoolStack12Rtm/src/mod_fcgid.2.2/
fcgid_pm.h 21 void procmgr_init_spawn_cmd(fcgid_command * command, request_rec * r,
24 apr_status_t procmgr_post_spawn_cmd(fcgid_command * command,
26 apr_status_t procmgr_peek_cmd(fcgid_command * command,
  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/lib/
dotsh.pl 36 local($tmp,$key,$shell,$command,$args,$vars) = '';
41 $command = shift (@dotsh);
44 open (_SH_ENV, "$command") || die "Could not open $dotsh!\n";
57 open (_SH_ENV, "$shell \"$vars && . $command $args && set \" |") || die;
59 open (_SH_ENV, "$shell \". $command $args && set \" |") || die;
  /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/snmplib/
coexistance.c 108 switch (PDU->command) {
121 PDU->command = SNMP_PDU_GETNEXT;
126 snmplib_debug(2, "Unable to translate PDU %d to SNMPv1!\n", PDU->command);

Completed in 1380 milliseconds

1 2 3 4 5 6 7 8 91011>>