Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/fsdb/
H A Dfsdbutil.c97 argcount(struct cmdtable *cmdp, int argc, char *argv[]) in argcount() function
/freebsd-12.1/usr.bin/mail/
H A Dutil.c121 argcount(char **argv) in argcount() function
/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_main.c106 static int argcount = FIXEDARGS; variable
/freebsd-12.1/contrib/binutils/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.c690 pr_function_type (void *p, int argcount, bfd_boolean varargs) in pr_function_type()
893 pr_method_type (void *p, bfd_boolean domain, int argcount, bfd_boolean varargs) in pr_method_type()
H A Dieee.c5473 ieee_function_type (void *p, int argcount, bfd_boolean varargs) in ieee_function_type()
5701 ieee_method_type (void *p, bfd_boolean domain, int argcount, in ieee_method_type()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.c1529 int depth = 0, argcount = 1; in check_stub_method() local