Searched defs:STRSZ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c479 #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 DPcontrol.c2183 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 51 milliseconds