Home
last modified time | relevance | path

Searched refs:name_ext (Results 1 – 25 of 47) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/ppc/
H A Dpowermac.c44 char *name_ext; in snd_pmac_probe() local
74 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe()
75 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
76 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
84 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe()
85 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
86 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
88 name_ext = " [PB3400]"; in snd_pmac_probe()
90 name_ext = " [PBG3]"; in snd_pmac_probe()
92 name_ext = ""; in snd_pmac_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/ppc/
H A Dpowermac.c44 char *name_ext; in snd_pmac_probe() local
74 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe()
75 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
76 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
84 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe()
85 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
86 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
88 name_ext = " [PB3400]"; in snd_pmac_probe()
90 name_ext = " [PBG3]"; in snd_pmac_probe()
92 name_ext = ""; in snd_pmac_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/ppc/
H A Dpowermac.c44 char *name_ext; in snd_pmac_probe() local
74 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe()
75 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
76 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
84 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe()
85 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
86 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
88 name_ext = " [PB3400]"; in snd_pmac_probe()
90 name_ext = " [PBG3]"; in snd_pmac_probe()
92 name_ext = ""; in snd_pmac_probe()
[all …]
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dvams_simparam.c34 static PLI_INT32 simparam_compiletf(ICARUS_VPI_CONST PLI_BYTE8 *name_ext) in simparam_compiletf() argument
46 vpi_printf("$simparam%s requires a string argument.\n", name_ext); in simparam_compiletf()
57 name_ext); in simparam_compiletf()
66 if (strcmp(name_ext, "$str") == 0) { in simparam_compiletf()
71 "must be a string.\n", name_ext); in simparam_compiletf()
80 "must be numeric.\n", name_ext); in simparam_compiletf()
99 msg, name_ext); in simparam_compiletf()
108 static PLI_INT32 simparam_calltf(ICARUS_VPI_CONST PLI_BYTE8 *name_ext) in simparam_calltf() argument
168 name_ext, param); in simparam_calltf()
232 name_ext, param); in simparam_str_calltf()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dmulti_impex.hxx55 const std::string &name_ext,
88 const std::string &name_ext) in importVolume() argument
91 findImageSequence(name_base, name_ext, numbers); in importVolume()
94 message += name_base + "[0-9]+" + name_ext + "' found."; in importVolume()
100 std::string name = name_base + numbers[i] + name_ext; in importVolume()
144 const std::string &name_ext) in exportVolume() argument
157 std::string name = name_base + name_num + name_ext; in exportVolume()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/cfile/
H A Dcfilesystem.cpp1110 res.name_ext = filespec; in cf_find_file_location()
1126 res.name_ext = filespec; in cf_find_file_location()
1162 res.name_ext = f->name_ext; in cf_find_file_location()
1190 res.name_ext = f->name_ext; in cf_find_file_location()
1317 res.name_ext = filespec; in cf_find_file_location_ext()
1334 res.name_ext = filespec; in cf_find_file_location_ext()
1426 res.name_ext = f->name_ext; in cf_find_file_location_ext()
1458 res.name_ext = f->name_ext; in cf_find_file_location_ext()
1769 l = strlen(f->name_ext); in cf_get_file_list()
1995 l = ptr - f->name_ext; in cf_get_file_list()
[all …]
/dports/net-mgmt/observium/observium/includes/discovery/sensors/
H A Dcmm-chassis-mib.inc.php60 …$name_ext = ' ('.$trans_entry['cmmTransVendorName'].' '.$trans_entry['cmmTransVendorPartNumber'].'… variable
64 $descr = $name . ' Temperature' . $name_ext;
94 $descr = $name . ' Voltage' . $name_ext;
124 $descr = $name . ' Bias Current' . $name_ext;
154 $descr = $name . ' Transmit Power' . $name_ext;
184 $descr = $name . ' Receive Power' . $name_ext;
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/cfile/
H A Dcfilesystem.cpp564 strcpy_s( file->name_ext, find.name ); in cf_search_root_path()
967 if ( !stricmp(longname, f->name_ext) ) {
995 if ( !stricmp(filespec, f->name_ext) ) {
1246 if ( !stricmp(longname, f->name_ext) ) {
1277 if ( !stricmp(filespec, f->name_ext) ) {
1559 ptr = strrchr(f->name_ext, '.');
1561 l = ptr - f->name_ext;
1563 l = strlen(f->name_ext);
1756 ptr = strrchr(f->name_ext, '.');
1758 l = ptr - f->name_ext;
[all …]
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Duoutput.c115 char *name_ext, in out_image() argument
131 if (name_ext == NULL) in out_image()
134 len=strlen(name_base)+strlen(name_ext)+digits+1; in out_image()
164 if (name_ext == NULL) in out_image()
167 sprintf(out_name,"%s%s.%s",name_base,digiter,name_ext); in out_image()
H A Dupro.h61 char *name_ext, int digits, int num, char *filter);
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dmulti_impex.hxx287 VIGRA_EXPORT VolumeExportInfo( const char * name_base, const char * name_ext );
305 VIGRA_EXPORT VolumeExportInfo & setFileNameExt(const char * name_ext);
585 const std::string &name_ext,
689 const std::string &name_ext) in importVolume() argument
691 VolumeImportInfo info(name_base, name_ext); in importVolume()
896 const std::string &name_ext) in exportVolume() argument
898 VolumeExportInfo volinfo(name_base.c_str(), name_ext.c_str()); in exportVolume()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/server/
H A DFileStyleHTML.java56 int name_ext = name.lastIndexOf((int)'.'); in accept() local
58 String name_ext_str = name.substring(name_ext); in accept()
/dports/graphics/vigra/vigra-8acd73a/src/impex/
H A Dimageinfo.cxx146 const std::string &name_ext, in findImageSequence() argument
163 sprintf(szDir, "%s\\%s*%s", path.c_str(), base.c_str(), name_ext.c_str()); in findImageSequence()
181 if(strcmp(name_ext.c_str(), extbuf) == 0) in findImageSequence()
184 std::string name = name_base + num + name_ext; in findImageSequence()
225 const std::string &name_ext, in findImageSequence() argument
249 if(strcmp(name_ext.c_str(), extbuf) == 0) in findImageSequence()
252 std::string name = name_base + num + name_ext; in findImageSequence()
729 VolumeExportInfo::VolumeExportInfo( const char * name_base, const char * name_ext ) : in VolumeExportInfo() argument
731 m_filename_base(name_base), m_filename_ext(name_ext), in VolumeExportInfo()
792 VolumeExportInfo & VolumeExportInfo::setFileNameExt(const char * name_ext) in setFileNameExt() argument
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/vigra/src/impex/
H A Dimageinfo.cxx89 const std::string &name_ext,
125 sprintf(szDir, "%s\\%s*%s", path.c_str(), base.c_str(), name_ext.c_str());
143 if(strcmp(name_ext.c_str(), extbuf) == 0)
165 const std::string &name_ext,
199 if(strcmp(name_ext.c_str(), extbuf) == 0)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/bench/workgen/runner/
H A Dcompress_ratio.py96 for name_ext, compress_config in compression_opts.iteritems():
97 tname = "table:test_" + name_ext
/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Drs-save-dialog.c223 gchar* name_ext = g_strdup_printf("%s.%s",basename, ext); in rs_save_dialog_set_photo() local
225 gtk_file_chooser_set_current_name(GTK_FILE_CHOOSER(dialog->chooser), name_ext); in rs_save_dialog_set_photo()
227 g_free(name_ext); in rs_save_dialog_set_photo()
257 …gchar* name_ext = g_strdup_printf("%s.%s",basename, rs_output_get_extension(RS_OUTPUT(dialog->outp… in file_type_changed() local
258 gtk_file_chooser_set_current_name(GTK_FILE_CHOOSER(dialog->chooser), name_ext); in file_type_changed()
261 g_free(name_ext); in file_type_changed()
/dports/security/helib/HElib-1.3.1/include/helib/
H A DArgMap.h594 std::string name_ext(std::get<0>(doc)); in usage()
595 auto it = map.find(name_ext); in usage()
597 throw LogicError("Not found in map '" + name_ext + "'."); in usage()
599 name_ext.append(1, this->kv_separator).append("<arg>"); in usage()
601 std::cerr << " " << name_ext; in usage()
603 std::cerr << " [" << name_ext << "]"; in usage()
/dports/devel/py-doit/doit-0.31.1/tests/
H A Dtest_dependency.py106 for name_ext in pdep_manager.name_ext:
107 full_name = pdep_manager.name + name_ext
121 for name_ext in pdep_manager.name_ext:
122 full_name = pdep_manager.name + name_ext
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/libcxx/test/
H A Dformat.py86 name_root, name_ext = os.path.splitext(name)
94 assert is_sh_test or name_ext == '.cpp' or name_ext == '.mm', \
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/libcxx/test/
H A Dformat.py86 name_root, name_ext = os.path.splitext(name)
94 assert is_sh_test or name_ext == '.cpp' or name_ext == '.mm', \
/dports/devel/libc++/libcxx-10.0.1.src/utils/libcxx/test/
H A Dformat.py86 name_root, name_ext = os.path.splitext(name)
94 assert is_sh_test or name_ext == '.cpp' or name_ext == '.mm', \
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/
H A Dags_plugin.cpp838 const String name_ext = ".dll"; in pl_register_plugins() local
839 …if (name.GetLength() <= name_ext.GetLength() || name.GetLength() > PLUGIN_FILENAME_MAX + name_ext.… in pl_register_plugins()
840 name.CompareRightNoCase(name_ext, name_ext.GetLength())) { in pl_register_plugins()
844 name.ClipRight(name_ext.GetLength()); in pl_register_plugins()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/plugin/
H A Dagsplugin.cpp970 const String name_ext = ".dll"; in pl_register_plugins() local
971 …if (name.GetLength() <= name_ext.GetLength() || name.GetLength() > PLUGIN_FILENAME_MAX + name_ext.… in pl_register_plugins()
972 name.CompareRightNoCase(name_ext, name_ext.GetLength())) { in pl_register_plugins()
976 name.ClipRight(name_ext.GetLength()); in pl_register_plugins()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dfile_itunesdb.c457 gchar *name_ext; in gp_import_itdb() local
462 name_ext = g_strdup_printf ("%s.ext", name_loc); in gp_import_itdb()
467 name_ext = g_strdup_printf ("%s.ext", name_off); in gp_import_itdb()
475 if (!read_extended_info (name_ext, name_db)) in gp_import_itdb()
528 g_free (name_ext); in gp_import_itdb()
533 gchar *name_ext=NULL, *name_db=NULL; in gp_import_itdb() local
538 name_ext = g_strdup_printf("%s.ext", name_db); in gp_import_itdb()
542 if (!read_extended_info (name_ext, name_db)) in gp_import_itdb()
577 g_free (name_ext); in gp_import_itdb()
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/
H A Dprograms.py263 name_ext = os.path.splitext(command)[1]
264 if name_ext[1:].lower() in self.windows_exts:

12