Searched refs:confstr (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/usr.bin/getconf/
H A DMakefile7 SRCS= confstr.c getconf.c limits.c pathconf.c progenv.c sysconf.c \
10 CLEANFILES+= confstr.c limits.c pathconf.c progenv.c sysconf.c \
11 confstr.names limits.names pathconf.names sysconf.names \
35 conflicting.names: confstr.names limits.names sysconf.names
H A Dgetconf.c118 if (argv[optind + 1] == NULL) { /* confstr or sysconf */
171 len = confstr(key, 0, 0);
173 warn("confstr: %s", name);
182 confstr(key, buf, len);
244 len = confstr(key, 0, 0);
247 err(EX_OSERR, "confstr: %s", name);
253 confstr(key, buf, len);
/freebsd-13-stable/lib/libc/gen/
H A Dconfstr.c33 __SCCSID("@(#)confstr.c 8.1 (Berkeley) 6/4/93");
46 confstr(int name, char *buf, size_t len) function
H A DMakefile.inc32 confstr.c \
209 confstr.3 \
/freebsd-13-stable/include/
H A Dunistd.h300 /* Keys for the confstr(3) function. */
376 size_t confstr(int, char *, size_t);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp175 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf));
H A Dsanitizer_common_interceptors.inc3684 INTERCEPTOR(SIZE_T, confstr, int name, char *buf, SIZE_T len) {
3686 COMMON_INTERCEPTOR_ENTER(ctx, confstr, name, buf, len);
3690 SIZE_T res = REAL(confstr)(name, buf, len);
3695 #define INIT_CONFSTR COMMON_INTERCEPT_FUNCTION(confstr);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 625 milliseconds