Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dcommon174 #include <varargs.h>
177 #define va_listref(p) (p) /* pass va_list to varargs function */
H A Dsys155 #include <varargs.h>
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dcommon174 #include <varargs.h>
177 #define va_listref(p) (p) /* pass va_list to varargs function */
H A Dsys155 #include <varargs.h>
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dcommon175 #include <varargs.h>
178 #define va_listref(p) (p) /* pass va_list to varargs function */
H A Dsys155 #include <varargs.h>
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dcommon175 #include <varargs.h>
178 #define va_listref(p) (&(p)) /* pass va_list to varargs function */
H A Dsys155 #include <varargs.h>
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dcommon487 #include <varargs.h>
518 printf("#include <varargs.h>\n");
523 printf("/* pass va_list to varargs function */\n");
531 printf("/* pass va_list to varargs function */\n");
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A DREADME72 the argument types are separated by semicolons. For varargs style
/illumos-gate/usr/src/man/man3ext/
H A DMakefile39 varargs.3ext
/illumos-gate/usr/src/cmd/find/
H A Dfind.c216 static struct Arglist *varargs(char **);
625 np->first.vp = varargs(np->first.ap); in compile()
1413 varargs(char **com) in varargs() function
/illumos-gate/usr/src/head/
H A DMakefile214 varargs.h \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc120 file path=usr/share/man/man3ext/varargs.3ext
H A Dsystem-header.p5m1475 file path=usr/include/sys/varargs.h
1546 file path=usr/include/varargs.h
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe20 probe_include="stdio.h iostream.h complex.h ctype.h plot.h stdarg.h varargs.h ranlib.h hash.h sys/t…
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile652 varargs.h \
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses.ed378 /* Either <stdarg.h> or <varargs.h> must be included to */