Searched refs:getargs (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dprog_setup.c39 krb5_std_usage(int code, struct getargs *args, int num_args)
47 struct getargs *args, int num_args,
48 void (KRB5_LIB_CALL *usage)(int, struct getargs*, int))
46 krb5_program_setup(krb5_context *context, int argc, char **argv, struct getargs *args, int num_args, void (KRB5_LIB_CALL *usage)(int, struct getargs*, int)) argument
H A Dkrbhst-test.c42 static struct getargs args[] = {
H A Dtest_get_addrs.c55 static struct getargs args[] = {
H A Dtest_kuserok.c40 static struct getargs args[] = {
H A Dtest_renew.c41 static struct getargs args[] = {
H A Dtest_pkinit_dh2key.c163 static struct getargs args[] = {
H A Dtest_hostname.c95 static struct getargs args[] = {
H A Dtest_forward.c40 static struct getargs args[] = {
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetarg.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,
H A Dgetarg.c49 struct getargs *arg,
88 mandoc_template(struct getargs *args,
210 arg_printusage (struct getargs *args,
220 arg_printusage_i18n (struct getargs *args,
348 arg_match_long(struct getargs *args, size_t num_args,
355 struct getargs *partial = NULL;
356 struct getargs *current = NULL;
473 arg_match_short (struct getargs *args, size_t num_args,
545 getarg(struct getargs *args, size_t num_args,
587 struct getargs arg
[all...]
H A Dgetaddrinfo-test.c47 static struct getargs args[] = {
/freebsd-current/crypto/heimdal/appl/afsutil/
H A Dpagsh.c75 struct getargs getargs[] = { variable in typeref:struct:getargs
84 static int num_args = sizeof(getargs) / sizeof(getargs[0]);
89 arg_printusage(getargs, num_args, NULL, "command [args...]");
110 if(getarg(getargs, num_args, argc, argv, &optind))
/freebsd-current/crypto/heimdal/appl/login/
H A Dlogin_locl.h97 #define getargs OSFgetargs macro
99 #undef getargs macro
/freebsd-current/crypto/heimdal/appl/test/
H A Dcommon.c48 static struct getargs args[] = {
62 server_usage(int code, struct getargs *args, int num_args)
69 client_usage(int code, struct getargs *args, int num_args)
78 void (*usage)(int, struct getargs*, int))
77 common_setup(krb5_context *context, int *argc, char **argv, void (*usage)(int, struct getargs*, int)) argument
H A Dnt_gss_server.c56 static struct getargs args[] = {
189 usage(int code, struct getargs *args, int num_args)
197 void (*usage)(int, struct getargs*, int))
196 common_setup(krb5_context *context, int *argc, char **argv, void (*usage)(int, struct getargs*, int)) argument
/freebsd-current/usr.bin/lam/
H A Dlam.c60 static int morefiles; /* set by getargs(), changed by gatherline() */
66 static void getargs(char *[]);
79 getargs(argv);
105 getargs(char *av[]) function
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c47 struct getargs getargs[] = { variable in typeref:struct:getargs
78 static int num_args = sizeof(getargs) / sizeof(getargs[0]);
83 arg_printusage(getargs, num_args, NULL, "[host [port]]");
111 if(getarg(getargs, num_args, argc, argv, &optind))
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dtest_dbinfo.c40 struct getargs args[] = {
/freebsd-current/crypto/heimdal/lib/ipc/
H A Dtc.c48 static struct getargs args[] = {
H A Dts.c46 static struct getargs args[] = {
H A Dts-http.c46 static struct getargs args[] = {
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dtest_pw_quality.c44 static struct getargs args[] = {
/freebsd-current/crypto/heimdal/kuser/
H A Dkverify.c39 static struct getargs args[] = {
H A Dgenerate-requests.c100 static struct getargs args[] = {
H A Dkcc.c42 static struct getargs args[] = {

Completed in 188 milliseconds

1234