Searched refs:exec_string (Results 1 – 3 of 3) sorted by relevance
138 if (pri->exec_string) in free_private()139 free(pri->exec_string); in free_private()516 pri->exec_string = my_realloc(pri->exec_string, in main()519 (void) strcpy(pri->exec_string, pri->sys_string); in main()981 if (pri->exec_string && *pri->exec_string) { in worker_thread()985 (void) fputs(pri->exec_string, stdout); in worker_thread()1140 pri->exec_string = in worker_thread()1141 my_realloc(pri->exec_string, in worker_thread()1146 (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