Searched refs:uid (Results 1 – 21 of 21) sorted by relevance
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gpg.vim | 59 \ allow-freeform-uid allow-non-selfsigned-uid 71 \ merge-only no no-allow-non-selfsigned-uid
|
| H A D | dtrace.vim | 92 syn keyword dtraceIdentifier pset root stackdepth tid timestamp uid uregs 99 syn match dtraceConstant "$\(projid\|sid\|target\|taskid\|uid\)"
|
| H A D | mmp.vim | 24 syn keyword mmpStorage systemresource target targettype targetpath uid
|
| H A D | sqloracle.vim | 34 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 D | esqlc.vim | 29 syntax keyword esqlcKeyword successful synonym table then to trigger uid
|
| H A D | sqlj.vim | 31 syn keyword sqljKeyword successful synonym table then to trigger uid
|
| H A D | 8th.vim | 93 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 D | samba.vim | 72 syn keyword sambaKeyword contained hook hires pid uid close rootpreexec
|
| H A D | sqlforms.vim | 86 syntax keyword sqlKeyword successful synonym table to trigger uid
|
| H A D | tcsh.vim | 53 …dirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose versio…
|
| H A D | fstab.vim | 182 …cache_timeout\|cache_X_timeout\|ssh_protocol\|directport\|max_read\|umask\|uid\|gid\|entry_timeout…
|
| H A D | perl.vim | 100 syn match perlStatementPword "\<\%(get\%(pw\%(uid\|nam\)\|gr\%(gid\|nam\)\|login\)\)\|\%(end\|[gs]…
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | netrwPlugin.vim | 192 " :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 D | os_unix.pro | 28 int mch_get_uname(uid_t uid, char_u *s, int len);
|
| /vim-8.2.3635/src/ |
| H A D | main.c | 3343 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 D | os_unix.c | 2437 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 D | pi_netrw.txt | 330 :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 D | todo.txt | 3206 6 ":e /tmp/$tty" doesn't work. ":e $uid" does. Is $tty not set because of
|
| H A D | version5.txt | 4785 Unix: ":e /tmp/$uid" didn't work. When expanding environment variables in a
|
| H A D | version7.txt | 4329 Solution: Recognize root uid is 65535. Check select() return value for it
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 3349 " :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 …]
|