Searched refs:confstr (Results 1 - 13 of 13) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | confstr.c | 29 #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 D | routeadm.c | 2383 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 D | getconf.c | 52 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 D | unistd.h | 298 /* Keys for the confstr(3) function. */ 374 size_t confstr(int, char *, size_t);
|
| /illumos-gate/usr/src/head/ |
| H A D | unistd.h | 258 extern size_t confstr(int, char *, size_t);
|
| /illumos-gate/usr/src/lib/libast/common/comp/ |
| H A D | conf.sh | 338 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 D | Makefile.com | 403 confstr.o \
|
| /illumos-gate/usr/src/lib/libc/sparcv9/ |
| H A D | Makefile.com | 392 confstr.o \
|
| /illumos-gate/usr/src/lib/libc/amd64/ |
| H A D | Makefile | 367 confstr.o \
|
| /illumos-gate/usr/src/lib/libast/common/port/ |
| H A D | astconf.c | 25 * 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 D | llib-lc | 330 /* confstr.c */ 331 size_t confstr(int name, char *buf, size_t length);
|
| /illumos-gate/usr/src/lib/libc/sparc/ |
| H A D | Makefile.com | 434 confstr.o \
|
| /illumos-gate/usr/src/man/man3c/ |
| H A D | Makefile | 75 confstr.3c \
|
Completed in 160 milliseconds