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

123

/freebsd-9.3-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-9.3-release/contrib/nvi/ex/
H A Dex_display.c45 #undef ARG macro
46 #define ARG "buffers" macro
47 if (cmdp->argv[0]->len >= sizeof(ARG) ||
48 memcmp(cmdp->argv[0]->bp, ARG, cmdp->argv[0]->len))
52 #undef ARG macro
53 #define ARG "connections" macro
54 if (cmdp->argv[0]->len >= sizeof(ARG) ||
55 memcmp(cmdp->argv[0]->bp, ARG, cmdp->argv[0]->len))
59 #undef ARG macro
60 #define ARG "screen macro
66 #undef ARG macro
67 #define ARG macro
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Ddialog-config.in46 ARG=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
49 ARG=
56 prefix="$ARG"
57 test -z "$exec_prefix" && exec_prefix="$ARG"
63 exec_prefix="$ARG"
110 --prefix=ARG sets the package-prefix of ${THIS}
112 --exec-prefix=ARG sets the executable-prefix of ${THIS}
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ngatm/libngatm/
H A Dunicust.h83 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) \
85 UNI->arg, DUE, FUNC, ARG))
/freebsd-9.3-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-9.3-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-9.3-release/usr.bin/last/
H A Dlast.c72 } ARG; typedef in typeref:struct:arg
73 ARG *arglist; /* head of linked list */
384 ARG *step;
417 ARG *cur;
419 if ((cur = malloc(sizeof(ARG))) == NULL)
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/lib/libcam/
H A Dscsi_cmdparse.c120 # define ARG_PUT(ARG) \
128 (void *)((long)(ARG)), width, \
131 *(va_arg(ap, int *)) = (ARG); \
/freebsd-9.3-release/tools/tools/tinybsd/
H A Dtinybsd44 ARG=`splitarg1 $arg`
46 case $ARG in
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint1.h197 ARG, /* argument */ enumerator in enum:__anon10854
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-9.3-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-9.3-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-9.3-release/contrib/less/
H A Dconfigure349 # as_fn_arith ARG...
1284 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1288 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
5776 # as_fn_arith ARG...

Completed in 402 milliseconds

123