Searched refs:varargs (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-10-stable/sys/pc98/include/
H A Dvarargs.h6 #include <i386/varargs.h>
/freebsd-10-stable/include/
H A Dvarargs.h34 #error "<varargs.h> is obsolete with this version of GCC."
39 #include <machine/varargs.h>
/freebsd-10-stable/contrib/ipfilter/lib/
H A Ddebug.c14 # include <varargs.h>
H A Dverbose.c14 # include <varargs.h>
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dvarargs.h9 * $Id: varargs.h,v 1.9 2013-11-22 20:51:32 ca Exp $
25 # include <varargs.h>
H A Dstring.h20 # include <sm/varargs.h>
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dfprintf.c17 #include <sm/varargs.h>
H A Dfscanf.c17 #include <sm/varargs.h>
H A Dstringf.c17 #include <sm/varargs.h>
H A Dsnprintf.c18 #include <sm/varargs.h>
H A Dsscanf.c18 #include <sm/varargs.h>
H A Dassert.c26 #include <sm/varargs.h>
H A Dniprop.c20 #include <sm/varargs.h>
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dmystdarg.h3 * What follows is an attempt to unify varargs.h and stdarg.h. I'd rather
13 #include <varargs.h>
H A Dvfprintf.c18 #include <varargs.h>
/freebsd-10-stable/contrib/ntp/sntp/libopts/compat/
H A Dsnprintf.c16 # include <varargs.h>
24 # include "must-have-stdarg-or-varargs"
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair_alloc_fixed.c32 #include <sys/varargs.h>
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh261 varargs = 0;
270 varargs = 1;
285 } else if (varargs) {
311 } else if ( varargs ) {
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c33 #include <sys/varargs.h>
/freebsd-10-stable/contrib/libreadline/
H A Drldefs.h72 # include <varargs.h>
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp82 SmallVector<uint32_t, 4> varargs; member in struct:__anon2772::Expression
93 if (varargs != other.varargs)
100 hash_combine_range(Value.varargs.begin(),
101 Value.varargs.end()));
169 e.varargs.push_back(lookup_or_add(*OI));
176 if (e.varargs[0] > e.varargs[1])
177 std::swap(e.varargs[0], e.varargs[
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c31 #include <sys/varargs.h>
/freebsd-10-stable/contrib/gdb/include/gdb/
H A Dcallback.h56 #include <varargs.h>
/freebsd-10-stable/contrib/binutils/binutils/
H A Dstabs.c1455 bfd_boolean varargs; local
1506 varargs = TRUE;
1510 varargs = FALSE;
1516 varargs);
2569 bfd_boolean varargs; local
2600 && debug_get_parameter_types (dhandle, type, &varargs) == NULL)
2824 bfd_boolean varargs; local
2920 args = stab_demangle_argtypes (dhandle, info, *pphysname, &varargs, physname_len);
2925 varargs);
3602 bfd_boolean varargs;
3601 bfd_boolean varargs; member in struct:stab_demangle_info
4616 bfd_boolean varargs; local
4651 bfd_boolean varargs; local
5129 bfd_boolean varargs; local
5295 bfd_boolean varargs; local
[all...]
H A Ddebug.c196 bfd_boolean varargs; member in struct:debug_function_type
258 bfd_boolean varargs; member in struct:debug_method_type
1399 debug_type *arg_types, bfd_boolean varargs)
1417 f->varargs = varargs;
1576 bfd_boolean varargs)
1595 m->varargs = varargs;
2183 *pvarargs = type->u.kfunction->varargs;
2186 *pvarargs = type->u.kmethod->varargs;
1396 debug_make_function_type(void *handle, debug_type type, debug_type *arg_types, bfd_boolean varargs) argument
1572 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bfd_boolean varargs) argument
[all...]

Completed in 230 milliseconds

1234