Searched refs:statebuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ips/
H A Dips.c239 static char statebuf[20]; local
260 sprintf(statebuf,"UNKNOWN(0x%02x)", state);
261 return(statebuf);
/freebsd-13-stable/bin/sh/
H A Djobs.c378 char statebuf[16]; local
416 fmtstr(statebuf, sizeof(statebuf), "Done(%d)",
418 statestr = statebuf;
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Ddlcommon.c1201 static char statebuf[80]; local
1226 (void) sprintf(statebuf, "unknown state 0x%x", state);
1227 return (statebuf);
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_server.c1518 u8 statebuf[4]; local
1527 res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE, statebuf,
1528 sizeof(statebuf));
1530 if (res == sizeof(statebuf)) {
1531 state = WPA_GET_BE32(statebuf);

Completed in 40 milliseconds