/freebsd/tools/tools/nanobsd/pcengines/ |
H A D | test.sh | 8 ARG="-cpu pentium" 9 ARG="$ARG -hda /usr/obj/nanobsd.alix_dsk/_.disk.full -boot c" 10 ARG="$ARG -hdb /z/scratch/scratch" 11 ARG="$ARG -net nic,model=e1000" 12 ARG="$ARG -net tap,ifname=tap0,script=no,downscript=no" 13 ARG="$ARG -m 1024 -k de -localtime -nographic" 17 ARG="-cpu pentium" 18 ARG="$ARG -hda /usr/obj/nanobsd.alix_nfs/_.disk.full -boot c" 19 ARG="$ARG -hdb /z/scratch/scratch" 20 ARG="$ARG -net nic,model=e1000" [all …]
|
/freebsd/sbin/nvmecontrol/ |
H A D | passthru.c | 99 #define ARG(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro 102 ARG("opcode", 'o', arg_uint8, opt, opcode, 104 ARG("cdw2", '2', arg_uint32, opt, cdw2, 106 ARG("cdw3", '3', arg_uint32, opt, cdw3, 108 ARG("cdw10", '4', arg_uint32, opt, cdw10, 110 ARG("cdw11", '5', arg_uint32, opt, cdw11, 112 ARG("cdw12", '6', arg_uint32, opt, cdw12, 114 ARG("cdw13", '7', arg_uint32, opt, cdw13, 116 ARG("cdw14", '8', arg_uint32, opt, cdw14, 118 ARG("cdw15", '9', arg_uint32, opt, cdw15, [all …]
|
/freebsd/contrib/dialog/ |
H A D | dialog-config.in | 110 ARG=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` 113 ARG= 120 prefix="$ARG" 121 test -z "$exec_prefix" && exec_prefix="$ARG" 128 exec_prefix="$ARG" 225 --prefix=ARG sets the package-prefix of ${THIS} 227 --exec-prefix=ARG sets the executable-prefix of ${THIS}
|
/freebsd/contrib/sendmail/contrib/ |
H A D | etrn.pl | 67 my $cwfile = $ARG; 98 my $thishost = $ARG; 178 print STDERR "$server: NOT 220 greeting: $ARG" 183 print STDERR "$server: NOT 220 greeting: $ARG"
|
/freebsd/usr.bin/tail/ |
H A D | tail.c | 97 #define ARG(units, forward, backward) { \ in main() macro 129 ARG(512, FBYTES, RBYTES); in main() 132 ARG(1, FBYTES, RBYTES); in main() 138 ARG(1, FLINES, RLINES); in main()
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_svcout.c | 42 static char ARG[] = "argument"; variable 421 f_print(fout, "\t} %s;\n", ARG); in write_program() 440 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT); in write_program() 473 p_xdrfunc(ARG, proc->args.decls->decl.type); in write_program() 475 p_xdrfunc(ARG, proc->args.argname); in write_program() 504 ARG, ARG); in write_program() 505 printif("getargs", TRANSP, "(caddr_t) &", ARG); in write_program() 512 RESULT, ROUTINE, ARG, RQSTP); in write_program() 515 RETVAL, ROUTINE, ARG, RESULT, RQSTP); in write_program() 530 printif("freeargs", TRANSP, "(caddr_t) &", ARG); in write_program()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 191 # define ARG arg_32p in BIO_socket_ioctl() macro 200 # define ARG arg in BIO_socket_ioctl() macro 203 # define ARG arg in BIO_socket_ioctl() macro 206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
|
/freebsd/usr.bin/last/ |
H A D | last.c | 67 } ARG; typedef 68 static ARG *arglist; /* head of linked list */ 420 ARG *step; in want() 458 ARG *cur; in addarg() 460 if ((cur = malloc(sizeof(ARG))) == NULL) in addarg()
|
/freebsd/share/examples/oci/ |
H A D | Containerfile.pkg | 6 ARG version=15.0-CURRENT-amd64 12 ARG packages
|
/freebsd/lib/libcam/ |
H A D | scsi_cmdparse.c | 120 #define ARG_PUT(ARG) \ in do_buff_decode() argument 125 letter), (void *)((long)(ARG)), width, \ in do_buff_decode() 128 *(va_arg(*ap, int *)) = (ARG); \ in do_buff_decode()
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 465 | ARG { $$ = op1(ARG, itonp($1)); }
|
H A D | maketab.c | 104 { ARG, "arg", "arg" },
|
H A D | awk.h | 234 #define isargument(n) ((n)->nobj == ARG)
|
H A D | lex.c | 545 RET(ARG); in word()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 580 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument 581 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \ 583 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \ 586 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \ 588 return OSSL_CMP_CTX_##GETN##_##FIELD(ctx, ARG); \
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | git-filter-branch | 160 ARG="$1" 166 case "$ARG" in
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 382 descrip = "make ARG an ntp variable (RW)"; 394 descrip = "make ARG an ntp variable (RW|DEF)";
|
H A D | invoke-ntpd.texi | 192 Str var make ARG an ntp variable (RW) 194 Str dvar make ARG an ntp variable (RW|DEF)
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1612 template <typename REG, typename ARG> 1613 const REG* LazyAllocate(REG*& region, ARG a);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 892 template <typename REG, typename ARG> 893 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.cpp | 1788 #define _xabort(ARG) _asm _emit 0xc6 _asm _emit 0xf8 _asm _emit ARG argument 1790 #define _xabort(ARG) \ argument 1791 __asm__ volatile(".byte 0xC6; .byte 0xF8; .byte " STRINGIZE(ARG):::"memory");
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.td | 64 /* ARG */ SDTCisSameAs<0, 1>, 65 /* ARG */ SDTCisSameAs<1, 2>,
|
/freebsd/tools/regression/usr.bin/env/ |
H A D | regress-env.rgdata | 266 # going to stick the script name on as ARG[2] when invoking `env'.
|
/freebsd/share/misc/ |
H A D | iso3166 | 31 AR ARG 032 Argentina
|
/freebsd/contrib/bmake/ |
H A D | configure | 1358 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1364 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|