HomeSort by: relevance | last modified time | path
    Searched defs:match_setenv (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/ifconfig/
parse.c 119 match_setenv(const struct match *im, struct match *om, const char *key, function in typeref:typename:int
173 if (match_setenv(im, om, ps->ps_key, o) == -1)
218 if (match_setenv(im, om, pi->pi_key, o) == -1)
456 if (match_setenv(im, om, pa->pa_addrkey, o) == -1)
509 if (match_setenv(im, om, pt->pt_key, (prop_object_t)b) == -1)
535 if (match_setenv(im, om, pif->pif_key, o) == -1)
581 match_setenv(im, om, NULL, NULL);
690 if (match_setenv(im, om, (o == NULL) ? NULL : k->k_key, o) == -1)

Completed in 11 milliseconds