OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FASYNC
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h
29
#define
FASYNC
0x1000
/external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h
21
#define
FASYNC
0x1000 /* fcntl, for BSD compatibility */
/bionic/libc/kernel/uapi/asm-generic/
fcntl.h
47
#ifndef
FASYNC
48
#define
FASYNC
00020000
/external/kernel-headers/original/uapi/asm-generic/
fcntl.h
44
#ifndef
FASYNC
45
#define
FASYNC
00020000 /* fcntl, for BSD compatibility */
/external/python/cpython2/Lib/plat-irix5/
FILE.py
151
FASYNC
= 0x1000
215
FASYNC
= 0x1000
/external/python/cpython2/Lib/plat-atheos/
IN.py
630
FASYNC
= O_ASYNC
/external/python/cpython2/Lib/plat-irix6/
FILE.py
555
FASYNC
= 0x1000
651
FASYNC
= 0x1000
Completed in 1639 milliseconds