Symbol: commandline
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
467
char commandline[MAX_PATH+256] = "";
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
538
_snprintf(commandline, sizeof(commandline), "kfwcpcc.exe \"%s\"", newfilename);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
543
commandline,
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
553
DebugEvent("KFW_Logon_Event - CommandLine %s", commandline);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
577
char commandline[MAX_PATH+256] = "";
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
593
_snprintf(commandline, sizeof(commandline), "kfwcpcc.exe \"%s\"", lpszCmdLine);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
598
commandline,
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
608
DebugEvent("KFW_Logon_Event - CommandLine %s", commandline);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
616
commandline, GetLastError());
sbin/camcontrol/modeedit.c
942
char *commandline;
sbin/camcontrol/modeedit.c
981
commandline = malloc(strlen(editor) + strlen(edit_path) + 2);
sbin/camcontrol/modeedit.c
982
if (commandline == NULL)
sbin/camcontrol/modeedit.c
984
sprintf(commandline, "%s %s", editor, edit_path);
sbin/camcontrol/modeedit.c
987
if (system(commandline) == -1)
sbin/camcontrol/modeedit.c
989
free(commandline);
usr.bin/rpcgen/rpc_main.c
1082
parseargs(int argc, const char *argv[], struct commandline *cmd)
usr.bin/rpcgen/rpc_main.c
126
struct commandline cmd;
usr.bin/rpcgen/rpc_main.c
128
(void) memset((char *)&cmd, 0, sizeof (struct commandline));
usr.bin/rpcgen/rpc_main.c
61
static int parseargs(int, const char **, struct commandline *);
usr.bin/rpcgen/rpc_main.c
63
static void mkfile_output(struct commandline *);
usr.bin/rpcgen/rpc_main.c
867
static void mkfile_output(struct commandline *cmd)