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

  /external/bison/lib/
spawni.c 310 followed by the path 'confstr' returns for '_CS_PATH'. */
311 len = confstr (_CS_PATH, (char *) NULL, 0);
314 (void) confstr (_CS_PATH, path + 1, len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h 508 _CS_PATH, /* The default search path. */
509 #define _CS_PATH _CS_PATH
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 508 _CS_PATH, /* The default search path. */
509 #define _CS_PATH _CS_PATH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 508 _CS_PATH, /* The default search path. */
509 #define _CS_PATH _CS_PATH
  /external/mksh/src/
main.c 198 #if !defined(_PATH_DEFPATH) && defined(_CS_PATH)
287 #ifdef _CS_PATH
288 if ((k = confstr(_CS_PATH, NULL, 0)) > 0 &&
289 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 931 size_t res = confstr(_CS_PATH, buf, sizeof(buf));
937 res = confstr(_CS_PATH, buf2, sizeof(buf2));
    [all...]

Completed in 126 milliseconds