Home
last modified time | relevance | path

Searched refs:ARG (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtisnan.c34 #define ARG (i++, VOIDP_CAST(x)) in main() macro
59 if (mpfr_nan_p (x) || (mpfr_nan_p) (x) || mpfr_nan_p (ARG)) in main()
65 if (!mpfr_inf_p (x) || !(mpfr_inf_p) (x) || !mpfr_inf_p (ARG)) in main()
92 if (mpfr_nan_p (x) || (mpfr_nan_p) (x) || mpfr_nan_p (ARG)) in main()
131 if (mpfr_inf_p (x) || (mpfr_inf_p) (x) || mpfr_inf_p (ARG)) in main()
158 if (mpfr_nan_p (x) || (mpfr_nan_p) (x) || mpfr_nan_p (ARG)) in main()
164 if (mpfr_inf_p (x) || (mpfr_inf_p) (x) || mpfr_inf_p (ARG)) in main()
191 if (mpfr_nan_p (x) || (mpfr_nan_p) (x) || mpfr_nan_p (ARG)) in main()
197 if (mpfr_inf_p (x) || (mpfr_inf_p) (x) || mpfr_inf_p (ARG)) in main()
225 if (mpfr_nan_p (x) || (mpfr_nan_p) (x) || mpfr_nan_p (ARG)) in main()
[all …]
/netbsd/external/mpl/bind/dist/contrib/scripts/
H A Dnamed-bootconf.sh96 for ARG in $ARGS; do
97 echo " $ARG;"
127 case $ARG in
245 case $ARG in
247 echo " $ARG/8;"
250 echo " $ARG/16;"
253 echo " $ARG/24;"
256 echo " $ARG;"
268 case $ARG in
270 echo " $ARG/8;"
[all …]
/netbsd/sys/dev/wscons/
H A Dwsemul_vt100_subr.c233 switch (ARG(vd, 0)) { in wsemul_vt100_handle_csi()
258 switch (ARG(vd, 0)) { in wsemul_vt100_handle_csi()
270 switch (ARG(vd, 1)) { in wsemul_vt100_handle_csi()
274 printf("CSI%d;%d\"p ignored\n", ARG(vd, 0), ARG(vd, 1)); in wsemul_vt100_handle_csi()
281 printf("CSI%d;%d\"p unknown\n", ARG(vd, 0), ARG(vd, 1)); in wsemul_vt100_handle_csi()
287 switch (ARG(vd, 0)) { in wsemul_vt100_handle_csi()
305 switch (ARG(vd, 0)) { in wsemul_vt100_handle_csi()
322 switch (ARG(vd, 0)) { in wsemul_vt100_handle_csi()
355 switch (ARG(vd, 0)) { in wsemul_vt100_handle_csi()
478 if (ARG(vd, 0) == 0) in wsemul_vt100_handle_csi()
[all …]
H A Dvt100_base.h73 #define ARG(d, n) ((d)->args[(n)]) macro
74 #define DEF1_ARG(d, n) (ARG(d, n) ? ARG(d, n) : 1)
75 #define DEFx_ARG(d, n, x) (ARG(d, n) ? ARG(d, n) : (x))
/netbsd/external/bsd/pcc/dist/pcc/driver/
H A Doptions.c65 { "-param", ARG(0), ignore, NULL },
68 { "B", ARG(1), arg_add, &opt.prefix },
71 { "D", ARG(1), arg_add, &opt.DIU },
73 { "I", ARG(1), arg_add, &opt.DIU },
74 { "L", ARG(1), arg_add, &opt.ldargs },
79 { "U", ARG(1), arg_add, &opt.DIU },
109 { "iquote", ARG(0), ignore, NULL }, // XX
113 { "l", ARG(1), arg_add, &opt.ldargs },
122 { "m", ARG(1), ignore, NULL }, // XX
129 { "o", ARG(1), str_set, &opt.outfile },
[all …]
/netbsd/external/bsd/bzip2/dist/
H A Dbzdiff24 for ARG
26 case "$ARG" in
27 -*) OPTIONS="$OPTIONS $ARG";;
28 *) if test -f "$ARG"; then
29 FILES="$FILES $ARG"
31 echo "${prog}: $ARG not found or not a regular file"
/netbsd/external/bsd/nvi/dist/common/
H A Dvi.src21 ARG opcode u_int32_t lu
25 ARG opcode u_int32_t lu
26 ARG lno db_recno_t lu
27 ARG cno size_t d
35 ARG opcode u_int32_t lu
36 ARG lno db_recno_t lu
/netbsd/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-list-externs-from-objs.pl91 ARG: { label
94 last ARG;
99 last ARG;
104 last ARG;
109 last ARG;
H A Dw32-def-from-dll.pl184 ARG: { label
187 last ARG;
192 last ARG;
197 last ARG;
202 last ARG;
207 last ARG;
/netbsd/external/gpl2/lvm2/dist/scripts/
H A Dvgimportclone.sh203 for ARG
205 if [ -b "$ARG" ]
207 PVS_OUT=`"${LVM}" pvs ${LVM_OPTS} --noheadings -o vg_name "$ARG" 2>/dev/null`
208 checkvalue $? "$ARG is not a PV."
210 [ -z "$PV_VGNAME" ] && die 3 "$ARG is not in a VG."
212 ln -s "$ARG" ${TMP_LVM_SYSTEM_DIR}/vgimport${DEVNO}
216 die 3 "$ARG is not a block device."
/netbsd/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids44 while getopts "f:t:" ARG; do
45 case ${ARG} in
49 *) errmsg "unrecognized option: ${ARG}";
/netbsd/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids44 while getopts "f:t:" ARG; do
45 case ${ARG} in
49 *) errmsg "unrecognized option: ${ARG}";
/netbsd/usr.bin/tail/
H A Dtail.c87 #define ARG(units, forward, backward) { \ in main() macro
123 ARG(512, FBYTES, RBYTES); in main()
126 ARG(1, FBYTES, RBYTES); in main()
132 ARG(1, FLINES, RLINES); in main()
/netbsd/usr.bin/last/
H A Dlast.c101 } ARG; typedef
102 static ARG *arglist; /* head of linked list */
274 ARG *cur; in addarg()
276 if (!(cur = (ARG *)malloc(sizeof(ARG)))) in addarg()
/netbsd/external/gpl3/gcc.old/dist/config/
H A Denable.m46 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING)
7 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, permit a|b|c)
8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd/external/gpl3/binutils.old/dist/config/
H A Denable.m46 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING)
7 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, permit a|b|c)
8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd/external/gpl3/gdb.old/dist/config/
H A Denable.m46 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING)
7 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, permit a|b|c)
8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd/external/gpl3/gdb/dist/config/
H A Denable.m46 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING)
7 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, permit a|b|c)
8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd/external/gpl3/binutils/dist/config/
H A Denable.m46 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING)
7 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, permit a|b|c)
8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd/external/gpl3/gcc/dist/config/
H A Denable.m46 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING)
7 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, permit a|b|c)
8 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, SHELL-CODE-HANDLER)
/netbsd/usr.bin/rpcgen/
H A Drpc_svcout.c56 static char ARG[] = "argument"; variable
393 f_print(fout, "\t} %s;\n", ARG); in write_program()
411 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT); in write_program()
438 p_xdrfunc(ARG, proc->args.decls->decl.type); in write_program()
440 p_xdrfunc(ARG, proc->args.argname); in write_program()
466 f_print(fout, "\t(void) memset(&%s, 0, sizeof(%s));\n", ARG, ARG); in write_program()
467 printif("getargs", TRANSP, "(caddr_t)&", ARG); in write_program()
474 ROUTINE, ARG, RESULT, RQSTP); in write_program()
477 RESULT, ROUTINE, ARG, RQSTP); in write_program()
489 printif("freeargs", TRANSP, "(caddr_t)&", ARG); in write_program()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dar_to_bc.sh17 for ARG in $@; do
19 OUTPUT=$(readlink -f $ARG)
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpython-internal.h35 #define CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF(ARG) \ argument
36 __attribute__ ((cpychecker_type_object_for_typedef (ARG)))
38 #define CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF(ARG) argument
115 #define PyGILState_Release(ARG) ((void)(ARG)) argument
117 #define PyThreadState_Swap(ARG) ((void)(ARG)) argument
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython-internal.h35 #define CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF(ARG) \ argument
36 __attribute__ ((cpychecker_type_object_for_typedef (ARG)))
38 #define CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF(ARG) argument
115 #define PyGILState_Release(ARG) ((void)(ARG)) argument
117 #define PyThreadState_Swap(ARG) ((void)(ARG)) argument
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_sock.c177 # define ARG arg_32p in BIO_socket_ioctl() macro
186 # define ARG arg in BIO_socket_ioctl() macro
189 # define ARG arg in BIO_socket_ioctl() macro
192 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()

12345678910>>...26