Searched refs:curstr (Results 1 – 3 of 3) sorted by relevance
79 static struct str *curstr; /* current structure */ variable126 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()
111 char *curstr; in ofw_iicbus_attach() local141 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()
111 char *curstr; in powermac_probe() local120 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()