Searched refs:MAX_INT_LEN (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 47 #define MAX_INT_LEN 11 /* 10+1 %d buflen for words/ints [not longs] */ macro 59 char nb[MAX_INT_LEN]; \ 60 if (snprintf(nb, MAX_INT_LEN, "%d", (from)) >= MAX_INT_LEN) \ 269 if ((*auth_user = malloc(MAX_INT_LEN)) == NULL) { in ldap_user_to_authenticate() 272 (void) snprintf(*auth_user, MAX_INT_LEN, "%d", in ldap_user_to_authenticate() 510 char numbuf[MAX_INT_LEN], *strp; in attr_addmod() 514 if (snprintf(numbuf, MAX_INT_LEN, "%d", value) >= MAX_INT_LEN) in attr_addmod()
|
/titanic_41/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 | 1198 char tod_str[MAX_INT_LEN]; in mibcache_populate() 1214 (void) snprintf(tod_str, MAX_INT_LEN, "%d", tod); in mibcache_populate() 1300 char subid_str[MAX_INT_LEN]; in oid_to_oidstr()
|