HomeSort by relevance Sort by last modified time
    Searched defs:oflag (Results 1 - 12 of 12) sorted by null

  /external/bison/lib/
spawn_int.h 44 int oflag; member in struct:__spawn_action::__anon4982::__anon4985
  /external/lldb/source/Core/
ConnectionSharedMemory.cpp 117 int oflag = O_RDWR; local
119 oflag |= O_CREAT;
120 m_fd = ::shm_open (m_name.c_str(), oflag, S_IRUSR|S_IWUSR);
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 42 inline static int oflag(FileHandle::OpenMode pMode) function
89 m_Handler = sys::fs::detail::open(pPath, oflag(pMode));
91 m_Handler = sys::fs::detail::open(pPath, oflag(pMode), (int)pPerm);
  /external/pdfium/core/src/fxcodec/fx_zlib/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/qemu/distrib/zlib-1.2.8/
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));
  /external/lldb/source/Host/common/
File.cpp 193 int oflag = 0; local
199 oflag |= O_RDWR;
201 oflag |= O_WRONLY;
204 oflag |= O_APPEND;
207 oflag |= O_TRUNC;
210 oflag |= O_CREAT;
213 oflag |= O_CREAT | O_EXCL;
217 oflag |= O_RDONLY;
221 oflag |= O_NONBLOCK;
224 if (oflag & O_CREAT
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 110 bool oflag; /* -o: print only matching part */ variable
524 oflag = true;
  /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)
840 __unused int oflag, struct bpb *bpb)
    [all...]
  /external/lldb/source/Target/
Process.cpp 714 int oflag = info->m_arg; local
718 if (oflag & O_CREAT)
724 oflag,
729 "posix_spawn_file_actions_addopen (action=%p, fd=%i, path='%s', oflag=%i, mode=%i)",
730 file_actions, info->m_fd, info->m_path.c_str(), oflag, mode);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport

Completed in 332 milliseconds