• Home
  • Raw
  • Download

Lines Matching refs:errcode_t

138 	errcode_t	magic;
166 static errcode_t parse_line(char *line, struct parse_state *state);
169 static errcode_t profile_write_tree_file
172 static errcode_t profile_write_tree_to_buffer
180 static errcode_t profile_create_node
185 static errcode_t profile_verify_node
189 static errcode_t profile_add_node
194 static errcode_t profile_find_node
200 static errcode_t profile_node_iterator
204 static errcode_t profile_open_file
207 static errcode_t profile_update_file
213 static errcode_t profile_get_value(profile_t profile, const char *name,
243 static errcode_t get_dirlist(const char *dirname, char***ret_array) in get_dirlist()
248 errcode_t retval; in get_dirlist()
303 errcode_t
309 errcode_t retval = 0; in profile_init()
392 errcode_t profile_set_default(profile_t profile, const char *def_string) in profile_set_default()
396 errcode_t retval; in profile_set_default()
463 errcode_t profile_open_file(const char * filespec, in profile_open_file()
467 errcode_t retval; in profile_open_file()
528 errcode_t profile_update_file(prf_file_t prf) in profile_update_file()
530 errcode_t retval; in profile_update_file()
688 static errcode_t parse_line(char *line, struct parse_state *state) in parse_line()
692 errcode_t retval; in parse_line()
972 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile) in profile_write_tree_file()
1010 errcode_t profile_write_tree_to_buffer(struct profile_node *root, in profile_write_tree_to_buffer()
1087 errcode_t profile_create_node(const char *name, const char *value, in profile_create_node()
1120 errcode_t profile_verify_node(struct profile_node *node) in profile_verify_node()
1123 errcode_t retval; in profile_verify_node()
1151 errcode_t profile_add_node(struct profile_node *section, const char *name, in profile_add_node()
1154 errcode_t retval; in profile_add_node()
1206 errcode_t profile_find_node(struct profile_node *section, const char *name, in profile_find_node()
1283 errcode_t
1337 errcode_t profile_node_iterator(void **iter_p, struct profile_node **ret_node, in profile_node_iterator()
1343 errcode_t retval; in profile_node_iterator()
1469 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value()
1473 errcode_t retval; in profile_get_value()
1501 errcode_t
1507 errcode_t retval; in profile_get_string()
1529 errcode_t
1534 errcode_t retval; in profile_get_integer()
1570 errcode_t
1576 errcode_t retval; in profile_get_uint()
1611 errcode_t
1616 errcode_t retval; in profile_get_double()
1658 static errcode_t
1683 errcode_t
1688 errcode_t retval; in profile_get_boolean()
1705 errcode_t
1709 errcode_t retval; in profile_iterator()
1757 errcode_t retval; in do_cmd()