Home
last modified time | relevance | path

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

/freebsd/stand/userboot/userboot/
H A Dmain.c104 const char *guest_interp, *my_interp; in check_interpreter() local
135 if ((guest_interp = memmem(buf, rdsize, INTERP_MARKER, in check_interpreter()
137 guest_interp += marklen; in check_interpreter()
139 guest_interp = "4th"; in check_interpreter()
147 if (strcmp(my_interp, guest_interp) != 0) in check_interpreter()
148 CALLBACK(swap_interpreter, guest_interp); in check_interpreter()