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

/freebsd-10.2-release/usr.bin/getconf/
H A DMakefile5 SRCS= confstr.c getconf.c limits.c pathconf.c progenv.c sysconf.c
7 CLEANFILES+= confstr.c limits.c pathconf.c progenv.c sysconf.c \
8 confstr.names limits.names pathconf.names sysconf.names \
31 conflicting.names: confstr.names limits.names sysconf.names
H A Dgetconf.c98 if (argv[optind + 1] == NULL) { /* confstr or sysconf */
146 len = confstr(key, 0, 0);
149 err(EX_OSERR, "confstr: %s", name);
155 confstr(key, buf, len);
/freebsd-10.2-release/lib/libc/gen/
H A Dconfstr.c31 static char sccsid[] = "@(#)confstr.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: releng/10.2/lib/libc/gen/confstr.c 165903 2007-01-09 00:28:16Z imp $");
46 confstr(int name, char *buf, size_t len) function
H A DMakefile.inc25 confstr.c \
179 confstr.3 \
/freebsd-10.2-release/include/
H A Dunistd.h298 /* Keys for the confstr(3) function. */
374 size_t confstr(int, char *, size_t);
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DPath.cpp514 size_t ConfLen = confstr(ConfName, 0, 0);
518 ConfLen = confstr(ConfName, result.data(), result.size());
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 634 milliseconds