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)
|