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_t
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-perl/
asperl_undefs.h
34
# undef
uid_t
macro
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_linux.cpp
40
# define
uid_t
__kernel_uid_t
macro
49
# undef
uid_t
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc
38
#define
uid_t
__kernel_uid_t
macro
47
#undef
uid_t
macro
/src/external/bsd/libfido2/dist/openbsd-compat/
types.h
22
typedef uint32_t
uid_t
;
typedef
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_linux.cpp
40
# define
uid_t
__kernel_uid_t
macro
49
# undef
uid_t
macro
/src/external/bsd/top/dist/
os.h
113
typedef long
uid_t
;
typedef
/src/sys/sys/
statvfs.h
55
#ifndef
uid_t
56
typedef __uid_t
uid_t
; /* user id */
typedef
57
#define
uid_t
__uid_t
macro
92
uid_t
f_owner; /* user that mounted the file system */
types.h
205
#ifndef
uid_t
206
typedef __uid_t
uid_t
; /* user id */
typedef
207
#define
uid_t
__uid_t
macro
socket.h
374
#ifndef
uid_t
375
typedef __uid_t
uid_t
; /* user id */
typedef
376
#define
uid_t
__uid_t
macro
384
uid_t
sc_uid; /* real user id */
385
uid_t
sc_euid; /* effective user id */
/src/lib/libc/time/
zic.c
77
typedef unsigned short gid_t, mode_t,
uid_t
;
typedef
145
struct passwd {
uid_t
pw_uid; };
151
static
uid_t
const no_uid = -1;
153
static
uid_t
output_owner = -1;
169
# define UID_T_MAX_NO_PADDING MAXVAL(
uid_t
, TYPE_BIT(
uid_t
))
172
(TYPE_SIGNED(
uid_t
) \
173
? _Generic((
uid_t
) 0, \
177
: (
uid_t
) -1)
Completed in 23 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026