Searched refs:startCommand (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/proxymngr/dist/
H A Dpmconfig.cpp4 ! <serviceName> managed <startCommand>
H A Dconfig.h34 char **startCommand,
H A Dconfig.c108 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 Dpmdb.h86 char *startCommand);
H A Dmain.c762 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 Dpmdb.c109 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