Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_binmisc.c170 imgact_binmisc_populate_interp(xbe->xbe_interpreter, ibe); in imgact_binmisc_new_entry()
246 for(cnt = 0, p = xbe->xbe_interpreter; *p != 0; cnt++, p++) in imgact_binmisc_add_entry()
251 p = xbe->xbe_interpreter; in imgact_binmisc_add_entry()
366 memcpy(xbe->xbe_interpreter, ibe->ibe_interpreter, in imgact_binmisc_populate_xbe()
369 if (xbe->xbe_interpreter[i] == '\0') in imgact_binmisc_populate_xbe()
370 xbe->xbe_interpreter[i] = ' '; in imgact_binmisc_populate_xbe()
/f-stack/freebsd/sys/
H A Dimgact_binmisc.h74 char xbe_interpreter[IBE_INTERP_LEN_MAX]; /* Interpreter path + args */ member