Searched refs:confstr (Results 1 – 12 of 12) sorted by relevance
| /freebsd-head/usr.bin/getconf/ |
| HD | Makefile | 5 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
|
| HD | getconf.c | 168 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/ |
| HD | confstr.c | 42 confstr(int name, char *buf, size_t len) in confstr() function
|
| HD | Makefile.inc | 30 confstr.c \ 212 confstr.3 \
|
| HD | Symbol.map | 71 confstr;
|
| /freebsd-head/include/ |
| HD | unistd.h | 376 size_t confstr(int, char *, size_t);
|
| /freebsd-head/contrib/googletest/googletest/src/ |
| HD | gtest-port.cc | 1126 ::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/ |
| HD | sanitizer_linux_libcdep.cpp | 203 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in GetLibcVersion()
|
| HD | sanitizer_common_interceptors.inc | 3867 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/ |
| HD | Path.inc | 1376 size_t ConfLen = confstr(ConfName, nullptr, 0); 1380 ConfLen = confstr(ConfName, Result.data(), Result.size());
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1504 fun:confstr=uninstrumented
|
| /freebsd-head/contrib/sqlite3/ |
| HD | sqlite3.c | 45507 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){
|