Lines Matching refs:restart_service_prop
53 * 'restart_service_prop' is a property set by the client, or NULL.
66 * If 'restart_service_prop' is NULL, we use 'client_host_name' to
70 * If 'restart_service_prop' is non-NULL, we check the remote_start_protocol
73 * "rstart-rsh" but the hostname in the 'restart_service_prop' matches
80 GetRestartInfo(char *restart_service_prop, char *client_host_name,
90 if (restart_service_prop)
95 restart_service_prop, '/')) == NULL)
98 *restart_machine = (char *) XtNewString (restart_service_prop);
102 *restart_protocol = (char *) XtNewString (restart_service_prop);
103 (*restart_protocol)[temp - restart_service_prop] = '\0';
158 char *restart_service_prop;
176 restart_service_prop=NULL;
192 if(vl) restart_service_prop =
242 GetRestartInfo (restart_service_prop, c->clientHostname,
351 char *restart_service_prop;
368 restart_service_prop = NULL;
381 restart_service_prop = (char *) pval->value;
439 GetRestartInfo (restart_service_prop, client->clientHostname,