Searched refs:match_setenv (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dparse.c116 match_setenv(const struct match *im, struct match *om, const char *key, function
170 if (match_setenv(im, om, ps->ps_key, o) == -1)
215 if (match_setenv(im, om, pi->pi_key, o) == -1)
461 if (match_setenv(im, om, pa->pa_addrkey, o) == -1)
514 if (match_setenv(im, om, pt->pt_key, (prop_object_t)b) == -1)
540 if (match_setenv(im, om, pif->pif_key, o) == -1)
586 match_setenv(im, om, NULL, NULL);
696 if (match_setenv(im, om, (o == NULL) ? NULL : k->k_key, o) == -1)

Completed in 63 milliseconds