Searched refs:startCommand (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/proxymngr/dist/ |
| H A D | pmconfig.cpp | 4 ! <serviceName> managed <startCommand>
|
| H A D | config.h | 34 char **startCommand,
|
| H A D | config.c | 108 char **startCommand, 117 *startCommand = *proxyAddress = NULL; 162 *startCommand = malloc (n); 163 if (! *startCommand) { 169 snprintf(*startCommand, n, "%s&", p); 104 GetConfig(const char * configFile,const char * serviceName,Bool * managed,char ** startCommand,char ** proxyAddress) argument
|
| H A D | pmdb.h | 86 char *startCommand);
|
| H A D | main.c | 762 char *startCommand; 767 &startCommand, &proxyAddress)) 774 runningProxy = StartNewProxy (serviceName, startCommand); 791 free (startCommand); 920 char *startCommand; 924 &startCommand, &proxyAddress)) 933 runningProxy = StartNewProxy (serviceName, startCommand); 970 free (startCommand); 761 char *startCommand; local in function:PMReplyProcessMessages 919 char *startCommand; local in function:ForwardRequest
|
| H A D | pmdb.c | 109 char *startCommand) 139 if (system (startCommand) == -1) 141 printf ("unable to start managed proxy: %s\n", startCommand); 148 printf ("started managed proxy: %s\n", startCommand); 107 StartNewProxy(char * serviceName,char * startCommand) argument
|
Completed in 4 milliseconds