Home
last modified time | relevance | path

Searched refs:varargs (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dcommon163 #include <varargs.h>
166 #define va_listref(p) (&(p)) /* pass va_list to varargs function */
H A Dsys146 #include <varargs.h>
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dcommon162 #include <varargs.h>
165 #define va_listref(p) (p) /* pass va_list to varargs function */
H A Dsys146 #include <varargs.h>
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dcommon162 #include <varargs.h>
165 #define va_listref(p) (p) /* pass va_list to varargs function */
H A Dsys146 #include <varargs.h>
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dcommon163 #include <varargs.h>
166 #define va_listref(p) (p) /* pass va_list to varargs function */
H A Dsys146 #include <varargs.h>
/titanic_41/usr/src/lib/libast/common/features/
H A Dcommon403 #include <varargs.h>
434 printf("#include <varargs.h>\n");
439 printf("/* pass va_list to varargs function */\n");
447 printf("/* pass va_list to varargs function */\n");
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A DREADME63 the argument types are separated by semicolons. For varargs style
/titanic_41/usr/src/man/man3ext/
H A DMakefile40 varargs.3ext
/titanic_41/usr/src/cmd/find/
H A Dfind.c212 static struct Arglist *varargs();
624 np->first.vp = varargs(np->first.ap);
1401 varargs(com) in varargs() function
/titanic_41/usr/src/cmd/vi/port/
H A Dport.mk.usg304 printf.o: $(INC)/varargs.h
310 $(INC)/term.h $(INC)/termio.h $(INC)/varargs.h
/titanic_41/usr/src/head/
H A DMakefile208 varargs.h \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc36 file path=usr/share/man/man3ext/varargs.3ext
H A Dsystem-header.mf1572 file path=usr/include/sys/varargs.h
1655 file path=usr/include/varargs.h
/titanic_41/usr/src/uts/common/sys/
H A DMakefile628 varargs.h \
/titanic_41/usr/src/lib/libcurses/screen/
H A Dcurses.ed378 /* Either <stdarg.h> or <varargs.h> must be included to */