Searched refs:__ILIST (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/libsa/ |
H A D | bootp.c | 481 __ILIST, /* name=value;name=value ... */ enumerator 618 {246, __ILIST, ""}, 619 {247, __ILIST, ""}, 620 {248, __ILIST, ""}, 621 {249, __ILIST, ""}, 731 case __ILIST: /* name=value;name=value... */ in setenv_() 744 if (op->fmt == __ILIST && (s = strchr(vp, ';'))) in setenv_()
|