Searched refs:__ILIST (Results 1 – 1 of 1) sorted by relevance
| /freebsd/stand/libsa/ |
| H A D | bootp.c | 439 __ILIST, /* name=value;name=value ... */ enumerator 576 {246, __ILIST, ""}, 577 {247, __ILIST, ""}, 578 {248, __ILIST, ""}, 579 {249, __ILIST, ""}, 689 case __ILIST: /* name=value;name=value... */ in setenv_() 702 if (op->fmt == __ILIST && (s = strchr(vp, ';'))) in setenv_()
|