Home
last modified time | relevance | path

Searched defs:argcount (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sbin/fsdb/
H A Dfsdbutil.c72 argcount(struct cmdtable *cmdp, int argc, char **argv) in argcount() function
/dflybsd-src/usr.bin/mail/
H A Dutil.c111 argcount(char **argv) in argcount() function
/dflybsd-src/usr.bin/rpcgen/
H A Drpc_main.c102 static int argcount = FIXEDARGS; variable
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dwrstabs.c940 stab_function_type (void *p, int argcount, in stab_function_type()
1138 stab_method_type (void *p, bfd_boolean domainp, int argcount, in stab_method_type()
H A Dprdbg.c710 pr_function_type (void *p, int argcount, bfd_boolean varargs) in pr_function_type()
919 pr_method_type (void *p, bfd_boolean domain, int argcount, bfd_boolean varargs) in pr_method_type()
H A Dieee.c5482 ieee_function_type (void *p, int argcount, bfd_boolean varargs) in ieee_function_type()
5707 ieee_method_type (void *p, bfd_boolean domain, int argcount, in ieee_method_type()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dwrstabs.c940 stab_function_type (void *p, int argcount, in stab_function_type()
1138 stab_method_type (void *p, bfd_boolean domainp, int argcount, in stab_method_type()
H A Dprdbg.c712 pr_function_type (void *p, int argcount, bfd_boolean varargs) in pr_function_type()
921 pr_method_type (void *p, bfd_boolean domain, int argcount, bfd_boolean varargs) in pr_method_type()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbtypes.c1770 int depth = 0, argcount = 1; in check_stub_method() local