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()982 if (pri->exec_string && *pri->exec_string) { in worker_thread()986 (void) fputs(pri->exec_string, stdout); in worker_thread()1141 pri->exec_string = in worker_thread()1142 my_realloc(pri->exec_string, in worker_thread()1147 (void) strcpy(pri->exec_string, in worker_thread()
551 if (pri->exec_string && *pri->exec_string) { in sysexit()556 (void) fputs(pri->exec_string, stdout); in sysexit()559 pri->exec_string[0] = '\0'; in sysexit()
114 char *exec_string; /* copy of sys_string for exec() only */ member