Home
last modified time | relevance | path

Searched refs:p_comm (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/w/
H A Dw.c109 char p_comm[PRARGSZ+1]; /* command */ member
363 (void) strncpy(up->p_comm, info.pr_fname, in main()
441 (void) strcat(up->p_args, up->p_comm); in main()
584 (void) strcpy(doing, up->p_comm); in calctotals()
/titanic_50/usr/src/cmd/whodo/
H A Dwhodo.c113 char p_comm[PRARGSZ+1]; /* command */ member
344 (void) strncpy(up->p_comm, info.pr_fname, in main()
424 (void) strcat(up->p_args, up->p_comm); in main()
525 up->p_comm); in showproc()