Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/ifconfig/
H A Difconfig.c394 char options[1024], *cp, *envformat, *namecp = NULL; in main() local
405 envformat = getenv("IFCONFIG_FORMAT"); in main()
406 if (envformat != NULL) in main()
407 setformat(envformat); in main()