Symbol: profile_node
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
140
(FILE *f, struct profile_node **root);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
143
(struct profile_node *root, FILE *dstfile);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
146
(struct profile_node *root, char **buf);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
152
(struct profile_node *relation);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
156
struct profile_node **ret_node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
159
(struct profile_node *node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
162
(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
164
struct profile_node **ret_node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
167
(struct profile_node *node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
170
(struct profile_node *node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
173
(struct profile_node *node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
176
(struct profile_node *node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
179
(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
182
struct profile_node **node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
185
(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
190
(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
192
char **ret_name, struct profile_node **subsection);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
195
(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
196
struct profile_node **parent);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
199
(struct profile_node *section, const char *name);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
202
(struct profile_node *section, void **state,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
213
(void **iter_p, struct profile_node **ret_node,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
217
(struct profile_node *node);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
220
(struct profile_node *node, const char *new_value);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
223
(struct profile_node *node, const char *new_name);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
40
struct profile_node *root;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
231
errcode_t profile_parse_file(FILE *f, struct profile_node **root)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
26
struct profile_node *root_section;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
27
struct profile_node *current_section;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
384
static void dump_profile(struct profile_node *root, int level,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
388
struct profile_node *p;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
449
errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
487
errcode_t profile_write_tree_to_buffer(struct profile_node *root,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_parse.c
87
struct profile_node *node;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_set.c
139
struct profile_node *section, *node;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_set.c
185
struct profile_node *section, *node;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_set.c
238
struct profile_node *section;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_set.c
87
struct profile_node *section, *node;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
100
memset(new, 0, sizeof(struct profile_node));
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
124
errcode_t profile_verify_node(struct profile_node *node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
126
struct profile_node *p, *last;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
154
errcode_t profile_add_node(struct profile_node *section, const char *name,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
155
const char *value, struct profile_node **ret_node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
158
struct profile_node *p, *last, *new;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
198
errcode_t profile_make_node_final(struct profile_node *node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
209
int profile_is_node_final(struct profile_node *node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
219
const char *profile_get_node_name(struct profile_node *node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
229
const char *profile_get_node_value(struct profile_node *node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
248
errcode_t profile_find_node(struct profile_node *section, const char *name,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
250
struct profile_node **node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
252
struct profile_node *p;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
322
errcode_t profile_find_node_relation(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
326
struct profile_node *p;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
354
errcode_t profile_find_node_subsection(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
357
struct profile_node **subsection)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
359
struct profile_node *p;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
363
if (section == (struct profile_node *)NULL)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
382
errcode_t profile_get_node_parent(struct profile_node *section,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
383
struct profile_node **parent)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
402
struct profile_node *node;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
43
struct profile_node *first_child;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
44
struct profile_node *parent;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
45
struct profile_node *next, *prev;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
460
errcode_t profile_node_iterator(void **iter_p, struct profile_node **ret_node,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
464
struct profile_node *section, *p;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
55
void profile_free_node(struct profile_node *node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
57
struct profile_node *child, *next;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
623
errcode_t profile_remove_node(struct profile_node *node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
640
errcode_t profile_set_relation_value(struct profile_node *node,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
666
errcode_t profile_rename_node(struct profile_node *node, const char *new_name)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
669
struct profile_node *p, *last;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
93
struct profile_node **ret_node)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
95
struct profile_node *new;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_tree.c
97
new = malloc(sizeof(struct profile_node));