Searched refs:__ILIST (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/stand/libsa/ |
| D | bootp.c | 486 __ILIST, /* name=value;name=value ... */ enumerator 623 {246, __ILIST, ""}, 624 {247, __ILIST, ""}, 625 {248, __ILIST, ""}, 626 {249, __ILIST, ""}, 734 case __ILIST: /* name=value;name=value... */ in setenv_() 747 if (op->fmt == __ILIST && (s = strchr(vp, ';'))) in setenv_()
|