OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mode_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc
36
#define
mode_t
__kernel_mode_t
macro
45
#undef
mode_t
macro
/src/sys/sys/
mman.h
48
#ifndef
mode_t
49
typedef __mode_t
mode_t
;
typedef
50
#define
mode_t
__mode_t
macro
247
int shm_open(const char *, int,
mode_t
);
types.h
179
#ifndef
mode_t
180
typedef __mode_t
mode_t
; /* permissions */
typedef
181
#define
mode_t
__mode_t
macro
/src/lib/libc/time/
zic.c
77
typedef unsigned short gid_t,
mode_t
, uid_t;
typedef
126
static
mode_t
creat_perms = CREAT_PERMS;
773
# define MODE_T_MAX_NO_PADDING MAXVAL(
mode_t
, TYPE_BIT(
mode_t
))
776
(TYPE_SIGNED(
mode_t
) \
777
? _Generic((
mode_t
) 0, \
781
: (
mode_t
) -1)
803
static
mode_t
const no_mode = -1;
804
static
mode_t
output_mode = -1;
806
static
mode_t
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026