Lines Matching defs:p_args
114 char p_args[PRARGSZ+1]; /* command line arguments */
346 up->p_args[0] = 0;
411 up->p_args[0] = 0;
418 (void) strcpy(up->p_args, info.pr_psargs);
419 if (up->p_args[0] == 0 ||
420 up->p_args[0] == '-' &&
421 up->p_args[1] <= ' ' ||
422 up->p_args[0] == '?') {
423 (void) strcat(up->p_args, " (");
424 (void) strcat(up->p_args, up->p_comm);
425 (void) strcat(up->p_args, ")");
601 (void) strcpy(doing, up->p_args);