Searched refs:ARG (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-10.1-release/tools/tools/nanobsd/pcengines/
H A Dtest.sh9 ARG="-cpu pentium"
10 ARG="$ARG -hda /usr/obj/nanobsd.alix_dsk/_.disk.full -boot c"
11 ARG="$ARG -hdb /z/scratch/scratch"
12 ARG="$ARG -net nic,model=e1000"
13 ARG="$ARG -net tap,ifname=tap0,script=no,downscript=no"
14 ARG
[all...]
/freebsd-10.1-release/contrib/dialog/
H A Ddialog-config.in47 ARG=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
50 ARG=
57 prefix="$ARG"
58 test -z "$exec_prefix" && exec_prefix="$ARG"
64 exec_prefix="$ARG"
111 --prefix=ARG sets the package-prefix of ${THIS}
113 --exec-prefix=ARG sets the executable-prefix of ${THIS}
/freebsd-10.1-release/contrib/ncurses/misc/
H A Dncurses-config.in53 ARG=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
56 ARG=
63 prefix="$ARG"
64 test -z "$exec_prefix" && exec_prefix="$ARG"
70 exec_prefix="$ARG"
132 --prefix=ARG sets the package-prefix of ${THIS}
134 --exec-prefix=ARG sets the executable-prefix of ${THIS}
/freebsd-10.1-release/usr.bin/tail/
H A Dtail.c90 #define ARG(units, forward, backward) { \ macro
120 ARG(512, FBYTES, RBYTES);
123 ARG(1, FBYTES, RBYTES);
129 ARG(1, FLINES, RLINES);
/freebsd-10.1-release/contrib/ngatm/libngatm/
H A Dunicust.h83 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) \
85 UNI->arg, DUE, FUNC, ARG))
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Detrn.pl67 my $cwfile = $ARG;
98 my $thishost = $ARG;
178 print STDERR "$server: NOT 220 greeting: $ARG"
183 print STDERR "$server: NOT 220 greeting: $ARG"
/freebsd-10.1-release/usr.bin/last/
H A Dlast.c72 } ARG; typedef in typeref:struct:arg
73 static ARG *arglist; /* head of linked list */
382 ARG *step;
415 ARG *cur;
417 if ((cur = malloc(sizeof(ARG))) == NULL)
/freebsd-10.1-release/sys/netgraph/atm/uni/
H A Dng_uni_cust.h92 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) do { \
95 hz * (DUE) / 1000, FUNC, (ARG), 0); \
/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_svcout.c52 static char ARG[] = "argument"; variable
431 f_print(fout, "\t} %s;\n", ARG);
450 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT);
483 p_xdrfunc(ARG, proc->args.decls->decl.type);
485 p_xdrfunc(ARG, proc->args.argname);
514 ARG, ARG);
515 printif("getargs", TRANSP, "(caddr_t) &", ARG);
522 RESULT, ROUTINE, ARG, RQSTP);
525 RETVAL, ROUTINE, ARG, RESUL
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dpretty-print.c38 /* Format an integer given by va_arg (ARG, type-specifier T) where
41 #define pp_integer_with_precision(PP, ARG, PREC, T, F) \
46 pp_scalar (PP, "%" F, va_arg (ARG, T)); \
50 pp_scalar (PP, "%l" F, va_arg (ARG, long T)); \
54 pp_scalar (PP, "%ll" F, va_arg (ARG, long long T)); \
H A Dgenmodes.c788 #define tagged_printf(FMT, ARG, TAG) do { \
790 count_ = printf (" " FMT ",", ARG); \
H A Dc-opts.c55 #define TARGET_OPTF(ARG)
193 /* Defer option CODE with argument ARG. */
264 /* Handle switch SCODE with argument ARG. VALUE is true, unless no-
/freebsd-10.1-release/contrib/one-true-awk/
H A Dmaketab.c103 { ARG, "arg", "arg" },
H A Dawk.h198 #define isargument(n) ((n)->nobj == ARG)
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
436 | ARG { $$ = op1(ARG, itonp($1)); }
H A Dlex.c488 RET(ARG);
/freebsd-10.1-release/lib/libcam/
H A Dscsi_cmdparse.c120 # define ARG_PUT(ARG) \
128 (void *)((long)(ARG)), width, \
131 *(va_arg(ap, int *)) = (ARG); \
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Db_sock.c541 # define ARG arg_32p macro
550 # define ARG arg macro
553 # define ARG arg macro
556 i = ioctlsocket(fd, type, ARG);
/freebsd-10.1-release/tools/tools/tinybsd/
H A Dtinybsd44 ARG=`splitarg1 $arg`
46 case $ARG in
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dlint1.h197 ARG, /* argument */ enumerator in enum:__anon11891
305 * ARG declaration of arguments in old style function definitions
H A Dcgram.y351 pushdecl(ARG);
1733 case ARG:
H A Ddecl.c531 case ARG:
703 } else if (dcs->d_ctx == ARG || dcs->d_ctx == PARG) {
1426 case ARG:
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1305 template <typename REG, typename ARG>
1306 const REG* LazyAllocate(REG*& region, ARG a);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp650 template <typename REG, typename ARG>
651 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
/freebsd-10.1-release/contrib/byacc/
H A Dconfigure648 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
653 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]

Completed in 198 milliseconds

123