Searched refs:NBUF_SIZE (Results 1 – 3 of 3) sorted by relevance
57 #define NBUF_SIZE 16 macro255 extern char numprint[NBUF_SIZE];
3260 char numprint[NBUF_SIZE];3285 (void) snprintf(numprint, NBUF_SIZE, "%d", type); in rparsesatype()3308 (void) snprintf(numprint, NBUF_SIZE, "%d", alg); in rparsealg()3343 (void) snprintf(numprint, NBUF_SIZE, "%d", type); in rparseidtype()
1106 #define NBUF_SIZE 20 /* Enough to print a large integer. */ macro