Searched defs:getargs (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getarg.h | 51 struct getargs{ struct 52 const char *long_name; 53 char short_name; 54 enum { arg_integer, 62 } type; 63 void *value; 64 const char *help; 65 const char *arg_help;
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_locl.h | 97 #define getargs OSFgetargs macro
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | prog_setup.c | 47 struct getargs *args, int num_args, in krb5_program_setup()
|
/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | pagsh.c | 75 struct getargs getargs[] = { variable
|
/freebsd/usr.bin/lam/ |
H A D | lam.c | 106 getargs(char *av[]) in getargs() function
|
/freebsd/crypto/heimdal/appl/test/ |
H A D | common.c | 78 void (*usage)(int, struct getargs*, int)) in common_setup()
|
H A D | nt_gss_server.c | 197 void (*usage)(int, struct getargs*, int)) in common_setup()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | main.c | 47 struct getargs getargs[] = { variable
|
/freebsd/usr.bin/rs/ |
H A D | rs.cc | 335 getargs(int ac, char *av[]) in getargs() function
|
/freebsd/usr.bin/fortune/strfile/ |
H A D | strfile.c | 245 getargs(int argc, char **argv) in getargs() function
|
/freebsd/contrib/byacc/ |
H A D | main.c | 362 getargs(int argc, char *argv[]) in getargs() function
|
/freebsd/usr.bin/fortune/fortune/ |
H A D | fortune.c | 262 getargs(int argc, char *argv[]) in getargs() function
|