Home
last modified time | relevance | path

Searched refs:str1_p (Results 1 – 15 of 15) sorted by relevance

/dports/lang/php80/php-8.0.15/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
69 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
76 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
84 if( num1_p == str1_p ) in collator_regular_compare_function()
108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
126 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
172 zval *str1_p = NULL; in collator_icu_compare_function() local
175 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
182 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/devel/php80-intl/php-8.0.15/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
69 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
76 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
84 if( num1_p == str1_p ) in collator_regular_compare_function()
108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
126 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
172 zval *str1_p = NULL; in collator_icu_compare_function() local
175 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
182 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
69 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
76 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
84 if( num1_p == str1_p ) in collator_regular_compare_function()
108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
126 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
172 zval *str1_p = NULL; in collator_icu_compare_function() local
175 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
182 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Dcompat.c144 const unsigned char *str1_p, *str2_p; in memcmp() local
146 for (str1_p = str1, str2_p = str2; len > 0; len--, str1_p++, str2_p++) { in memcmp()
147 if (*str1_p != *str2_p) { in memcmp()
148 return *str1_p - *str2_p; in memcmp()
353 char *str1_p, null_reached_b = 0; in strncpy() local
356 for (len_c = 0, str1_p = str1; len_c < len; len_c++, str1_p++, str2++) { in strncpy()
359 *str1_p = '\0'; in strncpy()
362 *str1_p = *str2; in strncpy()
/dports/lang/php73/php-7.3.33/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
72 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
98 if( num1_p == str1_p ) in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
141 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
188 zval *str1_p = NULL; in collator_icu_compare_function() local
191 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/lang/php74/php-7.4.27/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
72 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
98 if( num1_p == str1_p ) in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
141 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
188 zval *str1_p = NULL; in collator_icu_compare_function() local
191 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/devel/php73-intl/php-7.3.33/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
72 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
98 if( num1_p == str1_p ) in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
141 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
188 zval *str1_p = NULL; in collator_icu_compare_function() local
191 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/devel/php74-intl/php-7.4.27/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
72 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
98 if( num1_p == str1_p ) in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
141 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
188 zval *str1_p = NULL; in collator_icu_compare_function() local
191 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
72 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
98 if( num1_p == str1_p ) in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
141 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
188 zval *str1_p = NULL; in collator_icu_compare_function() local
191 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
72 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
98 if( num1_p == str1_p ) in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
141 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
188 zval *str1_p = NULL; in collator_icu_compare_function() local
191 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
68 if( Z_TYPE_P(str1_p) == IS_STRING && Z_TYPE_P(str2_p) == IS_STRING && in collator_regular_compare_function()
69 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
76 INTL_ZSTR_VAL(Z_STR_P(str1_p)), INTL_ZSTR_LEN(Z_STR_P(str1_p)), in collator_regular_compare_function()
84 if( num1_p == str1_p ) in collator_regular_compare_function()
89 norm1_p = collator_convert_zstr_utf16_to_utf8( str1_p, &norm1 ); in collator_regular_compare_function()
108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
126 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
/dports/lang/php81/php-8.1.1/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
68 if( Z_TYPE_P(str1_p) == IS_STRING && Z_TYPE_P(str2_p) == IS_STRING && in collator_regular_compare_function()
69 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
76 INTL_ZSTR_VAL(Z_STR_P(str1_p)), INTL_ZSTR_LEN(Z_STR_P(str1_p)), in collator_regular_compare_function()
84 if( num1_p == str1_p ) in collator_regular_compare_function()
89 norm1_p = collator_convert_zstr_utf16_to_utf8( str1_p, &norm1 ); in collator_regular_compare_function()
108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
126 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
/dports/devel/php81-intl/php-8.1.1/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
68 if( Z_TYPE_P(str1_p) == IS_STRING && Z_TYPE_P(str2_p) == IS_STRING && in collator_regular_compare_function()
69 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
76 INTL_ZSTR_VAL(Z_STR_P(str1_p)), INTL_ZSTR_LEN(Z_STR_P(str1_p)), in collator_regular_compare_function()
84 if( num1_p == str1_p ) in collator_regular_compare_function()
89 norm1_p = collator_convert_zstr_utf16_to_utf8( str1_p, &norm1 ); in collator_regular_compare_function()
108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
126 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
/dports/devel/gaul/gaul-devel-0.1849-0/util/
H A Dcompatibility.c239 char *str1_p, null_reached = FALSE; in strncpy() local
242 for (len_c = 0, str1_p = str1; len_c < len && !null_reached; len_c++, str1_p++, str2++) in strncpy()
247 *str1_p = '\0'; in strncpy()
251 *str1_p = *str2; in strncpy()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dtcl_commands.c1712 char *str_p, *str1_p ; in gtkwavetcl_signalChangeList() local
1728 str1_p = Tcl_GetStringFromObj(objv[++i], NULL) ; in gtkwavetcl_signalChangeList()
1734 if((start_time = atoi_64(str1_p)) < 0) in gtkwavetcl_signalChangeList()
1743 end_time = atoi_64(str1_p) ; in gtkwavetcl_signalChangeList()
1751 max_elements = atoi(str1_p) ; in gtkwavetcl_signalChangeList()
1758 if(strstr("forward", str1_p)) in gtkwavetcl_signalChangeList()
1761 if(strstr("backward", str1_p)) in gtkwavetcl_signalChangeList()