HomeSort by relevance Sort by last modified time
    Searched refs:exec_string (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
main.c 138 if (pri->exec_string)
139 free(pri->exec_string);
518 pri->exec_string = my_realloc(pri->exec_string,
521 (void) strcpy(pri->exec_string, pri->sys_string);
990 if (pri->exec_string && *pri->exec_string) {
994 (void) fputs(pri->exec_string, stdout);
1149 pri->exec_string =
1150 my_realloc(pri->exec_string,
    [all...]
ramdata.h 115 char *exec_string; /* copy of sys_string for exec() only */ member in struct:__anon1873
actions.c 551 if (pri->exec_string && *pri->exec_string) {
556 (void) fputs(pri->exec_string, stdout);
559 pri->exec_string[0] = '\0';

Completed in 0 milliseconds