Home
last modified time | relevance | path

Searched refs:confstr (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/usr.bin/getconf/
HDMakefile5 SRCS= confstr.c getconf.c limits.c pathconf.c progenv.c sysconf.c \
8 CLEANFILES+= confstr.c limits.c pathconf.c progenv.c sysconf.c \
9 confstr.names limits.names pathconf.names sysconf.names \
33 conflicting.names: confstr.names limits.names sysconf.names
HDgetconf.c168 len = confstr(key, 0, 0); in do_onestr()
179 confstr(key, buf, len); in do_onestr()
241 len = confstr(key, 0, 0); in do_confstr()
250 confstr(key, buf, len); in do_confstr()
/freebsd-head/lib/libc/gen/
HDconfstr.c42 confstr(int name, char *buf, size_t len) in confstr() function
HDMakefile.inc30 confstr.c \
212 confstr.3 \
HDSymbol.map71 confstr;
/freebsd-head/include/
HDunistd.h376 size_t confstr(int, char *, size_t);
/freebsd-head/contrib/googletest/googletest/src/
HDgtest-port.cc1126 ::confstr(_CS_DARWIN_USER_TEMP_DIR, user_temp_dir, sizeof(user_temp_dir)); in CapturedStream()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux_libcdep.cpp203 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in GetLibcVersion()
HDsanitizer_common_interceptors.inc3867 INTERCEPTOR(SIZE_T, confstr, int name, char *buf, SIZE_T len) {
3869 COMMON_INTERCEPTOR_ENTER(ctx, confstr, name, buf, len);
3873 SIZE_T res = REAL(confstr)(name, buf, len);
3878 #define INIT_CONFSTR COMMON_INTERCEPT_FUNCTION(confstr);
/freebsd-head/contrib/llvm-project/llvm/lib/Support/Unix/
HDPath.inc1376 size_t ConfLen = confstr(ConfName, nullptr, 0);
1380 ConfLen = confstr(ConfName, Result.data(), Result.size());
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1504 fun:confstr=uninstrumented
/freebsd-head/contrib/sqlite3/
HDsqlite3.c45507 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){