Home
last modified time | relevance | path

Searched refs:str_cmp (Results 76 – 100 of 224) sorted by relevance

123456789

/dports/devel/tla/tla-1.3.5/src/hackerlab/identifiers/
H A Didentifier.c99 return str_cmp (key, *elt); in name_cmp()
/dports/audio/re/re-0.5.8/src/fmt/
H A Dstr.c97 int str_cmp(const char *s1, const char *s2)
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_control.c743 char *str_cmp = NULL; in _comm_sock_handshake() local
755 BFT_MALLOC(str_cmp, len + 1, char); in _comm_sock_handshake()
757 _comm_read_sock(comm, str_cmp, 1, len); in _comm_sock_handshake()
758 str_cmp[len] = '\0'; in _comm_sock_handshake()
760 if (strncmp(str_cmp, magic_string, len)) { in _comm_sock_handshake()
765 BFT_FREE(str_cmp); in _comm_sock_handshake()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dapply-changeset.c622 if (!str_cmp (target_has_dir, ".")) in arch_apply_changeset()
774 if (!str_cmp (target_has_dir, ".")) in arch_apply_changeset()
847 if (!str_cmp (target_has_dir, ".")) in arch_apply_changeset()
1181 if (!str_cmp (mod_link_target, tree_link_target)) in arch_apply_changeset()
1185 else if (!str_cmp (orig_link_target, tree_link_target)) in arch_apply_changeset()
1458 if (str_cmp (orig_link_target, tree_link_target)) in arch_apply_changeset()
2337 return str_cmp (a, b); in dir_depth_cmp()
2361 if (!str_cmp (loc_dir, ".")) in analyze_install()
2373 while (str_cmp (loc_dir, ".")) in analyze_install()
2415 if (!str_cmp (install_loc_dir, "./")) in analyze_install()
[all …]
H A Dfile-diffs.c49 if (!str_cmp (id, rel_peek_str (index, x, 1))) in arch_file_get_or_diff()
H A Darchive.c127 if (want_mirror_of && str_cmp (want_mirror_of, answer->mirror_of)) in arch_archive_connect_location()
145 answer && str_cmp (answer->name, name); in arch_archive_connect()
151 if (want_mirror_of && str_cmp (want_mirror_of, answer->mirror_of)) in arch_archive_connect()
759 invariant (!str_cmp (dir_tail, desired_name)); in arch_archive_put_changeset()
820 invariant (!str_cmp (dir_tail, desired_name)); in arch_archive_put_import()
869 invariant (!str_cmp (dir_tail, revision)); in arch_archive_put_cached()
1297 … if (arch->client_anticipates_mirror && str_cmp (arch->client_anticipates_mirror, arch->mirror_of)) in ensure_writable()
H A Darchive-pfs.c581 if (!str_cmp (rel_peek_str (files, x, 0), name)) in list_contains()
1066 …else if (str_cmp (persistent_locked_path, final_locked_path) && !arch_pfs_rename (arch->pfs, errst… in pfs_lock_revision()
1454 if (str_cmp (prev_level, latest_rev)) in pfs_break_revision_lock()
1518 … if (str_cmp (".", basename) && str_cmp ("..", basename) && str_cmp (precious_basename, basename)) in safely_remove_stale_broken_lock_dir()
1561 if (str_cmp (".", basename) && str_cmp ("..", basename) && str_cmp ("+contents", basename)) in safely_remove_spent_lock()
H A Darchive-setup.c140 if (str_cmp (spec, category)) in arch_setup_archive_ext()
322 if (!str_cmp (name, archs[x]->name)) in find_archive()
H A Dimport.c309 …if (!str_cmp (changelog_x_id, rel_peek_str (inventory, x, 1)) || !str_cmp (changelog_i_id, rel_pee… in arch_prepare_import_pristine()
/dports/mail/bmf/bmf-0.9.4/
H A Dstr.c50 int str_cmp( const str_t* pthis, const str_t* pother ) in str_cmp() function
/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dunittest.cc492 int str_cmp = 0; in test_sortableserialise1() local
494 str_cmp = -1; in test_sortableserialise1()
496 str_cmp = 1; in test_sortableserialise1()
499 TEST_AND_EXPLAIN(num_cmp == str_cmp, in test_sortableserialise1()
/dports/games/openomf/openomf-c36c421/include/utils/
H A Dstr.h35 int str_cmp(const str *string, const str *string_b);
/dports/www/libdom/libdom-0.4.1/test/testutils/
H A Ddomtsasserts.c140 cmp = ignoreCase? str_icmp : str_cmp; in is_equals_list()
147 rcmp = ignoreCase? str_icmp : str_cmp; in is_equals_list()
/dports/audio/baresip/baresip-0.5.8/modules/vidbridge/
H A Ddisp.c69 return 0 == str_cmp(st->device, arg); in list_apply_handler()
H A Dsrc.c74 return 0 == str_cmp(st->device, arg); in list_apply_handler()
/dports/audio/re/re-0.5.8/src/net/
H A Dnet.c119 if (0 == str_cmp(ifname, argv[0])) { in net_rt_handler()
/dports/audio/re/re-0.5.8/src/odict/
H A Dodict.c62 if (!str_cmp(e->key, key))
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dmfuncobj.c131 if (str_cmp(&v1->param[i].name, &v2->param[i].name) != 0) return false; in same()
132 …i].cfname.data || v2->param[i].name.data != v2->param[i].cfname.data) && str_cmp(&v1->param[i].cfn… in same()
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dutil.h69 int str_cmp(const void *s1, const void *s2);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DArray_as.cpp410 int str_cmp(const as_value& a, const as_value& b) const in str_cmp() function
463 return str_cmp(a, b) < 0; in operator ()()
474 return str_cmp(a, b) > 0; in operator ()()
484 return str_cmp(a, b) == 0; in operator ()()
524 if (a.is_string() || b.is_string()) return str_cmp(a, b) < 0; in operator ()()
535 if (a.is_string() || b.is_string()) return str_cmp(a, b) > 0; in operator ()()
546 if (a.is_string() || b.is_string()) return str_cmp(a, b) == 0; in operator ()()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOMISC.h52 int str_cmp(const char*,const char*);
/dports/net/kamailio/kamailio-5.4.5/src/modules/pipelimit/
H A Dpl_ht.h99 static inline int str_cmp(const str * a , const str * b) in str_cmp() function
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dparser.y1025 } else if (type->mod == T_CLASS && str_cmp(type->class, n->class) != 0) { in cast()
1542 return node_int((Int) (str_cmp(n1->l.string, n2->l.string) >= 0)); in rel()
1545 return node_int((Int) (str_cmp(n1->l.string, n2->l.string) > 0)); in rel()
1548 return node_int((Int) (str_cmp(n1->l.string, n2->l.string) <= 0)); in rel()
1551 return node_int((Int) (str_cmp(n1->l.string, n2->l.string) < 0)); in rel()
1605 return node_int((Int) (str_cmp(n1->l.string, n2->l.string) == 0)); in eq()
1805 str_cmp(n2->class, n3->class) == 0) { in quest()
1876 str_cmp(n1->class, n2->class) != 0))) { in assign()
/dports/net/ocserv/ocserv-1.1.3/src/auth/
H A Dplain.c391 static bool str_cmp(const void* _c1, void* _c2) in str_cmp() function
459 if (htable_get(&hash, hval, str_cmp, tgroup[i]) == NULL) {
/dports/math/py-theano/Theano-1.0.5/theano/gof/tests/
H A Dtest_link.py184 def str_cmp(a, b): function
187 linker = theano.OpWiseCLinker(schedule=sort_schedule_fn(str_cmp))

123456789