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

12345

/macosx-10.9.5/sudo-72/src/
H A Derror.h27 # include <varargs.h>
H A Dalloc.h33 # include <varargs.h>
H A Daudit.c32 # include <varargs.h>
H A Dlogging.h25 # include <varargs.h>
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml.h38 #include <varargs.h>
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmethods.test37 method varargs {x {y def1} args} {
38 return "varargs: $x $y ($args)"
107 list [catch {ta varargs} msg] $msg
108 } {1 {wrong # args: should be "ta varargs x ?y? ?arg arg ...?"}}
111 list [catch {ta varargs 1 2} msg] $msg
112 } {0 {varargs: 1 2 ()}}
115 list [catch {ta varargs 1 2 one} msg] $msg
116 } {0 {varargs: 1 2 (one)}}
119 list [catch {ta varargs 1 2 one two} msg] $msg
120 } {0 {varargs
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dlibxml.h43 #include <varargs.h>
/macosx-10.9.5/ntp-88/libntp/
H A Dsnprintf.c9 #include <varargs.h>
/macosx-10.9.5/emacs-92/emacs/etc/
H A Demacs.py61 (args, varargs, varkw, defaults) = inspect.getargspec (func)
64 func.__name__ + inspect.formatargspec (args, varargs, varkw,
/macosx-10.9.5/Libc-997.90.3/include/
H A Dlibc.h35 #include <varargs.h>
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dvprint.c40 #include <varargs.h>
/macosx-10.9.5/ntp-88/libopts/compat/
H A Dsnprintf.c15 # include <varargs.h>
23 # include "must-have-stdarg-or-varargs"
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dsnprintf.c15 # include <varargs.h>
23 # include "must-have-stdarg-or-varargs"
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosComErr/
H A Dcom_err.h52 #include <varargs.h>
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dyplog.c70 #include <varargs.h>
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplog.c70 #include <varargs.h>
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A DMKlib_gen.sh261 varargs = 0;
270 varargs = 1;
285 } else if (varargs) {
311 } else if ( varargs ) {
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_descriptors.py42 args, varargs, varkw, defaults = getargspec(func)
48 if varargs is not None or varkw is not None:
49 raise TypeError('%s can not be an accessor because it accepts varargs or varkw' % (funcName,))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_descriptors.py42 args, varargs, varkw, defaults = getargspec(func)
48 if varargs is not None or varkw is not None:
49 raise TypeError('%s can not be an accessor because it accepts varargs or varkw' % (funcName,))
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Drldefs.h72 # include <varargs.h>
/macosx-10.9.5/dtrace-118.1/test/cmd/badioctl/
H A Dbadioctl.c33 #include <sys/varargs.h>
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dplog.h40 #include <varargs.h>
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Dfsutil.c64 #include <varargs.h>
H A Dmain.c67 #include <varargs.h>
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DGVN.cpp79 SmallVector<uint32_t, 4> varargs; member in struct:__anon10575::Expression
90 if (varargs != other.varargs)
97 hash_combine_range(Value.varargs.begin(),
98 Value.varargs.end()));
166 e.varargs.push_back(lookup_or_add(*OI));
173 if (e.varargs[0] > e.varargs[1])
174 std::swap(e.varargs[0], e.varargs[
[all...]

Completed in 531 milliseconds

12345