Home
last modified time | relevance | path

Searched refs:str_compare (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dbsearch_test.cpp22 static bool str_compare(const char* a_, const char* b_);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare)); in bsearch2()
46 bool BsearchTest::str_compare(const char* a_, const char* b_) in str_compare() function in BsearchTest
H A Dmin_test.cpp27 static bool str_compare(const char* a_, const char* b_) in str_compare() function in MinTest
46 const char* r = min((const char*)"shoe", (const char*)"shine", str_compare); in min2()
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare); in minelem2()
H A Dmax_test.cpp28 static bool str_compare(const char* a_, const char* b_) in str_compare() function in MaxTest
47 const char* r = max((const char*)"shoe", (const char*)"shine", str_compare); in max2()
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare); in maxelem2()
H A Dpartial_test.cpp50 static bool str_compare(const char* a_, const char* b_) in str_compare() function in PartialTest
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare); in parsrt2()
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare); in parsrtc2()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/lint/
H A Dclones.c113 .seen = mempool_set(pool, str_compare, NULL), in PARSER_EDIT()
114 .seen_in_cond = mempool_set(pool, str_compare, NULL), in PARSER_EDIT()
116 .clones = mempool_set(clones_pool, str_compare, NULL), in PARSER_EDIT()
H A Dorder.c152 …if (node->variable.name[0] != '_' && array_find(this->vars, node->variable.name, str_compare, NULL… in get_variables()
306 array_find(this->targets, target, str_compare, NULL) == -1) { in target_list()
354 array_sort(unknowns, str_compare, NULL); in check_variable_order()
386 struct Map *group = mempool_map(pool, str_compare, NULL); in check_variable_order()
H A Dcommented_portrevision.c101 .comments = mempool_set(comments_pool, str_compare, NULL), in PARSER_EDIT()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/
H A Dportscan.c263 if (array_find(tmp, dp->d_name, str_compare, NULL) == -1) { in lookup_subdirs()
372 retval->comments = mempool_set(retval->pool, str_compare, NULL); in scan_port()
373 retval->errors = mempool_set(retval->pool, str_compare, NULL); in scan_port()
374 retval->option_default_descriptions = mempool_set(retval->pool, str_compare, NULL); in scan_port()
375 retval->option_groups = mempool_set(retval->pool, str_compare, NULL); in scan_port()
376 retval->options = mempool_set(retval->pool, str_compare, NULL); in scan_port()
377 retval->unknown_variables = mempool_set(retval->pool, str_compare, NULL); in scan_port()
378 retval->unknown_targets = mempool_set(retval->pool, str_compare, NULL); in scan_port()
379 retval->variable_values = mempool_set(retval->pool, str_compare, NULL); in scan_port()
643 array_sort(retval, str_compare, NULL); in lookup_origins()
[all …]
/dports/net/httpry/httpry-0.1.8/
H A Dmethods.c88 cmp = str_compare(method, (*node)->method); in insert_method()
127 cmp = str_compare(str, node->method); in is_request_method()
H A Dutility.h16 int str_compare(const char *str1, const char *str2);
H A Dutility.c55 int str_compare(const char *str1, const char *str2) { in str_compare() function
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/refactor/
H A Ddedup_tokens.c72 struct Set *seen = mempool_set(pool, str_compare, NULL); in refactor_dedup_tokens_walker()
73 struct Set *uses = mempool_set(pool, str_compare, NULL); in refactor_dedup_tokens_walker()
H A Dsanitize_append_modifier.c103 .seen = mempool_set(pool, str_compare, NULL), in PARSER_EDIT()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Ddataset.cpp313 if (str_compare((*edit_object)[i].props.name.c_str(), f_name)==0) { in set_field_value()
359 if (str_compare((*edit_object)[i].props.name.c_str(), f_name)==0) { in get_field_value()
375 …if (str_compare((*fields_object)[i].props.name.c_str(), f_name) == 0 || (name && str_compare((*fie… in get_field_value()
423 int Dataset::str_compare(const char * s1, const char * s2) { in str_compare() function in dbiplus::Dataset
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/
H A Dmtree.c83 struct Map *newmap = mempool_map(pool, str_compare, NULL); in copy_map()
154 .keywords = mempool_map(pool, str_compare, NULL), in mtree_main()
H A Dstr.h35 int str_compare(const void *, const void *, void *);
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/
H A Dmtree.c84 struct Map *newmap = mempool_map(pool, str_compare, NULL); in copy_map()
155 .keywords = mempool_map(pool, str_compare, NULL), in mtree_main()
H A Dstr.h35 int str_compare(const void *, const void *, void *);
/dports/audio/ctronome/ctronome-0.5.6/
H A Droutines.h2 byte str_compare(byte *,byte *, byte); /* string comparision with delimiter */
/dports/www/py-formencode/FormEncode-1.3.0/formencode/
H A Dhtmlfill.py251 def str_compare(self, str1, str2): member in FillingParser
435 if self.str_compare(value, self.get_attr(attrs, 'value', '')):
550 if self.str_compare(inner, value):
552 return self.str_compare(obj, value)
/dports/devel/p5-Time-Object/Time-Object-1.00/
H A DObject.pm388 'cmp' => \&str_compare,
401 sub str_compare { subroutine
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/output/
H A Dunknown_targets.c122 .targets = mempool_set(pool, str_compare, NULL), in PARSER_EDIT()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dskinselector.cc124 { return str_compare (a.name, b.name); }); in skinlist_update()
/dports/devel/str/str-0.9.12/
H A DTODO26 o Dean wrote: btw -- str_compare taking a mode argument doesn't let you trim a few
28 assembly beasts on most boxes. i'd go for str_compare and
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A DTODO26 o Dean wrote: btw -- str_compare taking a mode argument doesn't let you trim a few
28 assembly beasts on most boxes. i'd go for str_compare and

1234