/titanic_44/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) in confstr() function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 2383 char *cp, *confstr; in ra_parseconf() local 2413 if ((confstr = strtok(cp, " ")) == NULL) { in ra_parseconf() 2420 if ((raopt = ra_str2opt(confstr)) != NULL) { in ra_parseconf() 2421 if (ra_parseopt(confstr, lineno, raopt) != 0) { in ra_parseconf() 2425 } else if ((ravar = ra_str2var(confstr)) != NULL) { in ra_parseconf() 2426 if (ra_parsevar(confstr, ravar) != 0) { in ra_parseconf() 2445 ra_parseopt(char *confstr, int lineno, raopt_t *raopt) in ra_parseopt() argument 2449 if ((confstr = strtok(NULL, " ")) == NULL) { in ra_parseopt() 2455 if ((oval = ra_str2oval(confstr)) == OPT_INVALID) { in ra_parseopt() 2465 if ((confstr = strtok(NULL, " ")) == NULL) { in ra_parseopt() [all …]
|
/titanic_44/usr/src/cmd/getconf/ |
H A D | getconf.c | 52 extern size_t confstr(int, char *, size_t); 835 len = confstr((int)scp->value, NULL, (size_t)0); in getconf() 856 assert(confstr((int)scp->value, buffer, len) != 0); in getconf()
|
/titanic_44/usr/src/head/ |
H A D | unistd.h | 258 extern size_t confstr(int, char *, size_t);
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | sys | 169 extern confstr size_t (int, char*, size_t)
|
H A D | lib | 21 lib atexit,bcopy,bzero,catclose,catgets,catopen,confstr,dirread,dup2
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 26 #define _lib_confstr 1 /* confstr() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | lib | 26 #define _lib_confstr 1 /* confstr() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | lib | 26 #define _lib_confstr 1 /* confstr() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | lib | 26 #define _lib_confstr 1 /* confstr() in default lib(s) */
|
/titanic_44/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),sysinf…
|
H A D | conf.tab | 11 # call: CS=confstr PC=pathconf SC=sysconf SI=sysinfo QQ=query XX=none
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 183 03-05-31 uname.c: add -f and sysinfo()/confstr() compatibility via astconf()
|
/titanic_44/usr/src/lib/libc/amd64/ |
H A D | Makefile | 372 confstr.o \
|
/titanic_44/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 390 confstr.o \
|
/titanic_44/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 405 confstr.o \
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 1035 if (!(v = confstr(p->op, buf, sizeof(buf))))
|
/titanic_44/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 430 confstr.o \
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | llib-lc | 328 /* confstr.c */ 329 size_t confstr(int name, char *buf, size_t length);
|
H A D | mapfile-vers | 1670 confstr;
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 1584 getpath() default is confstr(_CS_PATH) 1585 getshell() default is confstr(_CS_SHELL)
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 75 confstr.3c \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 70 file path=usr/share/man/man3c/confstr.3c
|