Searched refs:CONFIG_FALSE (Results 1 – 13 of 13) sorted by relevance
500 ? CONFIG_TRUE : CONFIG_FALSE); in __config_list_checktype()517 return(CONFIG_FALSE); in __config_validate_name()520 return(CONFIG_FALSE); in __config_validate_name()525 return(CONFIG_FALSE); in __config_validate_name()582 return(r == 0 ? CONFIG_TRUE : CONFIG_FALSE); in __config_read()674 return(CONFIG_FALSE); in config_read_file()692 return(CONFIG_FALSE); in config_write_file()708 return(CONFIG_FALSE); in config_write_file()874 return(CONFIG_FALSE); in __config_setting_get_int()883 return(CONFIG_FALSE); in __config_setting_get_int()[all …]
71 #define CONFIG_FALSE (0) macro279 ((S)->parent ? CONFIG_FALSE : CONFIG_TRUE)
359 config_set_option(_config, (int)option, flag ? CONFIG_TRUE : CONFIG_FALSE); in setOption()
88 return CONFIG_FALSE; in config_setting_copy()118 if(CONFIG_FALSE == config_read_file(&cfgSrc, "/data/menu/cfgSrc.cfg")) in main()122 if(CONFIG_FALSE == config_read_file(&cfgDst, "/data/menu/cfgDst.cfg")) in main()145 if(CONFIG_FALSE == config_setting_copy(dst, src)) in main()
109 if(scs == CONFIG_FALSE) { in set_config_int()132 if(scs == CONFIG_FALSE) { in set_config_int64()155 if(scs == CONFIG_FALSE) { in set_config_float()178 if(scs == CONFIG_FALSE) { in set_config_bool()363 if(scs == CONFIG_FALSE) { in set_config()429 if(scs == CONFIG_FALSE) { in set_config()505 if(scs == CONFIG_FALSE) { in set_config()600 if(scs == CONFIG_FALSE) { in set_config()679 if(scs == CONFIG_FALSE) { in set_config()756 if(scs == CONFIG_FALSE) { in set_config()[all …]
30 CONFIG_FALSE=y
20 CONFIG_FALSE=y
22 CONFIG_FALSE=y
703 The boolean values @code{CONFIG_TRUE} and @code{CONFIG_FALSE} are734 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the745 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the755 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the772 @code{CONFIG_FALSE} on failure.971 disabled if it is @code{CONFIG_FALSE}.1024 @var{value} unmodified and return @code{CONFIG_FALSE}.1075 @code{CONFIG_FALSE}. @code{config_setting_set_string()} makes a copy1092 and return @code{CONFIG_FALSE}.1120 success and @code{CONFIG_FALSE} on failure.[all …]
99 CONFIG_FALSE=y
99 # CONFIG_FALSE is not set
716 * libconfig.c - use CONFIG_TRUE & CONFIG_FALSE rather than 1 & 0