Home
last modified time | relevance | path

Searched refs:cmp_strings (Results 1 – 23 of 23) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dupgrade_conf_file.cc126 static int cmp_strings(const void* a, const void *b) in cmp_strings() function
166 sizeof(char *), cmp_strings); in upgrade_config_file()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dupgrade_conf_file.cc135 static int cmp_strings(const void* a, const void *b) in cmp_strings() function
175 sizeof(char *), cmp_strings); in upgrade_config_file()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dupgrade_conf_file.cc126 static int cmp_strings(const void* a, const void *b) in cmp_strings() function
166 sizeof(char *), cmp_strings); in upgrade_config_file()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dupgrade_conf_file.cc126 static int cmp_strings(const void* a, const void *b) in cmp_strings() function
166 sizeof(char *), cmp_strings); in upgrade_config_file()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dupgrade_conf_file.cc126 static int cmp_strings(const void* a, const void *b) in cmp_strings() function
166 sizeof(char *), cmp_strings); in upgrade_config_file()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dupgrade_conf_file.cc135 static int cmp_strings(const void* a, const void *b) in cmp_strings() function
175 sizeof(char *), cmp_strings); in upgrade_config_file()
/dports/misc/clex/clex-4.6.patch9/src/
H A Dundo.c48 cmp_strings(const wchar_t *shortstr, const wchar_t *longstr, int pos, int len) in cmp_strings() function
66 if (cmp_strings(before,after,pos = textline->curs - diff,diff)) { in tell_edit_op()
80 if (cmp_strings(after,before,pos = textline->curs,diff = -diff)) { in tell_edit_op()
/dports/devel/stlink/stlink-1.7.0/tests/
H A Dflash.c18 static bool cmp_strings(const char * s1, const char * s2) { in cmp_strings() function
64 ret &= cmp_strings(opts.filename, test->opts.filename); in execute_test()
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dvalue.c462 static inline int cmp_strings(const char *s1, const char *s2, size_t l1, size_t l2) { in cmp_strings() function
500 return cmp_strings(v1->strval.str, v2->strval.str, v1->strval.len, v2->strval.len); in RSValue_CmpNC()
506 return cmp_strings(s1, s2, l1, l2); in RSValue_CmpNC()
560 return cmp_strings(s1, s2, l1, l2); in RSValue_Cmp()
590 return cmp_strings(s1, s2, l1, l2) == 0; in RSValue_Equal()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dvalue.c462 static inline int cmp_strings(const char *s1, const char *s2, size_t l1, size_t l2) { in cmp_strings() function
500 return cmp_strings(v1->strval.str, v2->strval.str, v1->strval.len, v2->strval.len); in RSValue_CmpNC()
506 return cmp_strings(s1, s2, l1, l2); in RSValue_CmpNC()
563 return cmp_strings(s1, s2, l1, l2); in RSValue_Cmp()
595 return cmp_strings(s1, s2, l1, l2) == 0; in RSValue_Equal()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dvalue.c461 static inline int cmp_strings(const char *s1, const char *s2, size_t l1, size_t l2) { in cmp_strings() function
499 return cmp_strings(v1->strval.str, v2->strval.str, v1->strval.len, v2->strval.len); in RSValue_CmpNC()
505 return cmp_strings(s1, s2, l1, l2); in RSValue_CmpNC()
563 return cmp_strings(s1, s2, l1, l2); in RSValue_Cmp()
596 return cmp_strings(s1, s2, l1, l2) == 0; in RSValue_Equal()
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/pcl3/src/
H A Dpclscan.c88 static int cmp_strings(const void *a, const void *b) in cmp_strings() function
125 &cmp_strings) != NULL) { in default_interpreter()
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/pcl3/src/
H A Dpclscan.c88 static int cmp_strings(const void *a, const void *b) in cmp_strings() function
125 &cmp_strings) != NULL) { in default_interpreter()
/dports/print/ghostscript7-base/ghostscript-7.07/pcl3-3.3/src/
H A Dpclscan.c88 static int cmp_strings(const void *a, const void *b) in cmp_strings() function
125 &cmp_strings) != NULL) { in default_interpreter()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/contrib/pcl3/src/
H A Dpclscan.c81 static int cmp_strings(const void *a, const void *b) in cmp_strings() function
117 &cmp_strings) != NULL) { in default_interpreter()
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/pcl3/src/
H A Dpclscan.c87 static int cmp_strings(const void *a, const void *b) in cmp_strings() function
123 &cmp_strings) != NULL) { in default_interpreter()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/pcl3/src/
H A Dpclscan.c81 static int cmp_strings(const void *a, const void *b) in cmp_strings() function
117 &cmp_strings) != NULL) { in default_interpreter()
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/pcl3/src/
H A Dpclscan.c87 static int cmp_strings(const void *a, const void *b) in cmp_strings() function
123 &cmp_strings) != NULL) { in default_interpreter()
/dports/lang/gawk/gawk-5.1.1/
H A Darray.c978 cmp_strings(const NODE *n1, const NODE *n2) in cmp_strings() function
1036 return cmp_strings(t1, t2); in sort_up_index_string()
1076 return cmp_strings(t1, t2); in sort_up_index_number()
1103 ret = cmp_strings(t1, t2); in sort_up_value_string()
1141 ret = cmp_strings(force_string(t1), force_string(t2)); in sort_up_value_number()
1227 return cmp_strings(n1, n2); in do_sort_up_value_type()
H A DChangeLog755 call out to sort_up_value_type instead. If cmp_strings returns zero,
758 sort_up_value_type instead. If cmp_strings returns zero, fall back
H A DChangeLog.1865 * array.c (cmp_strings): Preserve value of lmin so it can be passed
/dports/devel/py-guppy3/guppy3-3.1.2/src/heapy/
H A Dclassifier.c232 static const char *cmp_strings[] = { variable
252 for (i = 0; (c = cmp_strings[i]); i++) { in cli_cmp_as_int()
/dports/lang/micropython/micropython-1.17/ports/stm32/boards/
H A Dmake-pins.py442 def print_af_defs(self, af_defs_filename, cmp_strings): argument
453 if cmp_strings: