HomeSort by relevance Sort by last modified time
    Searched refs:goptions (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/
capi.h 44 __u32 goptions; member in struct:capi_profile
  /external/kernel-headers/original/uapi/linux/
capi.h 69 __u32 goptions; /* global options */ member in struct:capi_profile
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capi.h 66 __u32 goptions; /* global options */ member in struct:capi_profile
  /external/pcre/dist2/src/
pcre2_substitute.c 225 uint32_t goptions = 0; local
300 rc = pcre2_match(code, subject, length, start_offset, options|goptions,
317 if (goptions == 0 || start_offset >= length) break;
351 goptions = 0;
799 goptions = (ovector[0] != ovector[1])? 0 :
  /external/fio/
Makefile 192 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \
368 goptions.o: goptions.c goptions.h

Completed in 213 milliseconds