| /src/external/bsd/bzip2/dist/ |
| bzdiff | 24 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"
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tisnan.c | 34 #define ARG (i++, VOIDP_CAST(x)) 59 if (mpfr_nan_p (x) || (mpfr_nan_p) (x) || mpfr_nan_p (ARG)) 65 if (!mpfr_inf_p (x) || !(mpfr_inf_p) (x) || !mpfr_inf_p (ARG)) 71 if (mpfr_number_p (x) || (mpfr_number_p) (x) || mpfr_number_p (ARG)) 77 if (mpfr_zero_p (x) || (mpfr_zero_p) (x) || mpfr_zero_p (ARG)) 83 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG)) 92 if (mpfr_nan_p (x) || (mpfr_nan_p) (x) || mpfr_nan_p (ARG)) 98 if (!mpfr_inf_p (x) || !(mpfr_inf_p) (x) || !mpfr_inf_p (ARG)) 104 if (mpfr_number_p (x) || (mpfr_number_p) (x) || mpfr_number_p (ARG)) 110 if (mpfr_zero_p (x) || (mpfr_zero_p) (x) || mpfr_zero_p (ARG)) [all...] |
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| w32-list-externs-from-objs.pl | 91 ARG: { 94 last ARG; 99 last ARG; 104 last ARG; 109 last ARG;
|
| w32-def-from-dll.pl | 184 ARG: { 187 last ARG; 192 last ARG; 197 last ARG; 202 last ARG; 207 last ARG;
|
| w32-hh-toc-from-info.pl | 39 ARG: { 42 last ARG;
|
| /src/external/gpl3/gcc/dist/contrib/reghunt/bin/ |
| gcc-svn-ids | 44 while getopts "f:t:" ARG; do 45 case ${ARG} in 49 *) errmsg "unrecognized option: ${ARG}";
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/ |
| gcc-svn-ids | 44 while getopts "f:t:" ARG; do 45 case ${ARG} in 49 *) errmsg "unrecognized option: ${ARG}";
|
| /src/tests/usr.bin/printf/ |
| t_builtin.sh | 63 for ARG 65 case "${ARG}" in 72 # nb: do not use echo here, an arg might be "-n'x" 74 printf '%s\n' "${ARG}" | 79 COMMAND="${COMMAND} '${ARG}'"
|
| /src/sys/dev/wscons/ |
| wsemul_vt100_subr.c | 117 wsemul_vt100_ed(struct vt100base_data *vd, int arg) 121 switch (arg) { 152 printf("ed(%d) unknown\n", arg); 163 wsemul_vt100_el(struct vt100base_data *vd, int arg) 165 switch (arg) { 179 printf("el(%d) unknown\n", arg); 203 wsemul_vt100_ed(vd, ARG(vd, 0)); 207 wsemul_vt100_el(vd, ARG(vd, 0)); 211 vt100_ansimode(vd, ARG(vd, n), VTMODE_SET); 215 vt100_decmode(vd, ARG(vd, n), VTMODE_SET) [all...] |
| vt100_base.h | 73 #define ARG(d, n) ((d)->args[(n)]) 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))
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/ |
| ar_to_bc.sh | 17 for ARG in $@; do 19 OUTPUT=$(readlink -f $ARG)
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| options.c | 45 #define ARG(n) (STR(n)|VAL) /* match, and require an argument */ 46 #define VAL 0x0100 /* arg value is required */ 65 { "-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 }, 106 { "isystem", ARG(0), str_set, &opt.isystem }, 107 { "include", ARG(0), str_add, &opt.include } [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| arc-ext.h | 81 #define INSERT_XOP(OP, NAME, CODE, MASK, CPU, ARG, FLG) \ 89 memcpy ((OP)->operands, (ARG), MAX_INSN_ARGS); \
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arc-ext.h | 81 #define INSERT_XOP(OP, NAME, CODE, MASK, CPU, ARG, FLG) \ 89 memcpy ((OP)->operands, (ARG), MAX_INSN_ARGS); \
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| arc-ext.h | 81 #define INSERT_XOP(OP, NAME, CODE, MASK, CPU, ARG, FLG) \ 89 memcpy ((OP)->operands, (ARG), MAX_INSN_ARGS); \
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| arc-ext.h | 81 #define INSERT_XOP(OP, NAME, CODE, MASK, CPU, ARG, FLG) \ 89 memcpy ((OP)->operands, (ARG), MAX_INSN_ARGS); \
|
| /src/external/gpl2/lvm2/dist/scripts/ |
| vgimportclone.sh | 203 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."
|
| /src/usr.bin/tail/ |
| tail.c | 87 #define ARG(units, forward, backward) { \ 123 ARG(512, FBYTES, RBYTES); 126 ARG(1, FBYTES, RBYTES); 132 ARG(1, FLINES, RLINES);
|
| /src/usr.bin/last/ |
| last.c | 94 typedef struct arg { struct 99 int type; /* type of arg */ 100 struct arg *next; /* linked list pointer */ 101 } ARG; 102 static ARG *arglist; /* head of linked list */ 272 addarg(int type, const char *arg) 274 ARG *cur; 276 if (!(cur = (ARG *)malloc(sizeof(ARG)))) 280 cur->name = arg; [all...] |
| /src/tests/lib/libcurses/slave/ |
| lint.lua | 40 -- After each macro ARGC, there must be the corresponding macros for ARG. 61 print_error("%s:%d: ARG without preceding ARGC", fname, lineno) 63 print_error("%s:%d: expecting ARG %d, got %s",
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_sock.c | 175 int BIO_socket_ioctl(int fd, long type, void *arg) 180 i = ioctlsocket(fd, type, (char *)arg); 185 * VMS ioctl() can't tolerate a 64-bit "void *arg", but we 191 # define ARG arg_32p 198 arg_32 = *((unsigned long *)arg); 200 # define ARG arg 203 # define ARG arg 206 i = ioctlsocket(fd, type, ARG); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| b_sock.c | 161 int BIO_socket_ioctl(int fd, long type, void *arg) 166 i = ioctlsocket(fd, type, (char *)arg); 171 * VMS ioctl() can't tolerate a 64-bit "void *arg", but we 177 # define ARG arg_32p 184 arg_32 = *((unsigned long *)arg); 186 # define ARG arg 189 # define ARG arg 192 i = ioctlsocket(fd, type, ARG); [all...] |
| /src/external/gpl3/gcc/dist/contrib/ |
| gcc_build | 247 while getopts "c:d:m:o:p:t:b:u:x:" ARG; do 248 case $ARG in
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| gcc_build | 247 while getopts "c:d:m:o:p:t:b:u:x:" ARG; do 248 case $ARG in
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_sock.c | 214 int BIO_socket_ioctl(int fd, long type, void *arg) 219 i = ioctlsocket(fd, type, (char *)arg); 224 * VMS ioctl() can't tolerate a 64-bit "void *arg", but we 230 #define ARG arg_32p 237 arg_32 = *((unsigned long *)arg); 239 #define ARG arg 242 #define ARG arg 245 i = ioctlsocket(fd, type, ARG); [all...] |