HomeSort by relevance Sort by last modified time
    Searched refs:profile_conf (Results 1 - 2 of 2) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 571 profile_config_t *profile_conf; local
574 profile_conf = malloc(sizeof(profile_config_t));
575 profile_conf->global = malloc(sizeof(global_options));
576 memcpy(profile_conf->global, global_options, sizeof(global_options));
577 profile_conf->fs_container = NULL;
578 profile_conf->tg_container = NULL;
583 is_option = set_option(buf, profile_conf->global);
588 if (profile_conf->fs_container == NULL)
589 profile_conf->fs_container =
592 insert_container(profile_conf-
863 profile_config_t *profile_conf = fc->profile_conf; local
1040 profile_config_t *profile_conf; local
    [all...]
ffsb.h 72 struct profile_config *profile_conf; member in struct:ffsb_config

Completed in 60 milliseconds