OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UID
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ArchiveWriter.h
24
unsigned
UID
= 0, GID = 0, Perms = 0644;
Archive.h
73
char
UID
[6];
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
archive2yaml.cpp
54
C.Fields["
UID
"].Value = ToString(Hdr.
UID
);
93
char
UID
[6];
/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/tests/net/net/
t_unix.c
73
#define
UID
666
148
# define unp_euid
uid
179
uid_t euid,
uid
;
local
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/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h
339
unsigned
UID
= 0; // A unique (small) ID for the file.
370
unsigned getUID() const { return
UID
; }
/src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_xar.c
28
#define
UID
1001
89
assertEqualInt(archive_entry_uid(ae),
UID
);
112
assertEqualInt(archive_entry_uid(ae),
UID
);
178
assertEqualInt(archive_entry_uid(ae),
UID
);
227
assertEqualInt(archive_entry_uid(ae),
UID
);
277
assertEqualInt(archive_entry_uid(ae),
UID
);
326
assertEqualInt(archive_entry_uid(ae),
UID
);
368
assertEqualInt(archive_entry_uid(ae),
UID
);
430
assertEqualInt(archive_entry_uid(ae),
UID
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
48
llvm::sys::fs::UniqueID
UID
;
62
Status(const Twine &Name, llvm::sys::fs::UniqueID
UID
,
80
llvm::sys::fs::UniqueID getUniqueID() const { return
UID
; }
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp
139
unsigned
UID
= 0;
200
unsigned allocUID() { return
UID
++; }
X86RecognizableInstr.h
162
InstrUID
UID
;
170
/// encoding and therefore distinct from the
UID
341
/// \param
uid
The unique ID of the current instruction.
344
InstrUID
uid
);
353
/// \param
uid
The unique ID of the instruction.
356
InstrUID
uid
);
/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/usr.bin/make/unit-tests/
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/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
67
:
UID
(Status.getUniqueID()), MTime(Status.getLastModificationTime()),
71
Status::Status(const Twine &Name, UniqueID
UID
, sys::TimePoint<> MTime,
74
: Name(Name.str()),
UID
(
UID
), MTime(MTime), User(User), Group(Group),
2142
static std::atomic<unsigned>
UID
;
2143
unsigned ID = ++
UID
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h
133
UINT32
UID
;
140
UINT32
UID
;
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
75
UID
= 269,
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
79
UID
= 269,
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026