Searched refs:NBUF_SIZE (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.h | 60 #define NBUF_SIZE 16 macro 244 extern char numprint[NBUF_SIZE];
|
H A D | ipsec_util.c | 3470 char numprint[NBUF_SIZE]; 3496 (void) snprintf(numprint, NBUF_SIZE, "%d", type); in rparsesatype() 3519 (void) snprintf(numprint, NBUF_SIZE, "%d", alg); in rparsealg() 3532 (void) snprintf(numprint, NBUF_SIZE, "%d", alg); in rparsetcpsigalg() 3567 (void) snprintf(numprint, NBUF_SIZE, "%d", type); in rparseidtype()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 1107 #define NBUF_SIZE 20 /* Enough to print a large integer. */ macro
|