Searched refs:numprint (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 3260 char numprint[NBUF_SIZE]; variable 3285 (void) snprintf(numprint, NBUF_SIZE, "%d", type); in rparsesatype() 3290 return (numprint); in rparsesatype() 3308 (void) snprintf(numprint, NBUF_SIZE, "%d", alg); in rparsealg() 3309 return (numprint); in rparsealg() 3343 (void) snprintf(numprint, NBUF_SIZE, "%d", type); in rparseidtype() 3344 return (numprint); in rparseidtype()
|
H A D | ipsec_util.h | 255 extern char numprint[NBUF_SIZE];
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 1112 static char numprint[128]; /* Enough to hold an algorithm name. */ in rparsealg() local 1128 (void) strlcpy(numprint, alg->a_names[0], sizeof (numprint)); in rparsealg() 1131 (void) snprintf(numprint, sizeof (numprint), "%d", alg_value); in rparsealg() 1134 return (numprint); in rparsealg()
|