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

1 2 3 4

  /external/linux-tools-perf/util/
setup.py 6 cflags = ['-fno-strict-aliasing', '-Wno-write-strings'] variable
7 cflags += getenv('CFLAGS', '').split()
14 extra_compile_args = cflags,
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex27.c 30 int cflags; member in struct:tests
49 if (regcomp (&r, tests[i].regex, tests[i].cflags))
tst-rxspencer.c 214 test (const char *pattern, int cflags, const char *string, int eflags,
221 n = regcomp (&re, pattern, cflags);
288 if (cflags & REG_NOSUB)
319 mb_test (const char *pattern, int cflags, const char *string, int eflags,
337 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb,
349 mb_tests (const char *pattern, int cflags, const char *string, int eflags,
398 ret |= mb_test (pattern, cflags, string, eflags, expect, matches,
441 int cflags = REG_EXTENDED, eflags = 0, try_bre_ere = 0; local
477 cflags &= ~REG_EXTENDED;
486 cflags |= REG_ICASE
    [all...]
  /external/libusb-compat/
libusb-config.in 18 [--cflags]
54 --cflags)
  /external/openssh/contrib/
Makefile 5 $(CC) `gnome-config --cflags gnome gnomeui` \
10 $(CC) `pkg-config --cflags gtk+-2.0` \
  /external/openssl/apps/
version.c 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
159 cflags=1;
167 date=version=cflags=options=platform=dir=1;
212 if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 49 int cflags = REG_EXTENDED; local
51 cflags |= REG_NOSUB;
53 if (regcomp(&re, match.string(), cflags) != 0) {
  /external/openssh/openbsd-compat/
bsd-snprintf.c 200 int cflags; local
207 currlen = flags = cflags = min = 0;
287 cflags = DP_C_SHORT;
291 cflags = DP_C_LONG;
294 cflags = DP_C_LLONG;
299 cflags = DP_C_LDOUBLE;
311 if (cflags == DP_C_SHORT)
313 else if (cflags == DP_C_LONG)
315 else if (cflags == DP_C_LLONG)
325 if (cflags == DP_C_SHORT
    [all...]
  /external/protobuf/examples/
Makefile 25 pkg-config --cflags protobuf # fails if protobuf is not installed
26 c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
29 pkg-config --cflags protobuf # fails if protobuf is not installed
30 c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
  /external/libpng/scripts/
libpng-config.in 40 --cflags print preprocessor flags, I_opts, and compiler options
82 --cflags)
  /prebuilts/tools/linux-x86/sdl/bin/
sdl-config 10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
45 --cflags)