Symbol: getarg_strings
crypto/heimdal/appl/afsutil/afslog.c
49
static getarg_strings cells;
crypto/heimdal/appl/afsutil/afslog.c
51
static getarg_strings files;
crypto/heimdal/appl/gssmask/common.c
83
permutate_all(struct getarg_strings *strings, size_t *size)
crypto/heimdal/appl/gssmask/common.h
114
char *** permutate_all(struct getarg_strings *, size_t *);
crypto/heimdal/appl/gssmask/gssmaestro.c
721
static getarg_strings principals;
crypto/heimdal/appl/gssmask/gssmaestro.c
722
static getarg_strings slaves;
crypto/heimdal/kadmin/kadmin.c
51
static getarg_strings policy_libraries = { 0, NULL };
crypto/heimdal/kadmin/kadmind.c
38
static getarg_strings policy_libraries = { 0, NULL };
crypto/heimdal/kadmin/mod.c
107
struct getarg_strings *strings)
crypto/heimdal/kadmin/mod.c
157
struct getarg_strings *strings)
crypto/heimdal/kadmin/mod.c
60
struct getarg_strings *strings)
crypto/heimdal/kdc/config.c
58
static struct getarg_strings addresses_str; /* addresses to listen on */
crypto/heimdal/kpasswd/kpasswdd.c
47
static struct getarg_strings addresses_str;
crypto/heimdal/kpasswd/kpasswdd.c
758
static getarg_strings policy_libraries = { 0, NULL };
crypto/heimdal/kuser/kimpersonate.c
49
static struct getarg_strings client_addresses;
crypto/heimdal/kuser/kinit.c
55
struct getarg_strings extra_addresses;
crypto/heimdal/kuser/kinit.c
63
struct getarg_strings etype_str;
crypto/heimdal/lib/asn1/main.c
42
static getarg_strings preserve;
crypto/heimdal/lib/asn1/main.c
43
static getarg_strings seq;
crypto/heimdal/lib/hx509/hxtool.c
119
const getarg_strings *s)
crypto/heimdal/lib/hx509/hxtool.c
67
lock_strings(hx509_lock lock, getarg_strings *pass)
crypto/heimdal/lib/hx509/hxtool.c
84
hx509_lock lock, const getarg_strings *s)
crypto/heimdal/lib/roken/getarg.c
330
add_string(getarg_strings *s, char *value)
crypto/heimdal/lib/roken/getarg.c
422
return add_string((getarg_strings*)current->value, goptarg + 1);
crypto/heimdal/lib/roken/getarg.c
527
return add_string((getarg_strings*)args[k].value, goptarg);
crypto/heimdal/lib/roken/getarg.c
575
free_getarg_strings (getarg_strings *s)
crypto/heimdal/lib/roken/getarg.h
110
free_getarg_strings (getarg_strings *);