Searched refs:ret_modspec (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/krb5/src/util/profile/ |
| H A D | prof_parse.c | 31 char **ret_modspec); 291 char **ret_modspec) in parse_line() argument 317 if (ret_modspec) { in parse_line() 320 *ret_modspec = strdup(cp); in parse_line() 321 if (!*ret_modspec) in parse_line() 341 char **ret_modspec) in parse_file() argument 355 retval = parse_line(bptr, state, ret_modspec); in parse_file() 399 retval = parse_line (p, state, ret_modspec); in parse_file() 416 char **ret_modspec) in profile_parse_file() argument 431 retval = parse_file(f, &state, ret_modspec); in profile_parse_file()
|
| H A D | prof_int.h | 121 (FILE *f, struct profile_node **root, char **ret_modspec); 216 char **ret_modspec); 222 (prf_data_t profile, char **ret_modspec); 225 (prf_data_t data, char **ret_modspec);
|
| H A D | prof_file.c | 170 prf_file_t *ret_prof, char **ret_modspec) in profile_open_file() argument 246 retval = profile_update_file(prf, ret_modspec); in profile_open_file() 293 errcode_t profile_update_file_data_locked(prf_data_t data, char **ret_modspec) in profile_update_file_data_locked() argument 370 retval = profile_parse_file(f, &data->root, ret_modspec); in profile_update_file_data_locked() 384 errcode_t profile_update_file_data(prf_data_t data, char **ret_modspec) in profile_update_file_data() argument 389 retval = profile_update_file_data_locked(data, ret_modspec); in profile_update_file_data()
|