Home
last modified time | relevance | path

Searched refs:ROOT_UID (Results 1 – 5 of 5) 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.h96 # define ROOT_UID 65535 macro
102 # define ROOT_UID 0 macro
H A Dclientserver.c247 && getuid() != ROOT_UID in prepare_server()
H A Dviminfo.c3117 || (getuid() != ROOT_UID in write_viminfo()
H A Doption.c618 if (options[opt_idx].indir == PV_ML && getuid() == ROOT_UID) in set_option_default()