Searched refs:confstr (Results 1 – 15 of 15) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | Makefile.inc | 8 closedir.c confstr.c ctermid.c ctype_.c \ 38 clock_getcpuclockid.3 confstr.3 \
|
H A D | confstr.c | 56 confstr(int name, char *buf, size_t len) in confstr() function
|
/openbsd/regress/sbin/iked/live/ |
H A D | Makefile | 120 confstr=""; \ 124 confstr="config address $$config_address"; \ 132 confstr="request address any"; \ 150 echo "CONFIG=\"$$confstr\"" >> $@_$$side.conf; \
|
/openbsd/usr.bin/getconf/ |
H A D | getconf.c | 486 if ((slen = confstr(cp->value, NULL, 0)) == 0) { in main() 495 confstr(cp->value, sval, slen); in main()
|
/openbsd/lib/libc/hidden/ |
H A D | unistd.h | 43 PROTO_DEPRECATED(confstr);
|
/openbsd/bin/ksh/ |
H A D | main.c | 210 size_t len = confstr(_CS_PATH, NULL, 0); in main() 214 confstr(_CS_PATH, new = alloc(len + 1, APERM), len + 1); in main()
|
/openbsd/include/ |
H A D | unistd.h | 385 size_t confstr(int, char *, size_t)
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 176 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in GetLibcVersion()
|
H A D | sanitizer_common_interceptors.inc | 3909 INTERCEPTOR(SIZE_T, confstr, int name, char *buf, SIZE_T len) { 3911 COMMON_INTERCEPTOR_ENTER(ctx, confstr, name, buf, len); 3915 SIZE_T res = REAL(confstr)(name, buf, len); 3920 #define INIT_CONFSTR COMMON_INTERCEPT_FUNCTION(confstr);
|
/openbsd/regress/usr.bin/tsort/ |
H A D | pairs1 | 207 confstr.o confstr.o 1508 confstr.o malloc.o 1811 confstr.o malloc.o 2471 confstr.o strncpy.o 2549 confstr.o sysctl.o
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 605 confstr
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Path.inc | 1363 size_t ConfLen = confstr(ConfName, nullptr, 0); 1367 ConfLen = confstr(ConfName, Result.data(), Result.size());
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1367 TEST(MemorySanitizer, confstr) { in TEST() argument 1369 size_t res = confstr(_CS_PATH, buf, sizeof(buf)); in TEST() 1375 res = confstr(_CS_PATH, buf2, sizeof(buf2)); in TEST()
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1499 fun:confstr=uninstrumented
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 2334 ./usr/share/man/man3/confstr.3
|