| /netbsd/src/external/bsd/openldap/dist/tests/data/ |
| D | test-dn.ldif | 20 member: UID=jsmith,DC=example,DC=net 40 description: UID=jsmith,DC=example,DC=net 141 member: UID=jsmith,,DC=example,DC=net 142 description: UID=jsmith,,DC=example,DC=net // extra comma 147 member: UID=john,smith 148 description: UID=john,smith // unescaped , 153 member: UID=john+smith 154 description: UID=john+smith // unescaped + 159 member: UID=john\?smith 160 description: UID=john\?smith // invalid escape of ? or unescaped \ [all …]
|
| D | dn.out | 28 description: UID=jsmith, O=example, C=US // spaces 34 description: UID=jsmith;O=example;C=US // semi-colons 64 description: UID=jsmith,DC=example,DC=net 76 dn: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com 78 cn: Name and Optional UID 79 uniqueMember: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com 84 description: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com // 95 dn: cn=Should Parse as DN,cn=Name and Optional UID,ou=Related Syntaxes,dc=exam 102 description: dc=example,dc=com#0'B // malformed UID? 103 description: dc=example,dc=com#'0B // malformed UID? [all …]
|
| /netbsd/src/sbin/mount_umap/ |
| D | umap_manual | 13 UID in one domain may correspond to a different user in another domain. 23 different users with the same UID in the two domains can be distinguished. 26 has privileges to login, run programs, and access files. ``UID''refers to 36 They do not, however, have to have the same numerical UID, nor even the 38 if possible, however). Any user not having a UID in one domain will be 41 sub-trees need not be given a UID in the other domain. 44 domains in the same manner as UID's. Again, any group that wishes to 48 The umap layer has no provisions for enrolling UID's from other domains 50 UID in every domain, the UID in the local domain can be used to enroll 53 NOBODY and NULLGROUP are special reserved UID's and GID's, respectively. [all …]
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/doc/ |
| D | deliverable.txt | 35 * Find key in loaded keyring (by key ID, by UID) 47 * Add/remove UID 49 * Certify UID 104 * Add UID 106 * Remove UID 108 * Certify UID
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_read_format_xar.c | 28 #define UID 1001 macro 89 assertEqualInt(archive_entry_uid(ae), UID); in verify0() 112 assertEqualInt(archive_entry_uid(ae), UID); in verify1() 178 assertEqualInt(archive_entry_uid(ae), UID); in verify2() 227 assertEqualInt(archive_entry_uid(ae), UID); in verify3() 277 assertEqualInt(archive_entry_uid(ae), UID); in verify4() 326 assertEqualInt(archive_entry_uid(ae), UID); in verify5() 368 assertEqualInt(archive_entry_uid(ae), UID); in verify6() 430 assertEqualInt(archive_entry_uid(ae), UID); in verify7()
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | smb_data_print-oobr.out | 11 UID = 4098 (0x1002) 42 UID = 4098 (0x1002) 72 UID = 4098 (0x1002) 105 UID = 4098 (0x1002)
|
| D | smb_data_print-segv.out | 11 UID = 4098 (0x1002) 42 UID = 4098 (0x1002) 72 UID = 0 (0x0)
|
| D | smb_print_trans-oobr2.out | 15 UID = 0 (0x0)
|
| D | smb_print_trans-oobr1.out | 17 UID = 0 (0x0)
|
| /netbsd/src/sbin/mount_portal/examples/ |
| D | cvs.sh.sh | 6 UID=`id -u` 7 export HOME=`awk -F: '$3=='"$UID"'{print$6}' /etc/passwd`
|
| /netbsd/src/bin/ps/ |
| D | keyword.c | 70 #define UID(n1, n2, of) \ macro 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),
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| D | gkrb5_err.et | 12 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits" 13 error_code G_NOUSER, "UID does not resolve to username"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | df.h | 761 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument 762 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument 763 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument 764 ? DF_INSN_UID_GET (UID) \
|
| D | sel-sched-ir.h | 785 #define SID_BY_UID(UID) (&s_i_d[LUID_BY_UID (UID)]) argument 795 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/po/heim_com_err35224064/ |
| D | heim_com_err35224064.pot | 25 msgid "STRING-UID-NAME contains nondigits" 30 msgid "UID does not resolve to username"
|
| /netbsd/src/tests/net/net/ |
| D | t_unix.c | 73 #define UID 666 macro 286 setuid(clntuid = UID); in test() 297 clntuid = UID; in test()
|
| /netbsd/src/usr.bin/make/unit-tests/ |
| D | cmdline.mk | 5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}/cmdline
|
| D | Makefile | 34 .MAKE.UID?= ${id -u:L:sh} 42 TMPDIR:= ${TMPDIR}/uid${.MAKE.UID} 44 TMPDIR:= /tmp/uid${.MAKE.UID} 238 .if ${.MAKE.UID} > 0
|
| /netbsd/src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| D | aetables.h | 551 [03Ch 0060 4] UID : 00000000
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-3.6 | 114 numerical UID and use that instead. 129 # UID when the UID has no entry in the UNIX password file.
|
| /netbsd/src/external/gpl2/lvm2/dist/scripts/ |
| D | lvm_dump.sh | 103 if test "$UID" != "0" && test "$EUID" != "0"; then
|
| D | vgimportclone.sh | 103 if [ "$UID" != "0" -a "$EUID" != "0" ]
|
| /netbsd/src/tests/bin/ps/ |
| D | keywords | 115 uid UID
|
| /netbsd/src/external/bsd/kyua-cli/dist/examples/ |
| D | kyua.conf | 49 -- The name or UID of the unprivileged user.
|
| /netbsd/src/share/man/tools/ |
| D | sp.ignore | 781 UID 1049 UID 1870 UID
|