OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_flags
(Results
1 - 22
of
22
) sorted by null
/external/kernel-headers/original/asm-generic/
fcntl.h
58
#define F_GETFL 3 /* get file->
f_flags
*/
59
#define F_SETFL 4 /* set file->
f_flags
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h
61
#define F_GETFL 3 /* get file->
f_flags
*/
62
#define F_SETFL 4 /* set file->
f_flags
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h
61
#define F_GETFL 3 /* get file->
f_flags
*/
62
#define F_SETFL 4 /* set file->
f_flags
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h
61
#define F_GETFL 3 /* get file->
f_flags
*/
62
#define F_SETFL 4 /* set file->
f_flags
*/
/external/qemu/
a.out.h
32
short
f_flags
; /* flags */
member in struct:external_filehdr
35
/* Bits for
f_flags
:
359
unsigned short
f_flags
; /* flags */
member in struct:external_PE_filehdr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h
63
char
f_flags
[2]; /* flags */
member in struct:COFF_filehdr
67
* Bits for
f_flags
:
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h
63
char
f_flags
[2]; /* flags */
member in struct:COFF_filehdr
67
* Bits for
f_flags
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h
63
char
f_flags
[2]; /* flags */
member in struct:COFF_filehdr
67
* Bits for
f_flags
:
/external/chromium/chrome/browser/cocoa/
install_from_dmg.mm
104
if (!(statfs_buf.
f_flags
& MNT_RDONLY)) {
keystone_glue.mm
707
return (statfsBuf.
f_flags
& MNT_RDONLY) != 0;
[
all
...]
/external/valgrind/main/include/vki/
vki-amd64-linux.h
260
#define VKI_F_GETFL 3 /* get file->
f_flags
*/
261
#define VKI_F_SETFL 4 /* set file->
f_flags
*/
vki-ppc64-linux.h
378
#define VKI_F_GETFL 3 /* get file->
f_flags
*/
379
#define VKI_F_SETFL 4 /* set file->
f_flags
*/
vki-s390x-linux.h
325
#define VKI_F_GETFL 3 /* get file->
f_flags
*/
326
#define VKI_F_SETFL 4 /* set file->
f_flags
*/
vki-arm-linux.h
258
#define VKI_F_GETFL 3 /* get file->
f_flags
*/
259
#define VKI_F_SETFL 4 /* set file->
f_flags
*/
vki-ppc32-linux.h
325
#define VKI_F_GETFL 3 /* get file->
f_flags
*/
326
#define VKI_F_SETFL 4 /* set file->
f_flags
*/
[
all
...]
vki-x86-linux.h
296
#define VKI_F_GETFL 3 /* get file->
f_flags
*/
297
#define VKI_F_SETFL 4 /* set file->
f_flags
*/
/external/oprofile/module/
oprofile.c
340
if (!(file->
f_flags
& O_NONBLOCK))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h
376
unsigned int
f_flags
;
member in struct:snd_pcm_substream
[
all
...]
/external/kernel-headers/original/linux/
fs.h
684
unsigned int
f_flags
;
member in struct:file
[
all
...]
/external/bluetooth/glib/gio/
gunixmounts.c
591
if (mntent[i].
f_flags
& MNT_RDONLY)
[
all
...]
/external/valgrind/main/docs/internals/
porting-to-ARM.txt
480
#define VKI_F_GETFL 3 /* get file->
f_flags
*/
481
#define VKI_F_SETFL 4 /* set file->
f_flags
*/
[
all
...]
/external/yaffs2/yaffs2/
yaffs_fs.c
816
if (!S_ISBLK(inode->i_mode) && f->
f_flags
& O_APPEND) {
[
all
...]
Completed in 541 milliseconds