Searched refs:restart_service_prop (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Drestart.h34 extern void GetRestartInfo(char *restart_service_prop, char *client_host_name,
H A Drestart.c53 * '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]
78 GetRestartInfo(char * restart_service_prop,char * client_host_name,Bool * run_local,char ** restart_protocol,char ** restart_machine) argument
155 char *restart_service_prop; local in function:Restart
347 char *restart_service_prop; local in function:Clone
[all...]
H A Dinfo.c397 char *restart_service_prop;
435 restart_service_prop = NULL;
454 restart_service_prop = (char *) pval->value;
462 if (restart_service_prop)
463 tmp1 = restart_service_prop;
521 restart_service_prop = NULL;
537 restart_service_prop = (char *) pval->value;
545 if (restart_service_prop)
546 tmp1 = restart_service_prop;
388 char *restart_service_prop; local in function:UpdateClientList
H A Dsave.c1229 char *restart_service_prop;
1257 restart_service_prop = NULL;
1274 restart_service_prop = (char *) pval->value;
1281 if (restart_service_prop)
1282 tmp1 = restart_service_prop;
1309 restart_service_prop = NULL;
1323 restart_service_prop = (char *) pval->value;
1330 if (restart_service_prop)
1331 tmp1 = restart_service_prop;
1201 char *restart_service_prop; local in function:PopupBadSave

Completed in 6 milliseconds