Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A DMakefile.inc8 closedir.c confstr.c ctermid.c ctype_.c \
38 clock_getcpuclockid.3 confstr.3 \
H A Dconfstr.c56 confstr(int name, char *buf, size_t len) in confstr() function
/openbsd/regress/sbin/iked/live/
H A DMakefile120 confstr=""; \
124 confstr="config address $$config_address"; \
132 confstr="request address any"; \
150 echo "CONFIG=\"$$confstr\"" >> $@_$$side.conf; \
/openbsd/usr.bin/getconf/
H A Dgetconf.c486 if ((slen = confstr(cp->value, NULL, 0)) == 0) { in main()
495 confstr(cp->value, sval, slen); in main()
/openbsd/lib/libc/hidden/
H A Dunistd.h43 PROTO_DEPRECATED(confstr);
/openbsd/bin/ksh/
H A Dmain.c210 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 Dunistd.h385 size_t confstr(int, char *, size_t)
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp176 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in GetLibcVersion()
H A Dsanitizer_common_interceptors.inc3909 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 Dpairs1207 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 DSymbols.list605 confstr
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc1363 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 Dmsan_test.cpp1367 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 Dlibc_ubuntu1404_abilist.txt1499 fun:confstr=uninstrumented
/openbsd/distrib/sets/lists/comp/
H A Dmi2334 ./usr/share/man/man3/confstr.3