Searched refs:p_comm (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/w/ |
H A D | w.c | 103 char p_comm[PRARGSZ+1]; /* command */ member 427 (void) strlcpy(up->p_comm, info.pr_fname, sizeof (up->p_comm)); in main() 434 (void) strlcat(up->p_args, up->p_comm, in main() 549 (void) strlcpy(what, up->p_comm, in main()
|
/illumos-gate/usr/src/cmd/whodo/ |
H A D | whodo.c | 117 char p_comm[PRARGSZ+1]; /* command */ member 396 (void) strlcpy(up->p_comm, info.pr_fname, in main() 397 sizeof (up->p_comm)); in main() 459 (void) strlcat(up->p_args, up->p_comm, in main() 589 up->p_comm); in showproc()
|