Home
last modified time | relevance | path

Searched refs:R_OK (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dpty.c363 if (geteuid() != ROOT_UID && mch_access(TtyName, R_OK | W_OK)) in mch_openpty()
421 if (geteuid() != ROOT_UID && mch_access(TtyName, R_OK | W_OK)) in mch_openpty()
H A Dvim.h1599 #ifndef R_OK
1600 # define R_OK 4 // for systems that don't have R_OK in unistd.h macro
H A Dos_win32.c7038 if (p & R_OK) in mch_access()
7079 | ((p & R_OK) ? GENERIC_READ : 0); in mch_access()