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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c145 static const char syscalls_filename[] = "SYSCALLS.c"; variable
772 size_t fl = strlen (f), sysl = sizeof (syscalls_filename) - 1;
773 return sysl <= fl && strcmp (f + fl - sysl, syscalls_filename) == 0;
4291 + sizeof (syscalls_filename));
4305 + sizeof (syscalls_filename));
4319 strcat (syscalls_absolute_filename, syscalls_filename);

Completed in 55 milliseconds