Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dos_unix.pro28 int mch_get_uname(uid_t uid, char_u *s, int len);
/vim-8.2.3635/src/
H A Dos_unix.c2428 return mch_get_uname(getuid(), s, len); in mch_get_user_name()
2437 mch_get_uname(uid_t uid, char_u *s, int len) in mch_get_uname() function
H A Dmemline.c2166 if (mch_get_uname(st.st_uid, uname, B0_UNAME_SIZE) == OK) in swapfile_info()