Home
last modified time | relevance | path

Searched refs:argcount (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/base/
DMKlib_gen.sh228 argcount = 1;
231 argcount = 0;
232 if (argcount != 0) {
235 argcount++;
249 argcount = 2;
294 } else if (argcount != 0) {
308 } else if ( argcount != 0 ) {
318 if (pointer == 0 && argcount != 0 && argtype != "" )
344 for (i = 1; i < argcount; i++) {
349 if ( argcount != 0 && $check != "..." ) {
[all …]
/freebsd-10-stable/usr.bin/rpcgen/
Drpc_main.c106 static int argcount = FIXEDARGS; variable
283 argcount = FIXEDARGS; in clear_args()
923 if (argcount >= ARGLISTLEN) { in addarg()
929 arglist[argcount++] = xstrdup(cp); in addarg()
931 arglist[argcount++] = NULL; in addarg()
943 if (argcount >= ARGLISTLEN) { in insarg()
950 for (i = argcount - 1; i >= place; i--) in insarg()
954 argcount++; in insarg()
/freebsd-10-stable/contrib/binutils/binutils/
Dwrstabs.c940 stab_function_type (void *p, int argcount, in stab_function_type() argument
949 for (i = 0; i < argcount; i++) in stab_function_type()
1138 stab_method_type (void *p, bfd_boolean domainp, int argcount, in stab_method_type() argument
1166 if (argcount < 0) in stab_method_type()
1169 argcount = 0; in stab_method_type()
1171 else if (argcount == 0) in stab_method_type()
1182 argcount = 1; in stab_method_type()
1187 args = (char **) xmalloc ((argcount + 1) * sizeof (*args)); in stab_method_type()
1188 for (i = argcount - 1; i >= 0; i--) in stab_method_type()
1198 args[argcount] = stab_pop_type (info); in stab_method_type()
[all …]
Dprdbg.c690 pr_function_type (void *p, int argcount, bfd_boolean varargs) in pr_function_type() argument
701 if (argcount <= 0) in pr_function_type()
710 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_function_type()
711 for (i = argcount - 1; i >= 0; i--) in pr_function_type()
729 if (argcount < 0) in pr_function_type()
735 for (i = 0; i < argcount; i++) in pr_function_type()
747 if (argcount > 0) in pr_function_type()
893 pr_method_type (void *p, bfd_boolean domain, int argcount, bfd_boolean varargs) in pr_method_type() argument
922 if (argcount <= 0) in pr_method_type()
931 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_method_type()
[all …]
Dieee.c5473 ieee_function_type (void *p, int argcount, bfd_boolean varargs) in ieee_function_type() argument
5485 if (argcount > 0) in ieee_function_type()
5487 args = (unsigned int *) xmalloc (argcount * sizeof *args); in ieee_function_type()
5488 for (i = argcount - 1; i >= 0; i--) in ieee_function_type()
5495 else if (argcount < 0) in ieee_function_type()
5503 if (argcount < 0 && ! localp) in ieee_function_type()
5524 || ! ieee_write_number (info, (bfd_vma) argcount + (varargs ? 1 : 0))) in ieee_function_type()
5526 if (argcount > 0) in ieee_function_type()
5528 for (i = 0; i < argcount; i++) in ieee_function_type()
5701 ieee_method_type (void *p, bfd_boolean domain, int argcount, in ieee_method_type() argument
[all …]
DChangeLog-91971548 (pr_function_type): Add argcount and varargs parameters.
1551 (ieee_function_type): Add argcount and varargs parameters.
/freebsd-10-stable/sbin/fsdb/
Dfsdb.h56 int argcount(struct cmdtable *cmdp, int argc, char *argv[]);
Dfsdbutil.c97 argcount(struct cmdtable *cmdp, int argc, char *argv[]) in argcount() function
Dfsdb.c277 rval = argcount(cmdp, cmd_argc, cmd_argv); in cmdloop()
/freebsd-10-stable/usr.sbin/crunch/crunchgen/
Dcrunchgen.c525 goto argcount; in add_special()
530 goto argcount; in add_special()
535 goto argcount; in add_special()
552 goto argcount; in add_special()
569 argcount: in add_special()
/freebsd-10-stable/contrib/gdb/gdb/
Dgdbtypes.c1529 int depth = 0, argcount = 1; in check_stub_method() local
1557 argcount += 1; in check_stub_method()
1565 argcount -= 1; in check_stub_method()
1570 TYPE_ALLOC (type, (argcount + 1) * sizeof (struct field)); in check_stub_method()
1576 argcount = 0; in check_stub_method()
1580 argcount = 1; in check_stub_method()
1595 argtypes[argcount].type = in check_stub_method()
1597 argcount += 1; in check_stub_method()
1621 TYPE_NFIELDS (mtype) = argcount; in check_stub_method()
/freebsd-10-stable/usr.bin/mail/
Dextern.h84 int argcount(char **);
Dutil.c117 argcount(char **argv) in argcount() function
Dcmd3.c696 c = argcount(namelist) + 1; in alternates()