Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW (Results 1 – 12 of 12) sorted by relevance

/external/kernel-headers/original/asm-generic/
Dfcntl.h45 #ifndef O_NOFOLLOW
46 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/external/kernel-headers/original/asm-arm/
Dfcntl.h5 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/ipsec-tools/src/racoon/
Dplainrsa-gen.c257 fd = open(fname, O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW, S_IRUSR | S_IWUSR); in main()
275 fdin = open(finput, O_RDONLY | O_NOFOLLOW); in main()
/external/bluetooth/glib/gio/
Dglocalfileoutputstream.c688 #ifdef O_NOFOLLOW in handle_overwrite_open()
690 fd = g_open (filename, open_flags | O_NOFOLLOW, mode); in handle_overwrite_open()
/external/iproute2/misc/
Drtacct.c548 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
Dnstat.c540 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
Difstat.c690 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
/external/valgrind/main/include/vki/
Dvki-darwin.h265 #define VKI_O_NOFOLLOW O_NOFOLLOW
/external/strace/
Dfile.c285 #ifdef O_NOFOLLOW
286 { O_NOFOLLOW, "O_NOFOLLOW" },
/external/elfutils/src/
Dldgeneric.c2467 && (fd = open (tempfname, O_RDWR | O_EXCL | O_CREAT | O_NOFOLLOW, in ld_generic_open_outfile()
/external/sqlite/dist/
Dsqlite3.c23261 #ifndef O_NOFOLLOW
23262 # define O_NOFOLLOW 0
27679 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
Dsqlite3.c.orig23254 #ifndef O_NOFOLLOW
23255 # define O_NOFOLLOW 0
27672 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);