ifconfig.c | 513 no_cmds_exec(prop_dictionary_t env, prop_dictionary_t oenv) 521 else if (getifflags(env, oenv, &ignore) == -1) 529 wait_dad_exec(prop_dictionary_t env, prop_dictionary_t oenv) 593 media_status_exec(prop_dictionary_t env, prop_dictionary_t oenv) 601 else if (getifflags(env, oenv, &ignore) == -1) 634 prop_dictionary_t env, oenv; local in function:main 776 if ((oenv = prop_dictionary_create()) == NULL) 779 if (matches_exec(match, oenv, nmatch) == -1) 787 env = oenv; 789 env = prop_dictionary_augment(env, oenv); 855 prop_dictionary_t env, oenv; local in function:printall [all...] |