Home
last modified time | relevance | path

Searched refs:ARGS (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y923 #define ARGS 1 /* expect miscellaneous arguments */
936 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
937 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
938 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
939 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
941 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
943 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
944 { "STRU", STRU, ARGS, 1, "(specify file structure)" },
945 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
956 { "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)" },
[all …]
H A Dftpcmd.c2976 #define ARGS 1 /* expect miscellaneous arguments */
2989 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
2990 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
2991 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
2992 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
2994 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
2996 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
2997 { "STRU", STRU, ARGS, 1, "(specify file structure)" },
2998 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
3009 { "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)" },
[all …]
/freebsd/cddl/usr.bin/ztest/tests/
H A Dztest.sh14 ARGS="-VVVVV -f ${TMPDIR:-/tmp}"
16 ARGS="${ARGS} $(atf_config_get ztest_extra_args)"
18 ztest ${ARGS}
/freebsd/libexec/ftpd/
H A Dftpcmd.y1038 #define ARGS 1 /* expect miscellaneous arguments */
1063 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
1064 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
1065 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
1066 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5" },
1067 { "LPRT", LPRT, ARGS, 1, "<sp> af, hal, h1, h2, h3,..., pal, p1, p2..." },
1069 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
1070 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
1071 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
1072 { "TYPE", TYPE, ARGS, 1, "<sp> { A | E | I | L }" },
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-jobs.mk8 ARGS= 0 1 2 8 08 017 0x10 -5 1000
19 .for arg in ${ARGS}
29 ARGS= 0.0 0C 0.0C .00001 .00001C 1C 1CPUs 1.2 .5e1C 07.5C 08.5C
43 . for arg in ${ARGS}
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp160 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
162 ARGS) ALIAS(__sanitizer_##FN)
164 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
165 extern "C" SANITIZER_INTERFACE_ATTRIBUTE RET WRAP(FN)(ARGS) \
168 ARGS) ALIAS(__sanitizer_##FN)
/freebsd/sys/contrib/openzfs/cmd/
H A Darc_summary85 ARGS = parser.parse_args() variable
393 if ARGS.alt:
942 if ARGS.desc:
948 if ARGS.desc:
968 if ARGS.desc:
974 if ARGS.desc:
1022 if ARGS.graph:
1028 if ARGS.raw:
1031 elif ARGS.section:
1034 section_calls[ARGS.section](kstats)
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Dompx.h.var80 #define _TGT_KERNEL_LANGUAGE_HOST_IMPL_SYNC_C(RETTY, NAME, ARGS, BODY) \
81 static inline RETTY ompx_##NAME(ARGS) { BODY; }
116 #define _TGT_KERNEL_LANGUAGE_DECL_SYNC_C(RETTY, NAME, ARGS) \
117 RETTY ompx_##NAME(ARGS);
195 #define _TGT_KERNEL_LANGUAGE_HOST_IMPL_SYNC_CXX(RETTY, NAME, ARGS, CALL_ARGS) \
196 static inline RETTY NAME(ARGS) { \
/freebsd/contrib/nvi/ex/
H A Dex_display.c25 static int is_prefix(ARGS *, CHAR_T *);
39 ARGS *arg; in ex_display()
71 is_prefix(ARGS *arg, CHAR_T *str) in is_prefix()
H A Dex_argv.c348 qsort(exp->args + off, exp->argsoff - off, sizeof(ARGS *), argv_comp); in argv_flt_user()
459 ARGS *ap; in argv_alloc()
472 REALLOC(sp, exp->args, ARGS **, cnt * sizeof(ARGS *)); in argv_alloc()
477 memset(&exp->args[exp->argscnt], 0, INCREMENT * sizeof(ARGS *)); in argv_alloc()
483 CALLOC(sp, exp->args[off], 1, sizeof(ARGS)); in argv_alloc()
506 CALLOC(sp, exp->args[off], 1, sizeof(ARGS)); in argv_alloc()
650 qsort(exp->args + off, exp->argsoff - off, sizeof(ARGS *), argv_comp); in argv_flt_path()
661 return (STRCMP((*(ARGS **)a)->bp, (*(ARGS **)b)->bp)); in argv_comp()
H A Dex.h119 ARGS **argv; /* Command: array of arguments. */
169 ARGS **args; /* Command: argument list. */
H A Dex_preserve.c67 ARGS *ap; in ex_recover()
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c79 #define ARGS(io) \ macro
371 lba = ARGS(io)->lba + PRIV(io)->len - lbas; in ctl_backend_ramdisk_cmp()
405 if (ARGS(io)->flags & CTL_LLF_COMPARE) { in ctl_backend_ramdisk_move_done()
410 if (ARGS(io)->len > PRIV(io)->len) { in ctl_backend_ramdisk_move_done()
432 lbas = ARGS(io)->len - PRIV(io)->len; in ctl_backend_ramdisk_compare()
456 lba = ARGS(io)->lba + PRIV(io)->len; in ctl_backend_ramdisk_rw()
458 lbas = ARGS(io)->len - PRIV(io)->len; in ctl_backend_ramdisk_rw()
462 op = (ARGS(io)->flags & CTL_LLF_WRITE) ? GP_WRITE : GP_READ; in ctl_backend_ramdisk_rw()
497 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_backend_ramdisk_rw()
498 ARGS(io)->len <= PRIV(io)->len) { in ctl_backend_ramdisk_rw()
[all …]
H A Dctl_backend_block.c120 #define ARGS(io) \ macro
477 lbalen = ARGS(io); in ctl_be_block_move_done()
593 || (ARGS(io)->flags & CTL_LLF_VERIFY)) { in ctl_be_block_biodone()
597 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_biodone()
668 if (ARGS(io)->flags & CTL_LLF_DPO) in ctl_be_block_dispatch_file()
670 if (beio->bio_cmd == BIO_WRITE && ARGS(io)->flags & CTL_LLF_FUA) in ctl_be_block_dispatch_file()
795 (ARGS(io)->flags & CTL_LLF_VERIFY)) { in ctl_be_block_dispatch_file()
799 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_dispatch_file()
814 struct ctl_lba_len_flags *lbalen = ARGS(io); in ctl_be_block_gls_file()
972 if (ARGS(io)->flags & CTL_LLF_DPO) in ctl_be_block_dispatch_zvol()
[all …]
/freebsd/crypto/heimdal/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 ARGS are passed to PROG
/freebsd/contrib/ntp/include/
H A Dparse.h87 #define parseprintf(LEVEL, ARGS) if (debug > LEVEL) printf ARGS argument
89 #define parseprintf(LEVEL, ARGS) argument
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
83 ARGS are passed to PROG
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd/contrib/openpam/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd/contrib/ntp/sntp/libevent/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd/contrib/file/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd/contrib/libevent/build-aux/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd/contrib/sqlite3/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd/contrib/nvi/common/
H A Dargs.h27 } ARGS; typedef

123