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

  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 34 inline static int oflag(FileHandle::OpenMode pMode) function
79 m_Handler = ::open(pPath.native().c_str(), oflag(pMode));
105 m_Handler = sys::fs::detail::open(pPath, oflag(pMode), (int)pPerm);
  /external/zlib/src/
gzlib.c 98 int oflag; local
214 oflag =
237 fd == -2 ? _wopen(path, oflag, 0666) :
239 open(path, oflag, 0666));
  /system/core/toolbox/grep/
grep.c 110 bool oflag; /* -o: print only matching part */ variable
527 oflag = true;
  /system/core/toolbox/
newfs_msdos.c 256 int Iflag = 0, mflag = 0, oflag = 0; local
348 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);
785 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
828 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport

Completed in 285 milliseconds