Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dmknodes.c79 static struct str *curstr; /* current structure */ variable
126 if (curstr && curstr->nfields > 0) in parsenode()
127 curstr->done = 1; in parsenode()
141 curstr = sp; in parsenode()
157 if (curstr == NULL || curstr->done) in parsefield()
163 fp = &curstr->field[curstr->nfields]; in parsefield()
192 curstr->nfields++; in parsefield()
/freebsd/sys/dev/iicbus/
H A Dofw_iicbus.c111 char *curstr; in ofw_iicbus_attach() local
141 for (curstr = compat; curstr < compat + compatlen; in ofw_iicbus_attach()
142 curstr += strlen(curstr) + 1) { in ofw_iicbus_attach()
143 if (strncmp(curstr, "MacRISC", 7) == 0) in ofw_iicbus_attach()
/freebsd/sys/powerpc/powermac/
H A Dplatform_powermac.c111 char *curstr; in powermac_probe() local
120 for (curstr = compat; curstr < compat + compatlen; in powermac_probe()
121 curstr += strlen(curstr) + 1) { in powermac_probe()
122 if (strncmp(curstr, "MacRISC", 7) == 0) in powermac_probe()