HomeSort by relevance Sort by last modified time
    Searched refs:confstr (Results 1 - 19 of 19) 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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
unistd.h 233 size_t __len), confstr);
237 __warnattr ("confstr called with bigger length than size of destination "
241 __NTH (confstr (int __name, char *__buf, size_t __len)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 233 size_t __len), confstr);
237 __warnattr ("confstr called with bigger length than size of destination "
241 __NTH (confstr (int __name, char *__buf, size_t __len)) function
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 310 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf));
  /external/llvm/lib/Support/
Path.cpp 588 size_t ConfLen = confstr(ConfName, nullptr, 0);
592 ConfLen = confstr(ConfName, result.data(), result.size());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 157 if hasattr(posix, 'confstr'):
158 self.assertRaises(ValueError, posix.confstr, "CS_garbage")
159 self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 157 if hasattr(posix, 'confstr'):
158 self.assertRaises(ValueError, posix.confstr, "CS_garbage")
159 self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 603 and the `_CS_*' symbols for the NAME argument to `confstr'. */
618 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 603 and the `_CS_*' symbols for the NAME argument to `confstr'. */
618 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
    [all...]
  /external/mksh/src/
main.c 308 if ((k = confstr(_CS_PATH, NULL, 0)) > 0 &&
309 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 506 // Android doesn't have confstr(), assume posix thread and fallback to
513 // We assume that, if confstr() doesn't know about this name, then
515 if (confstr(_CS_GNU_LIBPTHREAD_VERSION, buf, sizeof(buf)) == 0)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 496 // We assume that, if confstr() doesn't know about this name, then
498 if (confstr(_CS_GNU_LIBPTHREAD_VERSION, buf, sizeof(buf)) == 0)
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 56 #include <unistd.h> /* confstr() */
367 * @see For more information about the confstr() function, see also
368 * http://www.opengroup.org/onlinepubs/009695399/functions/confstr.html
377 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer));
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1206 TEST(MemorySanitizer, confstr) {
1208 size_t res = confstr(_CS_PATH, buf, sizeof(buf));
1214 res = confstr(_CS_PATH, buf2, sizeof(buf2));
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 5786 milliseconds