Searched refs:PRARGSZ (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPexecname.c165 (void) strncpy(path, P->psinfo.pr_psargs, PRARGSZ);
166 path[PRARGSZ] = '\0';
206 (void) strncpy(path, P->psinfo.pr_psargs, PRARGSZ);
207 path[PRARGSZ] = '\0';
H A Dproc_arg.c292 size_t n = PRARGSZ;
H A DP32ton.c434 (void) memcpy(&dst->pr_psargs[0], &src->pr_psargs[0], PRARGSZ);
807 (void) memcpy(&dst->pr_psargs[0], &src->pr_psargs[0], PRARGSZ);
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h243 #define PRARGSZ 80 /* Number of chars of arguments */ macro
272 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
537 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h242 #define PRARGSZ 80 /* Number of chars of arguments */ macro
271 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
536 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h274 #define PRARGSZ 80 /* number of chars of arguments */ macro
300 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
713 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
/illumos-gate/usr/src/cmd/ps/
H A Dps.c1572 * PRARGSZ == length of cmd arg string.
1574 psinfo->pr_psargs[PRARGSZ-1] = '\0';
1575 bytesleft = PRARGSZ;
1593 wcnt = namencnt(psinfo->pr_psargs, PRARGSZ, lflg ? 35 : PRARGSZ);
1902 * PRARGSZ == length of cmd arg string.
1908 psinfo->pr_psargs[PRARGSZ-1] = '\0';
1909 bytesleft = PRARGSZ;
1927 wcnt = namencnt(psinfo->pr_psargs, PRARGSZ, width);
H A Ducbps.c378 if (twidth > PRARGSZ && (psargs = malloc(twidth)) == NULL) {
557 * This allows >PRARGSZ characters of arguments to be displayed but,
1003 * PRARGSZ == length of cmd arg string.
1007 i = PRARGSZ;
1008 tp = &psinfo->pr_psargs[PRARGSZ];
/illumos-gate/usr/src/cmd/w/
H A Dw.c109 char p_comm[PRARGSZ+1]; /* command */
110 char p_args[PRARGSZ+1]; /* command line arguments */
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c113 char p_comm[PRARGSZ+1]; /* command */
114 char p_args[PRARGSZ+1]; /* command line arguments */
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c65 char psargs[PRARGSZ];
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c225 name = mbstrip(psinfo->pr_psargs, PRARGSZ);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1821 MIN(PRARGSZ-1, PSARGSZ));
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1632 MIN(PRARGSZ-1, PSARGSZ));
3471 MIN(PRARGSZ-1, PSARGSZ));
H A Dprsubr.c2312 MIN(PRARGSZ-1, PSARGSZ));
2444 MIN(PRARGSZ-1, PSARGSZ));
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2059 (void) printf(" %.*s", PRARGSZ, psi.pr_psargs);

Completed in 100 milliseconds