Home
last modified time | relevance | path

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

12

/dragonfly/gnu/usr.bin/gdb/gdbtui/
HDgdbtui6 ARGS=
9 ARGS="${ARGS}$1 "
13 ${PROG} -tui ${ARGS}
/dragonfly/libexec/ftpd/
HDftpcmd.y1069 #define ARGS 1 /* expect miscellaneous arguments */
1094 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
1095 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
1096 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
1097 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5" },
1098 { "LPRT", LPRT, ARGS, 1, "<sp> af, hal, h1, h2, h3,..., pal, p1, p2..." },
1100 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
1101 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
1102 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
1103 { "TYPE", TYPE, ARGS, 1, "<sp> { A | E | I | L }" },
[all …]
/dragonfly/contrib/gdb-7/include/
HDansidecl.h160 #define PARAMS(ARGS) ARGS argument
163 #define VPARAMS(ARGS) ARGS argument
/dragonfly/contrib/gcc-4.7/include/
HDansidecl.h160 #define PARAMS(ARGS) ARGS argument
163 #define VPARAMS(ARGS) ARGS argument
/dragonfly/contrib/nvi2/ex/
HDex_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()
HDex_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()
HDex.h119 ARGS **argv; /* Command: array of arguments. */
169 ARGS **args; /* Command: argument list. */
HDex_args.c43 ARGS **argv; in ex_next()
302 ARGS **argv; in ex_buildargv()
HDex_preserve.c67 ARGS *ap; in ex_recover()
HDex_abbrev.c99 ARGS *ap; in ex_unabbr()
HDex_cd.c36 ARGS *ap; in ex_cd()
HDex_bang.c49 ARGS *ap; in ex_bang()
HDex_usage.c56 ARGS *ap; in ex_usage()
/dragonfly/contrib/gmp/
HDylwrap44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
52 ARGS are passed to PROG
/dragonfly/contrib/nvi2/common/
HDargs.h27 } ARGS; typedef
HDmain.c244 ARGS *av[2], a, b; in editor()
HDoptions.c302 ARGS *argv[2], a, b; in opts_init()
464 opts_set(SCR *sp, ARGS *argv[], char *usage) in opts_set()
/dragonfly/contrib/gcc-8.0/gcc/
HDgentarget-def.c327 #define DEF_TARGET_INSN(INSN, ARGS) \ in main() argument
328 def_target_insn (#INSN, #ARGS); in main()
/dragonfly/crypto/libressl/apps/openssl/
HDapps.h145 } ARGS; typedef
168 int chopup_args(ARGS *arg, char *buf, int *argc, char **argv[]);
/dragonfly/sbin/routed/
HDtable.c681 # define ARGS rtm_type_name(action), rtname(dst,mask,gate), metric, flags in rtioctl() macro
718 trace_act("route disappeared before" PAT, ARGS); in rtioctl()
725 msglog("write(rt_sock)" PAT ": %s", ARGS, strerror(errno)); in rtioctl()
729 cc, w.w_rtm.rtm_msglen, ARGS); in rtioctl()
734 trace_misc("write kernel" PAT, ARGS); in rtioctl()
736 #undef ARGS in rtioctl()
/dragonfly/contrib/nvi2/cl/
HDcl_read.c311 ARGS *argv[2], a, b; in cl_resize()
/dragonfly/usr.bin/vi/
HDcommon_extern.h72 int opts_set(SCR *, ARGS *[], char *);
/dragonfly/contrib/gdb-7/gdb/
HDtarget.h1532 #define target_get_bookmark(ARGS, FROM_TTY) \ argument
1533 (current_target.to_get_bookmark) (ARGS, FROM_TTY)
/dragonfly/contrib/nvi2/vi/
HDv_txt.c35 static int txt_fc_col(SCR *, int, ARGS **);
1970 ARGS **argv; in txt_fc()
2125 txt_fc_col(SCR *sp, int argc, ARGS **argv) in txt_fc_col()
2127 ARGS **av; in txt_fc_col()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-tree.h2710 #define TMPL_ARGS_LEVEL(ARGS, LEVEL) \ argument
2711 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS (ARGS) \
2712 ? TREE_VEC_ELT (ARGS, (LEVEL) - 1) : (ARGS))
2716 #define SET_TMPL_ARGS_LEVEL(ARGS, LEVEL, VAL) \ argument
2717 (TREE_VEC_ELT (ARGS, (LEVEL) - 1) = (VAL))
2720 #define TMPL_ARG(ARGS, LEVEL, IDX) \ argument
2721 (TREE_VEC_ELT (TMPL_ARGS_LEVEL (ARGS, LEVEL), IDX))

12