Home
last modified time | relevance | path

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

123

/freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y923 #define ARGS 1 /* expect miscellaneous arguments */
936 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
960 { "ABOR", ABOR, ARGS, 1, "(abort operation)" },
970 { "NOOP", NOOP, ARGS, 1, "" },
986 { "PBSZ", PBSZ, ARGS, 1, "<sp> buffer-size" },
988 { "CCC", CCC, ARGS, 1, "" },
994 { "FEAT", FEAT, ARGS, 1, "" },
1001 { "UMASK", UMASK, ARGS, 1, "[ <sp> umask ]" },
1015 { "URL", URL, ARGS, 1, "?" },
1234 state = ARGS;
[all …]
H A Dftpcmd.c2976 #define ARGS 1 /* expect miscellaneous arguments */
2989 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
3013 { "ABOR", ABOR, ARGS, 1, "(abort operation)" },
3023 { "NOOP", NOOP, ARGS, 1, "" },
3039 { "PBSZ", PBSZ, ARGS, 1, "<sp> buffer-size" },
3041 { "CCC", CCC, ARGS, 1, "" },
3047 { "FEAT", FEAT, ARGS, 1, "" },
3054 { "UMASK", UMASK, ARGS, 1, "[ <sp> umask ]" },
3068 { "URL", URL, ARGS, 1, "?" },
3287 state = ARGS;
[all …]
/freebsd-14.2/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-14.2/libexec/ftpd/
H A Dftpcmd.y1047 #define ARGS 1 /* expect miscellaneous arguments */
1072 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
1074 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
1080 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
1081 { "TYPE", TYPE, ARGS, 1, "<sp> { A | E | I | L }" },
1083 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
1098 { "ABOR", ABOR, ARGS, 1, "(abort operation)" },
1109 { "NOOP", NOOP, ARGS, 1, "" },
1126 { "UMASK", UMASK, ARGS, 1, "[ <sp> umask ]" },
1381 state = ARGS;
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/openmp/runtime/src/include/
H A Dompx.h.var69 #define _TGT_KERNEL_LANGUAGE_HOST_IMPL_SYNC_C(RETTY, NAME, ARGS, BODY) \
70 static inline RETTY ompx_##NAME(ARGS) { BODY; }
85 #define _TGT_KERNEL_LANGUAGE_DECL_SYNC_C(RETTY, NAME, ARGS) \
86 RETTY ompx_##NAME(ARGS);
148 #define _TGT_KERNEL_LANGUAGE_HOST_IMPL_SYNC_CXX(RETTY, NAME, ARGS, CALL_ARGS) \
149 static inline RETTY NAME(ARGS) { \
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Darc_summary85 ARGS = parser.parse_args() variable
392 if ARGS.alt:
916 if ARGS.desc:
922 if ARGS.desc:
942 if ARGS.desc:
948 if ARGS.desc:
996 if ARGS.graph:
1002 if ARGS.raw:
1005 elif ARGS.section:
1013 elif ARGS.page:
[all …]
/freebsd-14.2/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()
H A Dex_abbrev.c99 ARGS *ap; in ex_unabbr()
/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend_ramdisk.c80 #define ARGS(io) \ macro
374 lba = ARGS(io)->lba + PRIV(io)->len - lbas; in ctl_backend_ramdisk_cmp()
414 if (ARGS(io)->flags & CTL_LLF_COMPARE) { in ctl_backend_ramdisk_move_done()
419 if (ARGS(io)->len > PRIV(io)->len) { in ctl_backend_ramdisk_move_done()
441 lbas = ARGS(io)->len - PRIV(io)->len; in ctl_backend_ramdisk_compare()
465 lba = ARGS(io)->lba + PRIV(io)->len; in ctl_backend_ramdisk_rw()
467 lbas = ARGS(io)->len - PRIV(io)->len; in ctl_backend_ramdisk_rw()
506 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_backend_ramdisk_rw()
507 ARGS(io)->len <= PRIV(io)->len) { in ctl_backend_ramdisk_rw()
518 struct ctl_lba_len_flags *lbalen = ARGS(io); in ctl_backend_ramdisk_submit()
[all …]
H A Dctl_backend_block.c121 #define ARGS(io) \ macro
453 lbalen = ARGS(io); in ctl_be_block_move_done()
574 || (ARGS(io)->flags & CTL_LLF_VERIFY)) { in ctl_be_block_biodone()
578 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_biodone()
651 if (ARGS(io)->flags & CTL_LLF_DPO) in ctl_be_block_dispatch_file()
779 (ARGS(io)->flags & CTL_LLF_VERIFY)) { in ctl_be_block_dispatch_file()
783 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_dispatch_file()
954 if (ARGS(io)->flags & CTL_LLF_DPO) in ctl_be_block_dispatch_zvol()
1032 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_dispatch_zvol()
1364 lbalen = ARGS(io); in ctl_be_block_cw_dispatch_ws()
[all …]
/freebsd-14.2/crypto/heimdal/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-14.2/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 ARGS are passed to PROG
/freebsd-14.2/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-14.2/contrib/ntp/include/
H A Dparse.h87 #define parseprintf(LEVEL, ARGS) if (debug > LEVEL) printf ARGS argument
89 #define parseprintf(LEVEL, ARGS) argument
/freebsd-14.2/contrib/nvi/common/
H A Dargs.h27 } ARGS; typedef
/freebsd-14.2/contrib/openpam/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-14.2/contrib/sqlite3/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-14.2/contrib/file/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-14.2/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-14.2/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

123