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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dconfstr.c29 #pragma weak _confstr = confstr
94 confstr(int name, char *buf, size_t length) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2383 char *cp, *confstr; local
2413 if ((confstr = strtok(cp, " ")) == NULL) {
2420 if ((raopt = ra_str2opt(confstr)) != NULL) {
2421 if (ra_parseopt(confstr, lineno, raopt) != 0) {
2425 } else if ((ravar = ra_str2var(confstr)) != NULL) {
2426 if (ra_parsevar(confstr, ravar) != 0) {
2445 ra_parseopt(char *confstr, int lineno, raopt_t *raopt) argument
2449 if ((confstr = strtok(NULL, " ")) == NULL) {
2455 if ((oval = ra_str2oval(confstr)) == OPT_INVALID) {
2465 if ((confstr
2502 ra_parsevar(char *confstr, ravar_t *ravar) argument
[all...]
/illumos-gate/usr/src/cmd/getconf/
H A Dgetconf.c52 extern size_t confstr(int, char *, size_t);
249 /* confstr() variables */
275 * confstr additions, these support
364 * UNIX 03 confstr() additions for compilation environments
835 len = confstr((int)scp->value, NULL, (size_t)0);
856 assert(confstr((int)scp->value, buffer, len) != 0);
/illumos-gate/usr/src/boot/include/
H A Dunistd.h298 /* Keys for the confstr(3) function. */
374 size_t confstr(int, char *, size_t);
/illumos-gate/usr/src/head/
H A Dunistd.h258 extern size_t confstr(int, char *, size_t);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh338 1) echo "$command: check ${CONF_getconf:+$CONF_getconf(1),}confstr(2),pathconf(2),sysconf(2),sysinfo(2) configuration names" >&2 ;;
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com403 confstr.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com392 confstr.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile367 confstr.o \
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c25 * string interface to confstr(),pathconf(),sysconf(),sysinfo()
1033 call = "confstr";
1035 if (!(v = confstr(p->op, buf, sizeof(buf))))
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc330 /* confstr.c */
331 size_t confstr(int name, char *buf, size_t length);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com434 confstr.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile75 confstr.3c \

Completed in 160 milliseconds