Home
last modified time | relevance | path

Searched refs:STR_EQUAL (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dgrib_util_set_spec.c14 #define STR_EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) macro
22 if (STR_EQUAL(packingType, "grid_jpeg")) in get_packing_type_code()
24 if (STR_EQUAL(packingType, "grid_ccsds")) in get_packing_type_code()
26 else if (STR_EQUAL(packingType, "grid_simple")) in get_packing_type_code()
28 else if (STR_EQUAL(packingType, "grid_second_order")) in get_packing_type_code()
30 else if (STR_EQUAL(packingType, "grid_ieee")) in get_packing_type_code()
62 if (!STR_EQUAL(gridType, "reduced_gg")) { in test_reduced_gg()
175 if (!STR_EQUAL(gridType, "regular_ll")) { in test_regular_ll()
278 if (!STR_EQUAL(gridType, "grid_complex_spatial_differencing")) {
/dports/science/eccodes/eccodes-2.23.0-Source/tools/
H A Dgrib_check_gaussian_grid.c25 #define STR_EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) macro
117 is_regular = STR_EQUAL(gridType, "regular_gg"); in process_file()
118 is_reduced = STR_EQUAL(gridType, "reduced_gg"); in process_file()
251 if (STR_EQUAL(arg, "-f")) { in main()
258 else if (STR_EQUAL(arg, "-v")) { in main()
/dports/science/grib_api/grib_api-1.28.0-Source/tools/
H A Dgrib_check_gaussian_grid.c23 #define STR_EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) macro
95 is_regular = STR_EQUAL(gridType, "regular_gg"); in process_file()
96 is_reduced = STR_EQUAL(gridType, "reduced_gg"); in process_file()
228 if (STR_EQUAL(arg, "-f")) in main()
/dports/science/grib_api/grib_api-1.28.0-Source/tests/
H A Dgrib_util_set_spec.c13 #define STR_EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) macro
37 if (!STR_EQUAL(gridType, "reduced_gg")) { in test_reduced_gg()
108 if (!STR_EQUAL(gridType, "regular_ll")) { in test_regular_ll()
/dports/science/silo/silo-4.10.2-bsd/src/netcdf/
H A Dent.c234 STR_EQUAL(dirTable[sid]->ent[i]->name, name)) { in silo_GetDirId()
265 STR_EQUAL(varTable[sid]->ent[i]->name, name)) { in silo_GetVarId()
290 STR_EQUAL(objTable[sid]->ent[i]->name, name)) { in silo_GetObjId()
413 STR_EQUAL(attTable[sid]->ent[i]->name, name)) { in silo_GetAttEnt()
H A Dobj.c156 STR_EQUAL(name, tobj->name[j])) { in SO_GetObject()
234 if (_so_force_single && STR_EQUAL("datatype", name)) in SO_GetObject()
H A Dsilo_netcdf.c1860 if (STR_EQUAL("/", dirname)) { in db_setdir()
1866 else if (STR_EQUAL(".", dirname)) { in db_setdir()
1872 else if (STR_EQUAL("..", dirname)) { in db_setdir()
1923 if (STR_EQUAL(path, "/") || STR_EQUAL(path, " ")) { in db_cdf_SetDir()
/dports/science/silo/silo-4.10.2-bsd/src/debug/
H A Dsilo_debug.c130 if (STR_EQUAL(name, "stdout")) { in db_debug_create()
133 else if (STR_EQUAL(name, "stderr")) { in db_debug_create()
/dports/net/samba412/samba-4.12.15/source4/torture/raw/
H A Dqfsinfo.c132 #define STR_EQUAL(n1, v1, n2, v2) do { \ macro
224 STR_EQUAL (volume_info, volume_name.s, volume_info, volume_name.s); in torture_raw_qfsinfo()
235 STR_EQUAL(attribute_info, fs_type.s, attribute_info, fs_type.s); in torture_raw_qfsinfo()
288 STR_EQUAL(volume, volume_name.s, volume_info, volume_name.s); in torture_raw_qfsinfo()
H A Dqfileinfo.c353 #define STR_EQUAL(n1, v1, n2, v2) do {if (strcmp_safe(s1->n1.out.v1.s, s2->n2.out.v2.s) || \ macro
559 STR_EQUAL(name_info, fname, name_info, fname); in torture_raw_qfileinfo_internals()
576 STR_EQUAL(all_info, fname, all_info, fname); in torture_raw_qfileinfo_internals()
593 STR_EQUAL(alt_name_info, fname, alt_name_info, fname); in torture_raw_qfileinfo_internals()
899 STR_EQUAL(all_eas, eas[i].name, all_eas, eas[i].name); in torture_raw_qfileinfo_internals()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/raw/
H A Dqfsinfo.c89 #define STR_EQUAL(n1, v1, n2, v2) do { \ macro
192 STR_EQUAL (volume_info, volume_name.s, volume_info, volume_name.s); in torture_raw_qfsinfo()
203 STR_EQUAL(attribute_info, fs_type.s, attribute_info, fs_type.s); in torture_raw_qfsinfo()
256 STR_EQUAL(volume, volume_name.s, volume_info, volume_name.s); in torture_raw_qfsinfo()
H A Dqfileinfo.c122 #define STR_EQUAL(n1, v1, n2, v2) do {if (strcmp_safe(s1->n1.out.v1.s, s2->n2.out.v2.s) || \ macro
286 STR_EQUAL(name_info, fname, name_info, fname); in torture_raw_qfileinfo()
303 STR_EQUAL(all_info, fname, all_info, fname); in torture_raw_qfileinfo()
320 STR_EQUAL(alt_name_info, fname, alt_name_info, fname); in torture_raw_qfileinfo()
618 STR_EQUAL(all_eas, eas[i].name, all_eas, eas[i].name); in torture_raw_qfileinfo()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dvar.c868 #define STR_EQUAL(s1, s2) (s1 && s2 && !strcmp (s1, s2)) macro
871 return (STR_EQUAL (arch, "arm") || STR_EQUAL (arch, "riscv") || STR_EQUAL (arch, "ppc")); in arch_destroys_dst()
883 if (STR_EQUAL (opdreg, regname)) { in is_used_like_arg()
895 if (STR_EQUAL (opdreg, regname)) { in is_used_like_arg()
900 if (STR_EQUAL (opsreg, opdreg) && !src->memref && !dst->memref) { in is_used_like_arg()
911 return ((STR_EQUAL (opdreg, regname)) || (is_reg_in_src (regname, anal, op))); in is_used_like_arg()
919 …return (STR_EQUAL (regname, opsreg0)) || (STR_EQUAL (regname, opsreg1)) || (STR_EQUAL (regname, op… in is_reg_in_src()
1057 if (is_reg_in_src (regname, anal, op) || STR_EQUAL (opdreg, regname)) { in r_anal_extract_rarg()
1062 if (is_reg_in_src (regname, anal, op) || STR_EQUAL (regname, opdreg)) { in r_anal_extract_rarg()
1090 if (is_reg_in_src (selfreg, anal, op) || STR_EQUAL (opdreg, selfreg)) { in r_anal_extract_rarg()
[all …]
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DCommand.c68 #define STR_EQUAL(str1, str2) (str1 == str2 || strcmp(str1, str2) == 0) macro
528 if (STR_EQUAL(args[i].name, XtNforeground)) in XawCommandSetValues()
530 else if (STR_EQUAL(args[i].name, XtNbackground)) in XawCommandSetValues()
569 if (STR_EQUAL(args[i].name, XtNforeground)) in XawCommandGetValuesHook()
572 else if (STR_EQUAL(args[i].name, XtNbackground)) in XawCommandGetValuesHook()
/dports/devel/efl/efl-1.25.1/src/tests/efl_mono/
H A Dlibefl_mono_native_test.h79 #define STR_EQUAL(a, b) (strcmp((a), (b)) == 0 ? 1 : (fprintf(stderr, "NOT EQUAL! %s:%i (%s) '%s' !… macro
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dunicsv.c124 #define STR_EQUAL 8 macro
142 { "no", fld_terminator, STR_EQUAL },
158 { "x", fld_longitude, STR_EQUAL },
159 { "y", fld_latitude, STR_EQUAL },
160 { "z", fld_altitude, STR_EQUAL },
171 { "utm", fld_utm, STR_EQUAL },
177 { "bng", fld_bng, STR_EQUAL },
182 { "swiss", fld_swiss, STR_EQUAL },
197 { "tempf", fld_temperature_f, STR_EQUAL }, /* degrees fahrenheit */
490 if (f->options & STR_EQUAL) { in unicsv_compare_fields()
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo.c1251 STR_EQUAL(type_name, "multimesh")) in DBGetObjtypeTag()
1274 else if (STR_EQUAL(type_name, "csgmesh")) in DBGetObjtypeTag()
1277 else if (STR_EQUAL(type_name, "csgvar")) in DBGetObjtypeTag()
1280 else if (STR_EQUAL(type_name, "defvars")) in DBGetObjtypeTag()
1292 else if (STR_EQUAL(type_name, "ucdvar")) in DBGetObjtypeTag()
1301 else if (STR_EQUAL(type_name, "curve")) in DBGetObjtypeTag()
1334 else if (STR_EQUAL(type_name, "mrgvar")) in DBGetObjtypeTag()
1609 if (!STR_EQUAL(".", paths[k]) && in db_ListDir2()
1610 !STR_EQUAL(cwd, paths[k])) in db_ListDir2()
5467 if (STR_EQUAL(path, ".")) in DBSetDir()
[all …]
H A Dsilo_private.h370 #define STR_EQUAL(S1,S2) (!strcmp((S1),(S2))) macro
/dports/math/topaz/topaz-3.41/topaz/
H A Dscript.h76 #define STR_EQUAL 55 macro
H A Dparsetoken.cc650 if (addbuff(PRI_STR_EQUAL, STR_EQUAL\ in parsetoken()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_util.c14 #define STR_EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) macro
990 if (STR_EQUAL(input_packing_type, "grid_ieee")) { in grib_util_set_spec2()
1416 if (!STR_EQUAL(input_packing_type, "grid_complex")) { in grib_util_set_spec2()
1434 if (!STR_EQUAL(input_packing_type, "grid_ccsds")) in grib_util_set_spec2()
1438 if ( !STR_EQUAL(input_packing_type, "grid_ieee") ) in grib_util_set_spec2()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpgxalib.cpp458 #define STR_EQUAL "=" macro
534 dsnstr += STR_EQUAL; in parse_xa_info()
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-object-tree.c1384 STR_EQUAL, enumerator
1425 return STR_EQUAL; in path_contains()
1571 _dbus_assert (path_contains (tree_test_data[j].path, path) == STR_EQUAL); in do_test_dispatch()
1579 _dbus_assert (path_contains (tree_test_data[j].path, path) != STR_EQUAL); in do_test_dispatch()
1636 (const char**) result) != STR_EQUAL) in run_decompose_tests()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCmdMZ.c1230 STR_BYTELENGTH, STR_COMPARE, STR_EQUAL, STR_FIRST, enumerator
1250 case STR_EQUAL:
1302 ((enum options) index == STR_EQUAL));
1346 if (((enum options) index == STR_EQUAL)
1366 if ((enum options) index == STR_EQUAL) {
H A DtclCompCmds.c2633 STR_BYTELENGTH, STR_COMPARE, STR_EQUAL, STR_FIRST, enumerator
2682 case STR_EQUAL: {

12