Searched refs:OS_ACC_F_OK (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/um/include/shared/ | ||
D | os.h | 26 #define OS_ACC_F_OK 0 /* Test for existence. */ macro |
/linux-2.6.39/arch/um/os-Linux/ | ||
D | file.c | 73 (mode & OS_ACC_F_OK ? F_OK : 0); in os_access() |