Home
last modified time | relevance | path

Searched refs:profile_conf (Results 1 – 2 of 2) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c571 profile_config_t *profile_conf; in parse() local
574 profile_conf = malloc(sizeof(profile_config_t)); in parse()
575 profile_conf->global = malloc(sizeof(global_options)); in parse()
576 memcpy(profile_conf->global, global_options, sizeof(global_options)); in parse()
577 profile_conf->fs_container = NULL; in parse()
578 profile_conf->tg_container = NULL; in parse()
583 is_option = set_option(buf, profile_conf->global); in parse()
588 if (profile_conf->fs_container == NULL) in parse()
589 profile_conf->fs_container = in parse()
592 insert_container(profile_conf-> in parse()
[all …]
Dffsb.h72 struct profile_config *profile_conf; member