Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/vms/
H A Dvmsmunch.c135 static unsigned long uic; local
155 {ATR$S_UIC,ATR$C_UIC,&uic}, /* file owner */
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c11319 #define valid_uic(uic) ((uic).uic$v_format == UIC$K_UIC_FORMAT && \ argument
11362 {sizeof(uic), UAI$_UIC, &uic, &luic},
11391 pwd->pw_uid= uic.uic$l_uic;
11392 pwd->pw_gid= uic.uic$v_group;
11432 __pwdcache.pw_uid= uic.uic$l_uic;
11433 __pwdcache.pw_gid= uic.uic$v_group;
11476 uic.uic$l_uic= uid;
11477 if (!uic.uic$v_group)
11478 uic.uic$v_group= PerlProc_getgid();
11498 __pwdcache.pw_uid = uic.uic$l_uic;
[all …]
/openbsd/usr.bin/telnet/
H A Dcommands.c162 unsigned int uic = (unsigned int)c; in control() local
164 if (uic == 0x7f) in control()
169 if (uic >= 0x80) { in control()
175 } else if (uic >= 0x20) { in control()