Home
last modified time | relevance | path

Searched refs:ifsp (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c6130 struct ifsregion *ifsp; in ifsbreakup() local
6144 ifsp = &ifsfirst; in ifsbreakup()
6148 p = string + ifsp->begoff; in ifsbreakup()
6150 nulonly = ifsp->nulonly; in ifsbreakup()
6153 while (p < string + ifsp->endoff) { in ifsbreakup()
6177 if (p >= string + ifsp->endoff) { in ifsbreakup()
6201 ifsp = ifsp->next; in ifsbreakup()
6202 } while (ifsp != NULL); in ifsbreakup()
6227 struct ifsregion *ifsp; in ifsfree() local
6228 ifsp = p->next; in ifsfree()
[all …]