Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/include/shared/
Dos.h33 #define OS_ACC_X_OK 1 /* Test for execute permission. */ macro
/linux-6.1.9/arch/um/os-Linux/
Dfile.c77 (mode & OS_ACC_X_OK ? X_OK : 0) | in os_access()