Home
last modified time | relevance | path

Searched refs:F_OK (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/standard/
H A Dfilestat.c699 if (VCWD_ACCESS(filename, F_OK) != 0) { in PHP_FUNCTION()
794 #ifdef F_OK in php_stat()
796 RETURN_BOOL(VCWD_ACCESS(local, F_OK) == 0); in php_stat()
H A Dfile.c2362 if (VCWD_ACCESS(resolved_path_buff, F_OK)) { in PHP_FUNCTION()
/PHP-7.4/win32/
H A Dioutil.h87 #ifndef F_OK
88 #define F_OK 0x00 macro
H A Dioutil.c685 if (F_OK == mode) { in php_win32_ioutil_access_w()
/PHP-7.4/ext/session/
H A Dmod_files.c616 if (!VCWD_ACCESS(buf, F_OK)) { in PS_DESTROY_FUNC()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c225 if (0 > ret || X_OK == mode || F_OK == mode) { in tsrm_win32_access()
/PHP-7.4/ext/posix/
H A Dposix.c338 REGISTER_LONG_CONSTANT("POSIX_F_OK", F_OK, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1445 if (VCWD_ACCESS(url, F_OK) != 0) { in php_plain_files_metadata()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1320 if (VCWD_ACCESS(buff, F_OK)) { in SPL_METHOD()

Completed in 48 milliseconds