Searched refs:NBUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h57 #define NBUF_SIZE 16 macro
255 extern char numprint[NBUF_SIZE];
H A Dipsec_util.c3260 char numprint[NBUF_SIZE];
3285 (void) snprintf(numprint, NBUF_SIZE, "%d", type);
3308 (void) snprintf(numprint, NBUF_SIZE, "%d", alg);
3343 (void) snprintf(numprint, NBUF_SIZE, "%d", type);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c1106 #define NBUF_SIZE 20 /* Enough to print a large integer. */ macro

Completed in 77 milliseconds