Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
Dfunctions-users.sh55 ARGS="${1}"
60 run_chroot_cmd "cat /.tmpPass | pw useradd ${ARGS}"
64 run_chroot_cmd "cat /.tmpPass | pw useradd ${ARGS}"
136 ARGS="-n ${USERNAME}"
140 ARGS="${ARGS} -c \"${USERCOMMENT}\""
145 ARGS="${ARGS} -h 0"
149 ARGS="${ARGS} -H 0"
152 ARGS="${ARGS} -h -"
158 ARGS="${ARGS} -s \"${USERSHELL}\""
160 ARGS="${ARGS} -s \"/nonexistant\""
[all …]
/freebsd-12-stable/contrib/subversion/subversion/include/private/
Dsvn_debug.h71 #define SVN_DBG(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL) argument
72 #define SVN_DBG_PROPS(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL) argument
93 #define SVN_DBG(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, SVN_DBG_OUTPUT), \ argument
94 svn_dbg__printf ARGS)
95 #define SVN_DBG_PROPS(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, \ argument
97 svn_dbg__print_props ARGS)
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
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 …]
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-12-stable/sys/contrib/ngatm/netnatm/api/
Dccpriv.h82 #define cc_log(CC, FMT, ARGS...) do { \ argument
84 (CC) , ## ARGS); \
94 #define cc_log(CC, FMT, ARGS...) do { } while (0) argument
136 #define cc_port_log(P, FMT, ARGS...) do { \ argument
138 (P), (P)->param.port , ## ARGS); \
148 #define cc_port_log(P, FMT, ARGS...) do { } while (0) argument
323 #define cc_conn_log(C, FMT, ARGS...) do { \ argument
325 (C) , ## ARGS); \
335 #define cc_conn_log(C, FMT, ARGS...) do { } while (0) argument
388 #define cc_party_log(P, FMT, ARGS...) do { \ argument
[all …]
/freebsd-12-stable/contrib/opie/
Dftpcmd.y800 #define ARGS 1 /* expect miscellaneous arguments */ macro
813 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
814 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
815 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
816 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
817 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
818 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
819 { "STRU", STRU, ARGS, 1, "(specify file structure)" },
820 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
831 { "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)" },
[all …]
/freebsd-12-stable/cddl/usr.bin/ztest/tests/
Dztest.sh15 ARGS="-VVVVV -f ${TMPDIR:-/tmp}"
17 ARGS="${ARGS} $(atf_config_get ztest_extra_args)"
19 ztest ${ARGS}
/freebsd-12-stable/libexec/ftpd/
Dftpcmd.y1049 #define ARGS 1 /* expect miscellaneous arguments */
1074 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
1075 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
1076 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
1077 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5" },
1078 { "LPRT", LPRT, ARGS, 1, "<sp> af, hal, h1, h2, h3,..., pal, p1, p2..." },
1080 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
1081 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
1082 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
1083 { "TYPE", TYPE, ARGS, 1, "<sp> { A | E | I | L }" },
[all …]
/freebsd-12-stable/contrib/gdb/include/
Dansidecl.h152 #define PARAMS(ARGS) ARGS argument
153 #define VPARAMS(ARGS) ARGS argument
/freebsd-12-stable/contrib/gcclibs/include/
Dansidecl.h155 #define PARAMS(ARGS) ARGS argument
158 #define VPARAMS(ARGS) ARGS argument
/freebsd-12-stable/contrib/binutils/include/
Dansidecl.h155 #define PARAMS(ARGS) ARGS argument
158 #define VPARAMS(ARGS) ARGS argument
/freebsd-12-stable/contrib/nvi/ex/
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()
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()
Dex.h119 ARGS **argv; /* Command: array of arguments. */
169 ARGS **args; /* Command: argument list. */
/freebsd-12-stable/sys/cam/ctl/
Dctl_backend_ramdisk.c82 #define ARGS(io) \ macro
376 lba = ARGS(io)->lba + PRIV(io)->len - lbas; in ctl_backend_ramdisk_cmp()
415 if (ARGS(io)->flags & CTL_LLF_COMPARE) { in ctl_backend_ramdisk_move_done()
420 if (ARGS(io)->len > PRIV(io)->len) { in ctl_backend_ramdisk_move_done()
442 lbas = ARGS(io)->len - PRIV(io)->len; in ctl_backend_ramdisk_compare()
466 lba = ARGS(io)->lba + PRIV(io)->len; in ctl_backend_ramdisk_rw()
468 lbas = ARGS(io)->len - PRIV(io)->len; in ctl_backend_ramdisk_rw()
472 op = (ARGS(io)->flags & CTL_LLF_WRITE) ? GP_WRITE : GP_READ; in ctl_backend_ramdisk_rw()
507 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_backend_ramdisk_rw()
508 ARGS(io)->len <= PRIV(io)->len) { in ctl_backend_ramdisk_rw()
[all …]
/freebsd-12-stable/crypto/heimdal/
Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocation_functions.cpp146 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
147 extern "C" SANITIZER_INTERFACE_ATTRIBUTE RET WRAP(FN)(ARGS) \
150 ARGS) ALIAS("__sanitizer_" #FN)
/freebsd-12-stable/contrib/binutils/
Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
54 ARGS are passed to PROG
/freebsd-12-stable/contrib/openbsm/config/
Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 ARGS are passed to PROG
/freebsd-12-stable/contrib/ntp/include/
Dparse.h87 #define parseprintf(LEVEL, ARGS) if (debug > LEVEL) printf ARGS argument
89 #define parseprintf(LEVEL, ARGS) argument
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
83 ARGS are passed to PROG
/freebsd-12-stable/contrib/binutils/gas/
Das.h122 #define va_start(ARGS) ARGS = &REST argument
123 #define va_end(ARGS) argument
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-12-stable/contrib/libevent/build-aux/
Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-12-stable/contrib/file/
Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining

1234