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

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c3260 char numprint[NBUF_SIZE]; variable
3285 (void) snprintf(numprint, NBUF_SIZE, "%d", type);
3290 return (numprint);
3308 (void) snprintf(numprint, NBUF_SIZE, "%d", alg);
3309 return (numprint);
3343 (void) snprintf(numprint, NBUF_SIZE, "%d", type);
3344 return (numprint);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c1112 static char numprint[128]; /* Enough to hold an algorithm name. */ local
1128 (void) strlcpy(numprint, alg->a_names[0], sizeof (numprint));
1131 (void) snprintf(numprint, sizeof (numprint), "%d", alg_value);
1134 return (numprint);

Completed in 92 milliseconds