/src/sbin/mount_portal/examples/ |
cvs.sh.sh | 6 UID=`id -u` 7 export HOME=`awk -F: '$3=='"$UID"'{print$6}' /etc/passwd`
|
/src/bin/ps/ |
keyword.c | 70 #define UID(n1, n2, of) \ 73 #define GID(n1, n2, off) UID(n1, n2, off) 123 UID("euid", "EUID", p_uid), 186 UID("ruid", "RUID", p_ruid), 201 UID("svuid", "SVUID", p_svuid), 213 UID("uid", "UID", p_uid),
|
/src/usr.bin/make/unit-tests/ |
opt-debug-graph1.exp | 33 .MAKE.UID = <details omitted>
|
suff-transform-debug.exp | 24 .MAKE.UID = <details omitted>
|
opt-debug-graph2.exp | 67 .MAKE.UID = <details omitted>
|
opt-debug-graph3.exp | 67 .MAKE.UID = <details omitted>
|
cmdline.mk | 5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}/cmdline
|
suff-main-several.exp | 98 .MAKE.UID = <details omitted>
|
Makefile | 34 .MAKE.UID?= ${id -u:L:sh} 42 TMPDIR:= ${TMPDIR}/uid${.MAKE.UID} 44 TMPDIR:= /tmp/uid${.MAKE.UID} 241 .if ${.MAKE.UID} > 0
|
/src/sys/external/bsd/gnu-efi/dist/lib/ |
dpath.c | 575 CatPrint( Str , L"Keyboard(%d)" , Acpi-> UID ) ; 579 CatPrint( Str , L"ParallelPort(%d)" , Acpi-> UID ) ; 583 CatPrint( Str , L"Serial(%d)" , Acpi-> UID ) ; 587 CatPrint( Str , L"Floppy(%d)" , Acpi-> UID ) ; 591 CatPrint( Str , L"PciRoot(%d)" , Acpi-> UID ) ; 595 CatPrint( Str , L"PcieRoot(%d)" , Acpi-> UID ) ; 600 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ; 607 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ; [all...] |
/src/tests/net/net/ |
t_unix.c | 73 #define UID 666 148 # define unp_euid uid 179 uid_t euid, uid; local in function:check_cred 199 uid = srvruid; 202 uid = clntuid; 207 uid = clntuid; 210 uid = srvruid; 216 CHECK_EQUAL(euid, uid, s); 286 setuid(clntuid = UID); 297 clntuid = UID; [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efidevp.h | 133 UINT32 UID; 140 UINT32 UID;
|
/src/sys/arch/i386/stand/efiboot/ |
efinet.c | 304 bus = acpi->UID;
|
eficons.c | 816 int uid = -1; local in function:efi_com_probe 826 * UID 0-3 map to legacy COM[1-4] and they use the legacy 834 for (uid = -1, dp = dp0; 842 uid = dpp.Acpi->UID; 847 if (uid < 0 || __arraycount(serios) <= uid) 856 serios[uid] = serio;
|
/src/sys/external/bsd/ipf/netinet/ |
ip_fil_netbsd.c | 666 # define UID(l) kauth_cred_getuid((l)->l_cred) 668 # define UID(l) ((l)->l_proc->p_cred->p_ruid) 672 # define UID(p) ((p)->p_cred->p_ruid) 717 error = ipf_ioctlswitch(&ipfmain, unit, data, cmd, mode, UID(p), p);
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 1112 # There is notably a 21 bits limit for the UID and the GID. In fact, 1113 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1117 # The $UID and $GID variables are not portable, so we need to resort 1123 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
|
/src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
aetables.h | 551 [03Ch 0060 4] UID : 00000000
|