Home
last modified time | relevance | path

Searched refs:tmp_config (Results 1 – 4 of 4) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c621 config_options_t *tmp_config = config; in set_weight() local
623 while (tmp_config->name) { in set_weight()
624 if (tmp_config->type == TYPE_WEIGHT) { in set_weight()
625 len = strlen(tmp_config->name); in set_weight()
628 strncpy(op, tmp_config->name, len - 7); in set_weight()
631 tmp_config->name)); in set_weight()
634 tmp_config++; in set_weight()
643 config_options_t *tmp_config = tg_options; in get_weight_total() local
645 while (tmp_config->name) { in get_weight_total()
646 if (tmp_config->type == TYPE_WEIGHT) { in get_weight_total()
[all …]
/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp450 usb_configuration_descriptor tmp_config; in Initialise() local
451 command.config.descriptor = &tmp_config; in Initialise()
459 fConfigToIndex[tmp_config.configuration_value] = i; in Initialise()
460 fConfigurationDescriptors[i] = new(std::nothrow) unsigned char[tmp_config.total_length]; in Initialise()
465 command.control.length = tmp_config.total_length; in Initialise()
473 for (int j = 0; j < tmp_config.number_interfaces; j++) { in Initialise()
/external/e2fsprogs/
Dconfigure.ac1025 if grep HAVE_SYS_TYPES_H confdefs.h > tmp_config.$$; then
1026 uniq tmp_config.$$ >> public_config.h
1030 if grep WORDS_BIGENDIAN confdefs.h > tmp_config.$$; then
1031 uniq tmp_config.$$ >> public_config.h
1035 rm -f tmp_config.$$
Dconfigure12910 if grep HAVE_SYS_TYPES_H confdefs.h > tmp_config.$$; then
12911 uniq tmp_config.$$ >> public_config.h
12915 if grep WORDS_BIGENDIAN confdefs.h > tmp_config.$$; then
12916 uniq tmp_config.$$ >> public_config.h
12920 rm -f tmp_config.$$