Searched refs:exec_string (Results 1 – 3 of 3) sorted by relevance
136 if (pri->exec_string) in free_private()137 free(pri->exec_string); in free_private()514 pri->exec_string = my_realloc(pri->exec_string, in main()517 (void) strcpy(pri->exec_string, pri->sys_string); in main()976 if (pri->exec_string && *pri->exec_string) { in worker_thread()980 (void) fputs(pri->exec_string, stdout); in worker_thread()1134 pri->exec_string = in worker_thread()1135 my_realloc(pri->exec_string, in worker_thread()1140 (void) strcpy(pri->exec_string, in worker_thread()
550 if (pri->exec_string && *pri->exec_string) { in sysexit()555 (void) fputs(pri->exec_string, stdout); in sysexit()558 pri->exec_string[0] = '\0'; in sysexit()
114 char *exec_string; /* copy of sys_string for exec() only */ member