/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | pagsh.c | 75 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()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getarg.h | 51 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,
|
H A D | getarg.c | 49 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[] = {
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | prog_setup.c | 39 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()
|
H A D | test_kuserok.c | 40 static struct getargs args[] = {
|
H A D | krbhst-test.c | 42 static struct getargs args[] = {
|
H A D | test_get_addrs.c | 55 static struct getargs args[] = {
|
H A D | test_renew.c | 41 static struct getargs args[] = {
|
H A D | test_forward.c | 40 static struct getargs args[] = {
|
/freebsd/crypto/heimdal/appl/test/ |
H A D | common.c | 48 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
|
H A D | nt_gss_server.c | 56 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
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | main.c | 47 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()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_locl.h | 97 #define getargs OSFgetargs macro 99 #undef getargs
|
/freebsd/usr.bin/lam/ |
H A D | lam.c | 67 static void getargs(char *[]); 80 getargs(argv); in main() 106 getargs(char *av[]) in getargs() function
|
/freebsd/usr.bin/rs/ |
H A D | rs.cc | 79 static void getargs(int, char *[]); 91 getargs(argc, argv); in main() 335 getargs(int ac, char *av[]) in getargs() function
|
/freebsd/usr.bin/fortune/strfile/ |
H A D | strfile.c | 113 static void getargs(int, char **); 140 getargs(ac, av); /* evalute arguments */ in main() 245 getargs(int argc, char **argv) in getargs() function
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswd.c | 42 static struct getargs args[] = { 51 usage (int ret, struct getargs *a, int num_args) in usage()
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | ts.c | 46 static struct getargs args[] = {
|
H A D | tc.c | 48 static struct getargs args[] = {
|
H A D | ts-http.c | 46 static struct getargs args[] = {
|
/freebsd/crypto/heimdal/appl/kf/ |
H A D | kfd.c | 47 static struct getargs args[] = { 59 usage(int code, struct getargs *args, int num_args) in usage()
|
H A D | kf.c | 46 static struct getargs args[] = { 61 usage(int code, struct getargs *args, int num_args) in usage()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | test_pw_quality.c | 44 static struct getargs args[] = {
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | test_dbinfo.c | 40 struct getargs args[] = {
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kverify.c | 39 static struct getargs args[] = {
|