Searched refs:bufflen (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/ucbcmd/users/
H A Dusers.c34 int bufflen = BUFSIZ; local
54 if (nusers == bufflen) {
55 bufflen *= 2;
57 bufflen * sizeof (char *));
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c121 size_t bufflen; /* Length of |buff| */ local
210 bufflen = 165 + strlen(word);
211 buff = alloca(bufflen);
245 (void) snprintf(currbuffp, bufflen,
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_line.c225 char bufflen[ENCODE_SPACE_NEEDED]; local
266 bufflen, sizeof(bufflen));
277 memcpy((void *) ptr, bufflen, nbytes_len);

Completed in 63 milliseconds