Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dprotoize.c765 size_t fl = strlen (f), sysl = sizeof (syscalls_filename) - 1; in is_syscalls_file() local
766 return sysl <= fl && strcmp (f + fl - sysl, syscalls_filename) == 0; in is_syscalls_file()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td776 def SYSLxt : SystemLXtI<1, "sysl">;