Home
last modified time | relevance | path

Searched refs:MSGSIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c51 #define MSGSIZE 256 macro
313 char buf[MSGSIZE], *conf = NULL, *token = NULL, *last = NULL; in test_dns_nsswitch()
319 (void) snprintf(buf, MSGSIZE, in test_dns_nsswitch()
336 (void) snprintf(buf, MSGSIZE, in test_dns_nsswitch()
365 (void) snprintf(buf, MSGSIZE, in test_dns_nsswitch()
408 char buf[MSGSIZE]; in __ns_ldap_check_dns_preq()
436 (void) snprintf(buf, MSGSIZE, in __ns_ldap_check_dns_preq()
443 (void) snprintf(buf, MSGSIZE, in __ns_ldap_check_dns_preq()
473 char *attr[2] = {"dn", NULL}, buf[MSGSIZE]; in __ns_ldap_check_gssapi_preq()
510 (void) snprintf(buf, MSGSIZE, in __ns_ldap_check_gssapi_preq()
[all …]
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c40 #define MSGSIZE 128 macro
63 char msg[MSGSIZE]; in main()
121 dat.maxlen = MSGSIZE; in main()