Searched refs:numprint (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h255 extern char numprint[NBUF_SIZE];
H A Dipsec_util.c3258 char numprint[NBUF_SIZE]; variable
3283 (void) snprintf(numprint, NBUF_SIZE, "%d", type);
3288 return (numprint);
3306 (void) snprintf(numprint, NBUF_SIZE, "%d", alg);
3307 return (numprint);
3341 (void) snprintf(numprint, NBUF_SIZE, "%d", type);
3342 return (numprint);

Completed in 36 milliseconds