HomeSort by relevance Sort by last modified time
    Searched refs:oflag (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/test/CodeGen/
pr13168.c 3 typedef int (*_MD_Open64)(int oflag, ...);
  /ndk/sources/android/support/src/musl-locale/
catopen.c 3 nl_catd catopen (const char *name, int oflag)
  /external/libxml2/win32/wince/
wincecompat.c 32 int open(const char *filename,int oflag, ...)
36 if ( oflag==(O_WRONLY|O_CREAT) )
38 else if (oflag==O_RDONLY)
wincecompat.h 36 int open(const char *filename,int oflag, ...);
  /external/bison/lib/
spawn_faction_addopen.c 37 int fd, const char *path, int oflag,
48 return posix_spawn_file_actions_addopen (file_actions, fd, path, oflag, mode);
64 rec->action.open_action.oflag = oflag;
spawn_int.h 44 int oflag; member in struct:__spawn_action::__anon6609::__anon6612
spawn-pipe.c 78 nonintr_open (const char *pathname, int oflag, mode_t mode)
83 retval = open (pathname, oflag, mode);
  /external/autotest/utils/named_semaphore/
namedsem.c 17 int oflag; local
21 PyArg_ParseTuple(args, "siI", &name, &oflag, &value);
22 result = sem_open(name, oflag, 0600, value);
  /external/valgrind/drd/tests/
sem_open_traced.stderr.exp 2 [1] sem_open 0x........ name /drd-sem-open-test oflag 0x........ mode 0600 value 1
  /external/valgrind/drd/
drd_semaphore.h 45 const HChar* name, const Word oflag,
drd_semaphore.c 248 const HChar* name, const Word oflag,
256 " oflag %#lx mode %#lo value %u",
258 semaphore, name, (UWord)oflag, (UWord)mode, value);
drd_pthread_intercepts.c     [all...]
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 42 inline static int oflag(FileHandle::OpenMode pMode) { function in namespace:mcld
86 m_Handler = sys::fs::detail::open(pPath, oflag(pMode));
88 m_Handler = sys::fs::detail::open(pPath, oflag(pMode),
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 345 if ((color != NULL && !oflag) || qflag || lflag)
354 if ((color != NULL && !oflag) || qflag || lflag)
473 if ((oflag || color) && m > 0) {
475 if (!oflag)
487 if (oflag)
490 if (!oflag) {
grep.h 118 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
grep.c 110 bool oflag; /* -o: print only matching part */ variable
524 oflag = true;
  /libcore/ojluni/src/main/native/
InheritedChannel.c 126 Java_sun_nio_ch_InheritedChannel_open0(JNIEnv *env, jclass cla, jstring path, jint oflag)
132 switch (oflag) {
  /external/vboot_reference/scripts/image_signing/
align_rootfs.sh 86 sudo dd if=/dev/zero of="${root_fs_dir}/filler" oflag=sync bs=4096 || true
  /external/opencv3/3rdparty/zlib/
gzlib.c 98 int oflag; local
220 oflag =
243 fd == -2 ? _wopen(path, oflag, 0666) :
245 open((const char *)path, oflag, 0666));
  /external/pdfium/third_party/zlib_v128/
gzlib.c 98 int oflag; local
220 oflag =
243 fd == -2 ? _wopen(path, oflag, 0666) :
245 open((const char *)path, oflag, 0666));
  /external/zlib/src/
gzlib.c 98 int oflag; local
220 oflag =
243 fd == -2 ? _wopen(path, oflag, 0666) :
245 open((const char *)path, oflag, 0666));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 173 typedef INT_PTR (DIAMONDAPI *PFNFCIOPEN) (char *pszFile,int oflag,int pmode,int *err,void *pv);
180 #define FNFCIOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode,int *err,void *pv)
fdi.h 202 typedef INT_PTR (DIAMONDAPI *PFNOPEN) (char *pszFile,int oflag,int pmode);
208 #define FNOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode)
  /libcore/ojluni/src/main/java/sun/nio/ch/
InheritedChannel.java 46 // oflag values when opening a file
231 private static native int open0(String path, int oflag) throws IOException;
  /system/core/toolbox/
newfs_msdos.c 248 int Iflag = 0, mflag = 0, oflag = 0; local
342 oflag = 1;
412 if (oflag)
414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
798 __unused int oflag,struct bpb *bpb)
848 __unused int oflag, struct bpb *bpb)
    [all...]

Completed in 547 milliseconds

1 2 3