OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mode_flags
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/fs/reiserfs/
mode_string.c
34
static const mode_t
mode_flags
[] = {
variable
41
* because moving them ahead of the
mode_flags
declaration cause a text
63
if (mode &
mode_flags
[i+j]) {
68
if (mode &
mode_flags
[i+j]) {
/external/u-boot/drivers/video/rockchip/
rk_vop.c
153
int
mode_flags
;
local
165
mode_flags
= 0; /* RGB888 */
168
mode_flags
= 15; /* RGBaaa */
171
V_DSP_OUT_MODE(
mode_flags
));
/bionic/libc/kernel/uapi/sound/
sfnt_info.h
120
unsigned short
mode_flags
;
member in struct:soundfont_sample_info
/external/kernel-headers/original/uapi/sound/
sfnt_info.h
168
unsigned short
mode_flags
; /* mode flags */
member in struct:soundfont_sample_info
/bionic/libc/stdio/
stdio.cpp
254
int
mode_flags
;
local
255
int flags = __sflags(mode, &
mode_flags
);
258
int fd = open(file,
mode_flags
, DEFFILEMODE);
271
if ((
mode_flags
& O_APPEND) != 0) __sseek64(fp, 0, SEEK_END);
277
int
mode_flags
;
local
278
int flags = __sflags(mode, &
mode_flags
);
285
if (tmp != O_RDWR && (tmp != (
mode_flags
& O_ACCMODE))) {
292
if ((
mode_flags
& O_APPEND) && !(fd_flags & O_APPEND)) {
297
if ((
mode_flags
& O_CLOEXEC) && !((tmp = fcntl(fd, F_GETFD)) & FD_CLOEXEC)) {
310
int
mode_flags
;
local
[
all
...]
Completed in 310 milliseconds