Home
last modified time | relevance | path

Searched refs:MAX_INT_LEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c48 #define MAX_INT_LEN 11 /* 10+1 %d buflen for words/ints [not longs] */ macro
60 char nb[MAX_INT_LEN]; \
61 if (snprintf(nb, MAX_INT_LEN, "%d", (from)) >= MAX_INT_LEN) \
270 if ((*auth_user = malloc(MAX_INT_LEN)) == NULL) { in ldap_user_to_authenticate()
273 (void) snprintf(*auth_user, MAX_INT_LEN, "%d", in ldap_user_to_authenticate()
511 char numbuf[MAX_INT_LEN], *strp; in attr_addmod()
515 if (snprintf(numbuf, MAX_INT_LEN, "%d", value) >= MAX_INT_LEN) in attr_addmod()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.h70 #define MAX_INT_LEN 16 /* #chars to print */ macro
H A Dsnmplib.c1139 char tod_str[MAX_INT_LEN]; in mibcache_populate()
1155 (void) snprintf(tod_str, MAX_INT_LEN, "%d", tod); in mibcache_populate()
1241 char subid_str[MAX_INT_LEN]; in oid_to_oidstr()