Searched refs:MAX_INT_LEN (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 49 #define MAX_INT_LEN 11 /* 10+1 %d buflen for words/ints [not longs] */ macro 61 char nb[MAX_INT_LEN]; \ 62 if (snprintf(nb, MAX_INT_LEN, "%d", (from)) >= MAX_INT_LEN) \ 272 if ((*auth_user = malloc(MAX_INT_LEN)) == NULL) { in ldap_user_to_authenticate() 275 (void) snprintf(*auth_user, MAX_INT_LEN, "%d", in ldap_user_to_authenticate() 513 char numbuf[MAX_INT_LEN], *strp; in attr_addmod() 517 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 D | snmplib.h | 70 #define MAX_INT_LEN 16 /* #chars to print */ macro
|
H A D | snmplib.c | 1139 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()
|