| /dragonfly/gnu/usr.bin/gdb/gdbtui/ |
| HD | gdbtui | 6 ARGS= 9 ARGS="${ARGS}$1 " 13 ${PROG} -tui ${ARGS}
|
| /dragonfly/libexec/ftpd/ |
| HD | ftpcmd.y | 1069 #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/ |
| HD | ansidecl.h | 160 #define PARAMS(ARGS) ARGS argument 163 #define VPARAMS(ARGS) ARGS argument
|
| /dragonfly/contrib/gcc-4.7/include/ |
| HD | ansidecl.h | 160 #define PARAMS(ARGS) ARGS argument 163 #define VPARAMS(ARGS) ARGS argument
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_display.c | 25 static int is_prefix(ARGS *, CHAR_T *); 39 ARGS *arg; in ex_display() 71 is_prefix(ARGS *arg, CHAR_T *str) in is_prefix()
|
| HD | ex_argv.c | 348 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()
|
| HD | ex.h | 119 ARGS **argv; /* Command: array of arguments. */ 169 ARGS **args; /* Command: argument list. */
|
| HD | ex_args.c | 43 ARGS **argv; in ex_next() 302 ARGS **argv; in ex_buildargv()
|
| HD | ex_preserve.c | 67 ARGS *ap; in ex_recover()
|
| HD | ex_abbrev.c | 99 ARGS *ap; in ex_unabbr()
|
| HD | ex_cd.c | 36 ARGS *ap; in ex_cd()
|
| HD | ex_bang.c | 49 ARGS *ap; in ex_bang()
|
| HD | ex_usage.c | 56 ARGS *ap; in ex_usage()
|
| /dragonfly/contrib/gmp/ |
| HD | ylwrap | 44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... 52 ARGS are passed to PROG
|
| /dragonfly/contrib/nvi2/common/ |
| HD | args.h | 27 } ARGS; typedef
|
| HD | main.c | 244 ARGS *av[2], a, b; in editor()
|
| HD | options.c | 302 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/ |
| HD | gentarget-def.c | 327 #define DEF_TARGET_INSN(INSN, ARGS) \ in main() argument 328 def_target_insn (#INSN, #ARGS); in main()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | apps.h | 145 } ARGS; typedef 168 int chopup_args(ARGS *arg, char *buf, int *argc, char **argv[]);
|
| /dragonfly/sbin/routed/ |
| HD | table.c | 681 # 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/ |
| HD | cl_read.c | 311 ARGS *argv[2], a, b; in cl_resize()
|
| /dragonfly/usr.bin/vi/ |
| HD | common_extern.h | 72 int opts_set(SCR *, ARGS *[], char *);
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | target.h | 1532 #define target_get_bookmark(ARGS, FROM_TTY) \ argument 1533 (current_target.to_get_bookmark) (ARGS, FROM_TTY)
|
| /dragonfly/contrib/nvi2/vi/ |
| HD | v_txt.c | 35 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/ |
| HD | cp-tree.h | 2710 #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))
|