Home
last modified time | relevance | path

Searched refs:FORMAT_LEN (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c1671 #define FORMAT_LEN 256 in construct_format() macro
1673 format = safe_malloc(FORMAT_LEN); in construct_format()
1676 len += snprintf(format + len, FORMAT_LEN - len, "\t"); in construct_format()
1677 if ((len <= 0) || (len > FORMAT_LEN - 1)) { in construct_format()