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

/haiku-fatelf/src/bin/coreutils/src/
H A Dpathchk.c268 bool file_exists = false; local
298 file_exists = true;
307 || (! file_exists && PATH_MAX_MINIMUM <= filelen))
345 if (! check_component_lengths && ! file_exists)
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php15 if (file_exists('haiku.conf.php'))
174 if (!file_exists($pidfile) && !file_exists($sessfile)) {
199 if (!file_exists($pidfile) && !file_exists($sessfile))
246 if (!file_exists($sessfile))
533 if (file_exists($pidfile))
569 if (file_exists($pidfile)) {
576 if (file_exists($sessionfile)) {
/haiku-fatelf/src/bin/bash/
H A Dbashhist.c282 if (hf && *hf && file_exists (hf))
348 if (hf && *hf && file_exists (hf))
407 if (file_exists (hf) == 0)
H A Dgeneral.h303 extern int file_exists __P((char *));
H A Dgeneral.c528 file_exists (fn) function
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c267 file_exists (char *filename)
334 if (file_exists (PXDB_SVR4))
264 file_exists (char *filename) function

Completed in 75 milliseconds