Searched refs:MSGSIZE (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/streams/log/ |
H A D | strclean.c | 40 #define MSGSIZE 128 macro 63 char msg[MSGSIZE]; 121 dat.maxlen = MSGSIZE;
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 51 #define MSGSIZE 256 macro 313 char buf[MSGSIZE], *conf = NULL, *token = NULL, *last = NULL; 319 (void) snprintf(buf, MSGSIZE, 336 (void) snprintf(buf, MSGSIZE, 365 (void) snprintf(buf, MSGSIZE, 408 char buf[MSGSIZE]; 436 (void) snprintf(buf, MSGSIZE, 443 (void) snprintf(buf, MSGSIZE, 473 char *attr[2] = {"dn", NULL}, buf[MSGSIZE]; 510 (void) snprintf(buf, MSGSIZE, [all...] |
Completed in 52 milliseconds