Home
last modified time | relevance | path

Searched refs:last_dot (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/dports/devel/sunpromake/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/devel/smake/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/devel/sccs/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/devel/schilybase/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/net/rscsi/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/archivers/star/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/genisoimage/
H A Dname.c124 char *last_dot; in iso9660_file_length() local
168 last_dot = strrchr(pnt, '.'); in iso9660_file_length()
169 if ((last_dot != NULL) && in iso9660_file_length()
170 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) { in iso9660_file_length()
171 cp = last_dot; in iso9660_file_length()
173 last_dot = strrchr(pnt, '.'); in iso9660_file_length()
178 if (last_dot == NULL) in iso9660_file_length()
179 last_dot = cp; in iso9660_file_length()
182 if (last_dot != NULL) { in iso9660_file_length()
306 pnt = last_dot = ".tgz"; in iso9660_file_length()
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/editors/ved/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/sysutils/genisoimage/cdrkit-1.1.11/genisoimage/
H A Dname.c124 char *last_dot;
168 last_dot = strrchr(pnt, '.');
169 if ((last_dot != NULL) &&
170 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
171 cp = last_dot;
173 last_dot = strrchr(pnt, '.');
178 if (last_dot == NULL)
179 last_dot = cp;
182 if (last_dot != NULL) {
306 pnt = last_dot = ".tgz";
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/mkisofs/
H A Dname.c119 char *last_dot; local
165 last_dot = strrchr(pnt, '.');
166 if ((last_dot != NULL) &&
167 ((last_dot[1] == '~') || (last_dot[1] == '\0'))) {
168 cp = last_dot;
170 last_dot = strrchr(pnt, '.');
175 if (last_dot == NULL)
176 last_dot = cp;
179 if (last_dot != NULL) {
303 pnt = last_dot = ".tgz";
[all …]
/dports/graphics/quat/quat-1.20/gui/
H A DCReplacements.cxx51 size_type last_dot = rfind("."); in filename() local
52 if (last_slash < length() && last_dot < last_slash) in filename()
53 last_dot = (size_type)(-1); in filename()
54 return substr(last_slash+1, last_dot-last_slash-1); in filename()
59 size_type last_dot = rfind("."); in ext() local
60 if (last_slash < length() && last_dot < last_slash) in ext()
62 if (last_dot >= length()) return string(""); in ext()
63 return substr(last_dot); in ext()
/dports/graphics/quat-gui/quat-1.20/gui/
H A DCReplacements.cxx51 size_type last_dot = rfind("."); in filename() local
52 if (last_slash < length() && last_dot < last_slash) in filename()
53 last_dot = (size_type)(-1); in filename()
54 return substr(last_slash+1, last_dot-last_slash-1); in filename()
59 size_type last_dot = rfind("."); in ext() local
60 if (last_slash < length() && last_dot < last_slash) in ext()
62 if (last_dot >= length()) return string(""); in ext()
63 return substr(last_dot); in ext()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgo-lang.c143 char *last_dot; in unpack_package_and_object() local
145 last_dot = strrchr (buf, '.'); in unpack_package_and_object()
146 gdb_assert (last_dot != NULL); in unpack_package_and_object()
147 *objectp = last_dot + 1; in unpack_package_and_object()
148 *last_dot = '\0'; in unpack_package_and_object()
149 last_dot = strrchr (buf, '.'); in unpack_package_and_object()
150 if (last_dot != NULL) in unpack_package_and_object()
151 *packagep = last_dot + 1; in unpack_package_and_object()
201 const char *last_dot; in unpack_mangled_go_symbol() local
254 if (last_dot == first_dot) in unpack_mangled_go_symbol()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dfile_util.cc49 const FilePath::StringType::size_type last_dot = in GetFileExtensionFromPath() local
51 return FilePath::StringType(last_dot == FilePath::StringType::npos ? in GetFileExtensionFromPath()
53 file_name, last_dot+1); in GetFileExtensionFromPath()
60 const FilePath::StringType::size_type last_dot = in InsertBeforeExtension() local
65 if (last_dot == FilePath::StringType::npos || in InsertBeforeExtension()
66 (last_separator != std::wstring::npos && last_dot < last_separator)) { in InsertBeforeExtension()
73 value.insert(last_dot, suffix); in InsertBeforeExtension()
89 const FilePath::StringType::size_type last_dot = in ReplaceExtension() local
95 if ((last_dot > last_separator || in ReplaceExtension()
97 last_dot != FilePath::StringType::npos) in ReplaceExtension()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dfile_util.cc48 const FilePath::StringType::size_type last_dot = in GetFileExtensionFromPath() local
50 return FilePath::StringType(last_dot == FilePath::StringType::npos in GetFileExtensionFromPath()
53 last_dot + 1); in GetFileExtensionFromPath()
60 const FilePath::StringType::size_type last_dot = in InsertBeforeExtension() local
65 if (last_dot == FilePath::StringType::npos || in InsertBeforeExtension()
66 (last_separator != std::wstring::npos && last_dot < last_separator)) { in InsertBeforeExtension()
73 value.insert(last_dot, suffix); in InsertBeforeExtension()
89 const FilePath::StringType::size_type last_dot = in ReplaceExtension() local
95 if ((last_dot > last_separator || in ReplaceExtension()
97 last_dot != FilePath::StringType::npos) in ReplaceExtension()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dfile_path.h25 char const * last_dot = nullptr; in get_extension() local
29 return last_dot; in get_extension()
31 last_dot = tmp + 1; in get_extension()
32 file_name = last_dot; in get_extension()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dfile_path.h25 char const * last_dot = nullptr; in get_extension() local
29 return last_dot; in get_extension()
31 last_dot = tmp + 1; in get_extension()
32 file_name = last_dot; in get_extension()
/dports/net/kea/kea-2.0.1/src/lib/util/
H A Dfilename.cc52 size_t last_dot = full_name.find_last_of('.'); in split() local
53 if ((last_dot == string::npos) || in split()
54 (dir_present && (last_dot < last_slash))) { in split()
66 extension = full_name.substr(last_dot); in split()
69 if ((last_dot - last_slash) > 1) { in split()
70 name = full_name.substr(last_slash + 1, last_dot - last_slash - 1); in split()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgo-lang.c143 char *last_dot; in unpack_package_and_object() local
145 last_dot = strrchr (buf, '.'); in unpack_package_and_object()
146 gdb_assert (last_dot != NULL); in unpack_package_and_object()
147 *objectp = last_dot + 1; in unpack_package_and_object()
148 *last_dot = '\0'; in unpack_package_and_object()
149 last_dot = strrchr (buf, '.'); in unpack_package_and_object()
150 if (last_dot != NULL) in unpack_package_and_object()
151 *packagep = last_dot + 1; in unpack_package_and_object()
201 char *last_dot; in unpack_mangled_go_symbol() local
254 if (last_dot == first_dot) in unpack_mangled_go_symbol()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dpathinfo.cpp25 std::string::reverse_iterator last_dot = in pathinfo() local
30 if(last_dot == basename.rend()) in pathinfo()
39 extension = std::string(last_dot.base(),basename.end()); in pathinfo()
41 filename = std::string(basename.begin(),last_dot.base()-1); in pathinfo()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dpathinfo.cpp25 std::string::reverse_iterator last_dot = in pathinfo() local
30 if(last_dot == basename.rend()) in pathinfo()
39 extension = std::string(last_dot.base(),basename.end()); in pathinfo()
41 filename = std::string(basename.begin(),last_dot.base()-1); in pathinfo()
/dports/archivers/unzip/unzip60/flexos/
H A Dflexos.c39 extern void map2fat OF((char *pathcomp, char *last_dot));
320 last_dot = (char *)NULL;
356 last_dot = pp; /* point at last dot so far... */
438 map2fat(pathcomp, last_dot); /* 8.3 truncation (in place) */
460 static void map2fat(pathcomp, last_dot) in map2fat() argument
461 char *pathcomp, *last_dot; in map2fat()
495 if (last_dot != (char *)NULL) { /* one dot (or two, in the case of */
496 *last_dot = '.'; /* "..") is OK: put it back in */
498 if ((last_dot - pathcomp) > 8) {
499 char *p=last_dot, *q=pathcomp+8;
[all …]
/dports/archivers/unzip/unzip60/human68k/
H A Dhuman68k.c42 static void map2fat(char *pathcomp, char *last_dot);
466 static void map2fat(pathcomp, last_dot) in map2fat() argument
467 char *pathcomp, *last_dot; in map2fat()
472 pathcomp = last_dot;
473 last_dot = (char *)NULL;
488 if (last_dot) {
489 *last_dot++ = '\0';
490 trunc_name(last_dot, 3);
493 if (last_dot) {
494 *--last_dot = '.';
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_relations_drivers.cc109 const char *last_dot = strrchr(fcu_->rna_path, '.'); in split_rna_path() local
110 if (last_dot == nullptr || last_dot[1] == '\0') { in split_rna_path()
116 rna_prefix = StringRef(fcu_->rna_path, last_dot); in split_rna_path()
117 rna_suffix = StringRef(last_dot + 1); in split_rna_path()

12345678910>>...23