Home
last modified time | relevance | path

Searched refs:cmpname (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/pkgconf/pkgconf-1.8.0/libpkgconf/
H A Ddependency.c232 char cmpname[PKGCONF_ITEM_SIZE]; in pkgconf_dependency_parse_str() local
239 char *cnameptr = cmpname; in pkgconf_dependency_parse_str()
240 char *cnameend = cmpname + PKGCONF_ITEM_SIZE - 1; in pkgconf_dependency_parse_str()
242 memset(cmpname, '\0', sizeof cmpname); in pkgconf_dependency_parse_str()
318 compare = pkgconf_pkg_comparator_lookup_by_name(cmpname); in pkgconf_dependency_parse_str()
343 cnameptr = cmpname; in pkgconf_dependency_parse_str()
344 memset(cmpname, 0, sizeof cmpname); in pkgconf_dependency_parse_str()
/dports/net/libmateweather/libmateweather-1.26.0/libmateweather/
H A Dlocation-entry.c304 char *cmpname; in mateweather_location_entry_set_city() local
323 cmpname = mateweather_location_get_city_name (cmploc); in mateweather_location_entry_set_city()
324 if (!cmpname || strcmp (cmpname, city_name) != 0) { in mateweather_location_entry_set_city()
325 g_free (cmpname); in mateweather_location_entry_set_city()
328 g_free (cmpname); in mateweather_location_entry_set_city()
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_save_ut.c53 char cmpname[PATH_MAX]; in basic_test() local
180 snprintf(cmpname, PATH_MAX, "%s/ini/ini2.d/%s", in basic_test()
184 snprintf(command, PATH_MAX * 3, "cmp -l %s %s", resname, cmpname); in basic_test()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dtls.c654 uschar * cmpname; in tls_is_name_for_cert() local
659 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
663 if (is_name_match(cmpname, certname)) in tls_is_name_for_cert()
673 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
680 && is_name_match(cmpname, certname) in tls_is_name_for_cert()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dtls.c654 uschar * cmpname; in tls_is_name_for_cert() local
659 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
663 if (is_name_match(cmpname, certname)) in tls_is_name_for_cert()
673 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
680 && is_name_match(cmpname, certname) in tls_is_name_for_cert()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dtls.c654 uschar * cmpname; in tls_is_name_for_cert() local
659 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
663 if (is_name_match(cmpname, certname)) in tls_is_name_for_cert()
673 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
680 && is_name_match(cmpname, certname) in tls_is_name_for_cert()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dtls.c654 uschar * cmpname; in tls_is_name_for_cert() local
659 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
663 if (is_name_match(cmpname, certname)) in tls_is_name_for_cert()
673 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
680 && is_name_match(cmpname, certname) in tls_is_name_for_cert()
/dports/mail/exim/exim-4.95/src/
H A Dtls.c654 uschar * cmpname; in tls_is_name_for_cert() local
659 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
663 if (is_name_match(cmpname, certname)) in tls_is_name_for_cert()
673 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
680 && is_name_match(cmpname, certname) in tls_is_name_for_cert()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dtls.c654 uschar * cmpname; in tls_is_name_for_cert() local
659 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
663 if (is_name_match(cmpname, certname)) in tls_is_name_for_cert()
673 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
680 && is_name_match(cmpname, certname) in tls_is_name_for_cert()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dtls.c654 uschar * cmpname; in tls_is_name_for_cert() local
659 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
663 if (is_name_match(cmpname, certname)) in tls_is_name_for_cert()
673 while ((cmpname = string_nextinlist(&namelist, &cmp_sep, NULL, 0))) in tls_is_name_for_cert()
680 && is_name_match(cmpname, certname) in tls_is_name_for_cert()
/dports/net/libgweather/libgweather-40.0/libgweather/
H A Dgweather-location-entry.c469 char *cmpname; in gweather_location_entry_set_city() local
490 cmpname = gweather_location_get_city_name (cmploc); in gweather_location_entry_set_city()
491 if (!cmpname || strcmp (cmpname, city_name) != 0) { in gweather_location_entry_set_city()
493 g_free (cmpname); in gweather_location_entry_set_city()
496 g_free (cmpname); in gweather_location_entry_set_city()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dbenchmark.c41 char *cmpname; member
359 print_benchmark_times(benchmarktab[i].cmpname, in print_benchmark_statistics()
362 names[1] = benchmarktab[i].cmpname; in print_benchmark_statistics()
/dports/audio/goattracker/goattracker-2.76/src/
H A Dgfile.h17 int cmpname(char *string1, char *string2);
H A Dgfile.c162 if (cmpname(direntry[d].name, direntry[lowest].name) < 0) in fileselector()
182 if ((!direntry[c].attribute) && (!cmpname(name, direntry[c].name))) in fileselector()
519 int cmpname(char *string1, char *string2) in cmpname() function
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DColor.cpp155 string cmpname = constants[i].name; in setName() local
156 tolower(cmpname); in setName()
157 if (name == cmpname) { in setName()
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchXml.h79 gboolean ipatch_xml_test_name(GNode *node, const char *cmpname);
H A DIpatchXml.c497 ipatch_xml_test_name(GNode *node, const char *cmpname) in ipatch_xml_test_name() argument
502 g_return_val_if_fail(cmpname != NULL, FALSE); in ipatch_xml_test_name()
506 return (name && strcmp(name, cmpname) == 0); in ipatch_xml_test_name()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dvmenus_graph.c157 static int cmpname (const void *_a, const void *_b) { in cmpname() function
167 RListComparator cmp = (status->cur_sort == SORT_ADDRESS)? cmpaddr: cmpname; in __sort()
H A Dcanal.c66 static int cmpname(const void *_a, const void *_b) { in cmpname() function
2703 r_list_sort (fcns, cmpname); in fcn_list_verbose()
/dports/astro/celestia/celestia-1.6.1/src/tools/galaxies/
H A Ddeepsky.pl335 $name = &cmpname ($name) if ($name =~ /^N|^I/);;
1171 sub cmpname { subroutine
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/galaxies/
H A Ddeepsky.pl335 $name = &cmpname ($name) if ($name =~ /^N|^I/);;
1171 sub cmpname { subroutine
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DConnectDialog.cpp152 QString cmpname; in fixupName() local
156 cmpname = name + QString::fromLatin1(" (%1)").arg(tag); in fixupName()
158 cmpname = name; in fixupName()
161 if (f->qsName == cmpname) in fixupName()
167 si->qsName = cmpname; in fixupName()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DConnectDialog.cpp152 QString cmpname; in fixupName() local
156 cmpname = name + QString::fromLatin1(" (%1)").arg(tag); in fixupName()
158 cmpname = name; in fixupName()
161 if (f->qsName == cmpname) in fixupName()
167 si->qsName = cmpname; in fixupName()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DGekkoDisassembler.cpp96 constexpr std::array<const char*, 4> cmpname{ variable
502 m_opcode = fmt::format("{}i", cmpname[uimm * 2 + i]); in cmpi()
715 m_opcode = cmpname[((in & PPCIDX2MASK) ? 2 : 0) + i]; in cmp()
/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmolbng.c843 char *shortname,string[STRCHAR],*lastdot,*cmpname; in bngmakeshortname() local
867 cmpname=bng->bspshortnames[i1]; in bngmakeshortname()
868 lastdot=strrchr(cmpname,'.'); in bngmakeshortname()
870 cmplength=lastdot-cmpname; in bngmakeshortname()
871 if(!strncmp(shortname,cmpname,cmplength>snlength?cmplength:snlength)) i2++; }} in bngmakeshortname()

12