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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
5-1-buildonly.c 13 int oflag; local
16 res = mq_open(name, oflag);
  /external/python/cpython2/Modules/
sgimodule.c 28 int oflag; local
33 if (!PyArg_ParseTuple(args, "iii:_getpty", &oflag, &mode, &nofork))
36 name = _getpty(&fildes, oflag, (mode_t)mode, nofork);
  /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/ltp/testcases/open_posix_testsuite/functional/mqueues/
send_rev_1.c 34 int oflag = O_CREAT | O_RDWR; local
49 if (((mqd_t) - 1) == (mq = mq_open(MQ_NAME, oflag, 0777, &mqstat))) {
send_rev_2.c 113 int oflag = O_CREAT | O_NONBLOCK | O_RDWR; local
120 if ((mq1 = mq_open(MQ_NAME_1, oflag, 0777, &mqstat)) == -1) {
124 if ((mq2 = mq_open(MQ_NAME_2, oflag, 0777, &mqstat)) == -1) {
  /external/ltp/testcases/open_posix_testsuite/stress/mqueues/
multi_send_rev_2.c 79 int oflag = O_CREAT | O_NONBLOCK | O_RDWR; local
102 if ((mq = mq_open(MQ_NAME, oflag, 0777, &mqstat)) == -1) {
multi_send_rev_1.c 90 int oflag = O_CREAT | O_NONBLOCK | O_RDWR; local
114 if ((mq[i] = mq_open(MQ_NAME[i], oflag, 0777, &mqstat)) == -1) {
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat01.c 110 int flags, dirfd, opt, oflag; local
123 oflag = O_RDONLY;
142 oflag = O_RDWR | O_APPEND;
154 dirfd = open(dirfdPath, oflag);
159 printf("Opened dirfd %d", oflag);
160 if ((oflag & O_ACCMODE) == O_RDWR)
162 if (oflag & O_APPEND)
  /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),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzlib.c 98 int oflag; local
220 oflag =
243 fd == -2 ? _wopen(path, oflag, 0666) :
245 open((const char *)path, oflag, 0666));
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 46 int oflag; member in struct:test_case
67 .oflag = O_CREAT,
75 .oflag = O_CREAT,
88 .oflag = O_CREAT,
101 .oflag = O_CREAT,
109 .oflag = O_CREAT,
124 .oflag = O_CREAT | O_EXCL,
133 .oflag = O_CREAT,
142 .oflag = 0,
149 .oflag = O_CREAT
    [all...]
  /external/python/cpython2/Modules/zlib/
gzlib.c 98 int oflag; local
220 oflag =
243 fd == -2 ? _wopen(path, oflag, 0666) :
245 open((const char *)path, oflag, 0666));
  /external/python/cpython3/Modules/zlib/
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));
  /toolchain/binutils/binutils-2.27/zlib/
gzlib.c 98 int oflag; local
220 oflag =
243 fd == -2 ? _wopen(path, oflag, 0666) :
245 open((const char *)path, oflag, 0666));
  /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);
799 __unused int oflag,struct bpb *bpb)
849 __unused int oflag, struct bpb *bpb)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport

Completed in 407 milliseconds