Searched refs:STRSZ (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getutx.c | 479 #define STRSZ 64 /* Size of char buffer for argument strings */ macro 492 char user[STRSZ], id[STRSZ], line[STRSZ], pid[STRSZ], type[STRSZ], 493 term[STRSZ], exit[STRSZ], time[STRSZ], time_usec[STRSZ], [all...] |
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 2183 enum { STRSZ = 40 }; enumerator in enum:__anon150 2184 char string[STRSZ + 1]; 2196 string[STRSZ] = '\0'; 2198 for (nbyte = STRSZ; nbyte == STRSZ && leng < size; addr += STRSZ) { 2199 if ((nbyte = P->ops.pop_pread(P, string, STRSZ, addr,
|
Completed in 66 milliseconds