OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_NOCTTY_PORTABLE
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/libportable/common/include/
fcntl_portable.h
38
#ifndef
O_NOCTTY_PORTABLE
39
#define
O_NOCTTY_PORTABLE
00000400
/development/ndk/sources/android/libportable/arch-x86/
open.c
31
if (flags &
O_NOCTTY_PORTABLE
)
/development/ndk/sources/android/libportable/arch-mips/
open.c
44
if (flags &
O_NOCTTY_PORTABLE
)
fcntl.c
186
if (flags &
O_NOCTTY_PORTABLE
)
226
portableflags |=
O_NOCTTY_PORTABLE
;
Completed in 1323 milliseconds