Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dgpg.vim59 \ allow-freeform-uid allow-non-selfsigned-uid
71 \ merge-only no no-allow-non-selfsigned-uid
H A Ddtrace.vim92 syn keyword dtraceIdentifier pset root stackdepth tid timestamp uid uregs
99 syn match dtraceConstant "$\(projid\|sid\|target\|taskid\|uid\)"
H A Dmmp.vim24 syn keyword mmpStorage systemresource target targettype targetpath uid
H A Dsqloracle.vim34 syn keyword sqlKeyword parallel successful synonym table tablespace then to trigger uid
127 syn keyword sqlFunction sys_connect_by_path sys_context sys_guid sys_typeid uid user userenv vsizea…
H A Desqlc.vim29 syntax keyword esqlcKeyword successful synonym table then to trigger uid
H A Dsqlj.vim31 syn keyword sqljKeyword successful synonym table then to trigger uid
H A D8th.vim93 Builtin tuck G:tuck type-check G:type-check typeassert G:typeassert uid G:uid uname G:uname unlock…
203 Builtin model? hw:model? poll hw:poll sensor hw:sensor start hw:start stop hw:stop uid? hw:uid? fe…
204 Builtin fetch-uid-mail imap:fetch-uid-mail login imap:login logout imap:logout new imap:new search…
H A Dsamba.vim72 syn keyword sambaKeyword contained hook hires pid uid close rootpreexec
H A Dsqlforms.vim86 syntax keyword sqlKeyword successful synonym table to trigger uid
H A Dtcsh.vim53 …dirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose versio…
H A Dfstab.vim182 …cache_timeout\|cache_X_timeout\|ssh_protocol\|directport\|max_read\|umask\|uid\|gid\|entry_timeout…
H A Dperl.vim100 syn match perlStatementPword "\<\%(get\%(pw\%(uid\|nam\)\|gr\%(gid\|nam\)\|login\)\)\|\%(end\|[gs]…
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim192 " :call NetUserPass("uid") -- will prompt for password
193 " :call NetUserPass("uid","password") -- sets global userid and password
/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 Dmain.c3343 uid_t uid = getuid(); in file_owned() local
3345 uid_t uid = ((getgid() << 16) | getuid()); in file_owned() local
3348 return !(mch_stat(fname, &s) != 0 || s.st_uid != uid in file_owned()
3350 || mch_lstat(fname, &s) != 0 || s.st_uid != uid in file_owned()
H A Dos_unix.c2437 mch_get_uname(uid_t uid, char_u *s, int len) in mch_get_uname() argument
2442 if ((pw = getpwuid(uid)) != NULL in mch_get_uname()
2449 sprintf((char *)s, "%d", (int)uid); // assumes s is long enough in mch_get_uname()
/vim-8.2.3635/runtime/doc/
H A Dpi_netrw.txt330 :NetUserPass [uid [password]] -- prompts as needed
331 :call NetUserPass() -- prompts for uid and password
332 :call NetUserPass("uid") -- prompts for password
333 :call NetUserPass("uid","password") -- sets global uid and password
379 =0 use default ftp (uid password)
380 =1 use alternate ftp method (user uid password)
516 uid/password should only be retained over one ftp session. However, netrw
518 uid/password for just one "ftp session" would be the same as not remembering
519 the uid/password at all. IMHO this would rapidly grow tiresome as one
614 | :Nread host uid pass path | :Nwrite host uid pass path | ftp |
[all …]
H A Dtodo.txt3206 6 ":e /tmp/$tty" doesn't work. ":e $uid" does. Is $tty not set because of
H A Dversion5.txt4785 Unix: ":e /tmp/$uid" didn't work. When expanding environment variables in a
H A Dversion7.txt4329 Solution: Recognize root uid is 65535. Check select() return value for it
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim3349 " :call NetUserPass("uid") -- will prompt for password
3350 " :call NetUserPass("uid","password") -- sets global userid and password
3352 " :call NetUserPass("host","uid","password") -- sets hup dictionary with host, userid, password
3380 let s:netrw_hup[host].uid = g:netrw_uid
3393 let g:netrw_uid = s:netrw_hup[host].uid
3395 " call Decho("get s:netrw_hup[".host."].uid <".s:netrw_hup[host].uid.">",'~'.expand("<slnum>"))
3429 let s:netrw_hup[host].uid = g:netrw_uid
3444 let s:netrw_hup[host].uid = a:2
3446 let g:netrw_uid = s:netrw_hup[host].uid
3448 " call Decho("set s:netrw_hup[".host."].uid <".s:netrw_hup[host].uid.">",'~'.expand("<slnum>"))
[all …]