Home
last modified time | relevance | path

Searched refs:ch_to (Results 1 – 19 of 19) sorted by relevance

/dports/devel/py-cookiecutter/cookiecutter-1.7.3/tests/
H A Dtest_utils.py54 ch_to = 'tests/files'
60 with utils.work_in(ch_to):
61 test_dir = os.path.join(cwd, ch_to).replace("/", os.sep)
/dports/lang/ruby26/ruby-2.6.9/enc/unicode/
H A Dcase-folding.rb76 ch_to = res[3..6].inject([]) do |a, i|
80 fold[ch_from] = ch_to
83 i = ch_to.length - 1
84 (unfold[i][ch_to] ||= []) << ch_from
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/tool/
H A Dcase-folding.rb76 ch_to = res[3..6].inject([]) do |a, i|
80 fold[ch_from] = ch_to
83 i = ch_to.length - 1
84 (unfold[i][ch_to] ||= []) << ch_from
/dports/dns/knot3-lib/knot-3.1.5/src/knot/events/handlers/
H A Drefresh.c435 uint32_t ch_from = changeset_from(ch), ch_to = changeset_to(ch); in ixfr_serial_once() local
437 if (ch_from != *master_serial || (serial_compare(ch_from, ch_to) & SERIAL_MASK_GEQ)) { in ixfr_serial_once()
446 *master_serial = ch_to; in ixfr_serial_once()
/dports/dns/knot3/knot-3.1.5/src/knot/events/handlers/
H A Drefresh.c435 uint32_t ch_from = changeset_from(ch), ch_to = changeset_to(ch); in ixfr_serial_once() local
437 if (ch_from != *master_serial || (serial_compare(ch_from, ch_to) & SERIAL_MASK_GEQ)) { in ixfr_serial_once()
446 *master_serial = ch_to; in ixfr_serial_once()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dstring.c2710 char ch_to = *str_to; local
2714 str[i] = ch_to;
2745 char ch_to = *str_to; local
2751 ZSTR_VAL(new_str)[i] = ch_to;
2754 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dstring.c2644 char ch_to = *str_to; local
2648 str[i] = ch_to;
2679 char ch_to = *str_to; local
2685 ZSTR_VAL(new_str)[i] = ch_to;
2690 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dstring.c2710 char ch_to = *str_to; local
2714 str[i] = ch_to;
2745 char ch_to = *str_to; local
2751 ZSTR_VAL(new_str)[i] = ch_to;
2754 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dstring.c2644 char ch_to = *str_to; local
2648 str[i] = ch_to;
2679 char ch_to = *str_to; local
2685 ZSTR_VAL(new_str)[i] = ch_to;
2690 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dstring.c2920 char ch_to = *str_to; local
2924 str[i] = ch_to;
2956 char ch_to = *str_to; local
2962 ZSTR_VAL(new_str)[i] = ch_to;
2967 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dstring.c2934 char ch_to = *str_to; local
2938 str[i] = ch_to;
2970 char ch_to = *str_to; local
2976 ZSTR_VAL(new_str)[i] = ch_to;
2981 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dstring.c2934 char ch_to = *str_to; local
2938 str[i] = ch_to;
2970 char ch_to = *str_to; local
2976 ZSTR_VAL(new_str)[i] = ch_to;
2981 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dstring.c2920 char ch_to = *str_to; local
2924 str[i] = ch_to;
2956 char ch_to = *str_to; local
2962 ZSTR_VAL(new_str)[i] = ch_to;
2967 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965.c637 channel <= il->calib_info->band_info[b].ch_to) in il4965_get_sub_band()
H A Dcommon.h289 u8 ch_to; /* channel number of highest channel in subband */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965.c637 channel <= il->calib_info->band_info[b].ch_to) in il4965_get_sub_band()
H A Dcommon.h289 u8 ch_to; /* channel number of highest channel in subband */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965.c637 channel <= il->calib_info->band_info[b].ch_to) in il4965_get_sub_band()
H A Dcommon.h289 u8 ch_to; /* channel number of highest channel in subband */ member