Searched refs:match_setenv (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sbin/ifconfig/ |
| H A D | parse.c | 119 match_setenv(const struct match *im, struct match *om, const char *key, in match_setenv() function 173 if (match_setenv(im, om, ps->ps_key, o) == -1) in pstr_match() 218 if (match_setenv(im, om, pi->pi_key, o) == -1) in pinteger_match() 456 if (match_setenv(im, om, pa->pa_addrkey, o) == -1) in paddr_match() 509 if (match_setenv(im, om, pt->pt_key, (prop_object_t)b) == -1) in pterm_match() 535 if (match_setenv(im, om, pif->pif_key, o) == -1) in piface_match() 581 match_setenv(im, om, NULL, NULL); in pbranch_match() 690 if (match_setenv(im, om, (o == NULL) ? NULL : k->k_key, o) == -1) in pkw_match()
|