Home
last modified time | relevance | path

Searched refs:_arg (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/kyua-cli/dist/utils/format/
H A Dexceptions.cpp86 _arg(arg_) in extra_args_error()
109 return _arg; in arg()
H A Dexceptions.hpp69 std::string _arg; member in utils::format::extra_args_error
/minix3/etc/
H A Drc.subr852 _arg=$2
853 if [ -z "$_file" -o -z "$_arg" ]; then
862 eval unset ${_arg}_cmd ${_arg}_precmd ${_arg}_postcmd
877 'set $_arg ; . $_file'
879 set $_arg ; . $_file
891 'set $_arg ; . $_file'
894 '( set $_arg ; . $_file )'
898 set $_arg ; . $_file
900 ( set $_arg ; . $_file )
/minix3/tools/gcc/
H A Dmknative-gcc.old351 for _arg in tmplsrcs cppflags copts; do
352 eval get_libgcc_gen_srcs_${_arg} | \
353 eval writefile \$libgcc_srcs_mk_${_arg}
/minix3/sys/sys/
H A Dsysctl.h1270 __sysctl_verify_##ctl_type##_arg(c_type *arg) \
1286 __sysctl_verify_##type##_arg(newp), __VA_ARGS__)
/minix3/etc/usr/
H A Drc249 eval arg=\$${driver}_arg
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DLangRef.rst6809 Note that the code generator does not yet fully support va\_arg on many
6810 targets. Also, it does not currently support va\_arg with aggregate
/minix3/crypto/external/bsd/openssl/dist/
H A DCHANGES3033 objects as "const" and the lh_doall[_arg] callback wrappers are not