Searched refs:illegal (Results 1 – 8 of 8) sorted by relevance
57 If an illegal instruction or an illegal memory access occurs, the
15 static const char illegal[] = "+,<=>:;\"/\\|?*[]\x7f"; variable304 (c && (c < 0x20 || strchr(illegal, c)))) { in efi_str_to_fat()
43 illegal memory access
31 if it is an illegal instruction, privileged instruction or
263 old specification will result in an illegal instruction
569 iligal||illegal570 illigal||illegal
1287 const char *p, illegal[] = "<>:\"/\\|?*"; in normalize_longname() local1297 if (strchr(illegal, *p)) in normalize_longname()
84 to intercept run-time exceptions, e.g. for unaligned access or illegal
Completed in 16 milliseconds