Searched defs:found_cmd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/ifparse/
H A Difparse.c452 boolean_t found_cmd; local
454 found_cmd = _B_FALSE;
464 found_cmd = _B_TRUE;
480 if (found_cmd && p->c_name == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c699 boolean_t found_cmd; local
704 found_cmd = _B_FALSE;
713 found_cmd = _B_TRUE;
728 if (found_cmd && p->c_name == 0) {

Completed in 89 milliseconds