Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difconfig.c475 char options[1024], *cp, *envformat, *namecp = NULL; in main() local
491 envformat = getenv("IFCONFIG_FORMAT"); in main()
492 if (envformat != NULL) in main()
493 setformat(envformat); in main()