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

/freebsd-13-stable/bin/sh/
H A Dmknodes.c93 static struct str *curstr; /* current structure */ variable in typeref:struct:str
140 if (curstr && curstr->nfields > 0)
141 curstr->done = 1;
155 curstr = sp;
171 if (curstr == NULL || curstr->done)
177 fp = &curstr->field[curstr->nfields];
206 curstr
[all...]
/freebsd-13-stable/sys/dev/iicbus/
H A Dofw_iicbus.c113 char *curstr; local
143 for (curstr = compat; curstr < compat + compatlen;
144 curstr += strlen(curstr) + 1) {
145 if (strncmp(curstr, "MacRISC", 7) == 0)
/freebsd-13-stable/sys/powerpc/powermac/
H A Dplatform_powermac.c108 char *curstr; local
117 for (curstr = compat; curstr < compat + compatlen;
118 curstr += strlen(curstr) + 1) {
119 if (strncmp(curstr, "MacRISC", 7) == 0)

Completed in 101 milliseconds