Searched refs:get_config_str (Results 1 – 1 of 1) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.c | 531 char *get_config_str(config_options_t * config, char *name) in get_config_str() function 819 if (get_config_str(config, "bindfs")) { in init_threadgroup() 824 if (!strcmp(get_config_str(config, "bindfs"), in init_threadgroup() 825 get_config_str(tmp_config, "location"))) in init_threadgroup() 828 if (strcmp(get_config_str(config, "bindfs"), in init_threadgroup() 829 get_config_str(tmp_config, "location"))) { in init_threadgroup() 831 get_config_str(config, "bindfs")); in init_threadgroup() 869 fs->basedir = get_config_str(config, "location"); in init_filesys() 871 if (get_config_str(config, "clone")) { in init_filesys() 876 if (!strcmp(get_config_str(config, "clone"), in init_filesys() [all …]
|