Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c1669 #define FORMAT_LEN 256 in construct_format() macro
1671 format = safe_malloc(FORMAT_LEN); in construct_format()
1674 len += snprintf(format + len, FORMAT_LEN - len, "\t"); in construct_format()
1675 if ((len <= 0) || (len > FORMAT_LEN - 1)) { in construct_format()