Home
last modified time | relevance | path

Searched refs:getargs (Results 1 – 25 of 102) sorted by relevance

12345

/trueos/crypto/heimdal/appl/afsutil/
HDpagsh.c75 struct getargs getargs[] = { variable
84 static int num_args = sizeof(getargs) / sizeof(getargs[0]);
89 arg_printusage(getargs, num_args, NULL, "command [args...]"); in usage()
110 if(getarg(getargs, num_args, argc, argv, &optind)) in main()
/trueos/crypto/heimdal/lib/roken/
HDgetarg.h51 struct getargs{ struct
92 getarg(struct getargs *args, size_t num_args,
96 arg_printusage (struct getargs *args,
102 arg_printusage_i18n (struct getargs *args,
HDgetarg.c49 struct getargs *arg, in print_arg()
88 mandoc_template(struct getargs *args, in mandoc_template()
210 arg_printusage (struct getargs *args, in arg_printusage()
220 arg_printusage_i18n (struct getargs *args, in arg_printusage_i18n()
348 arg_match_long(struct getargs *args, size_t num_args, in arg_match_long()
355 struct getargs *partial = NULL; in arg_match_long()
356 struct getargs *current = NULL; in arg_match_long()
473 arg_match_short (struct getargs *args, size_t num_args, in arg_match_short()
545 getarg(struct getargs *args, size_t num_args, in getarg()
587 struct getargs args[] = {
/trueos/crypto/heimdal/lib/krb5/
HDprog_setup.c39 krb5_std_usage(int code, struct getargs *args, int num_args) in krb5_std_usage()
47 struct getargs *args, int num_args, in krb5_program_setup() argument
48 void (KRB5_LIB_CALL *usage)(int, struct getargs*, int)) in krb5_program_setup()
HDtest_kuserok.c40 static struct getargs args[] = {
HDkrbhst-test.c42 static struct getargs args[] = {
HDtest_get_addrs.c55 static struct getargs args[] = {
HDtest_renew.c41 static struct getargs args[] = {
HDtest_forward.c40 static struct getargs args[] = {
/trueos/crypto/heimdal/appl/test/
HDcommon.c48 static struct getargs args[] = {
62 server_usage(int code, struct getargs *args, int num_args) in server_usage()
69 client_usage(int code, struct getargs *args, int num_args) in client_usage()
78 void (*usage)(int, struct getargs*, int)) in common_setup() argument
HDnt_gss_server.c56 static struct getargs args[] = {
189 usage(int code, struct getargs *args, int num_args) in usage()
197 void (*usage)(int, struct getargs*, int)) in common_setup() argument
/trueos/crypto/heimdal/appl/ftp/ftp/
HDmain.c47 struct getargs getargs[] = { variable
78 static int num_args = sizeof(getargs) / sizeof(getargs[0]);
83 arg_printusage(getargs, num_args, NULL, "[host [port]]"); in usage()
111 if(getarg(getargs, num_args, argc, argv, &optind)) in main()
/trueos/crypto/heimdal/appl/login/
HDlogin_locl.h97 #define getargs OSFgetargs macro
99 #undef getargs
/trueos/usr.bin/lam/
HDlam.c73 static void getargs(char *[]);
84 getargs(argv); in main()
101 getargs(char *av[]) in getargs() function
/trueos/games/fortune/strfile/
HDstrfile.c127 static void getargs(int, char **);
154 getargs(ac, av); /* evalute arguments */ in main()
259 getargs(int argc, char **argv) in getargs() function
/trueos/crypto/heimdal/kpasswd/
HDkpasswd.c42 static struct getargs args[] = {
51 usage (int ret, struct getargs *a, int num_args) in usage()
/trueos/usr.bin/rs/
HDrs.c94 static void getargs(int, char *[]);
113 getargs(argc, argv); in main()
391 getargs(int ac, char *av[]) in getargs() function
/trueos/crypto/heimdal/lib/ipc/
HDts.c46 static struct getargs args[] = {
HDtc.c48 static struct getargs args[] = {
HDts-http.c46 static struct getargs args[] = {
/trueos/crypto/heimdal/lib/kadm5/
HDtest_pw_quality.c44 static struct getargs args[] = {
/trueos/crypto/heimdal/appl/kf/
HDkfd.c47 static struct getargs args[] = {
59 usage(int code, struct getargs *args, int num_args) in usage()
HDkf.c46 static struct getargs args[] = {
61 usage(int code, struct getargs *args, int num_args) in usage()
/trueos/crypto/heimdal/lib/hdb/
HDtest_dbinfo.c40 struct getargs args[] = {
/trueos/crypto/heimdal/kuser/
HDkverify.c39 static struct getargs args[] = {

12345