Home
last modified time | relevance | path

Searched refs:is_dot (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/gen/cpp/
H A Dnamespace_resolver.cc30 static bool is_dot(char const c) { in is_dot() function
43 boost::algorithm::split(components, cpp2, is_dot); in gen_namespace_components()
45 boost::algorithm::split(components, cpp, is_dot); in gen_namespace_components()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/src/filesystem/
H A Dstd-path.cc337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
339 inline bool is_dot(char c) { return c == '.'; }
342 inline bool is_dot(const fs::path& path) in is_dot() function
345 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
351 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
436 else if (is_dot(p)) in lexically_normal()
478 else if (!p.empty() && !is_dot(p)) in lexically_relative()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/src/filesystem/
H A Dstd-path.cc337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
339 inline bool is_dot(char c) { return c == '.'; }
342 inline bool is_dot(const fs::path& path) in is_dot() function
345 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
351 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
436 else if (is_dot(p)) in lexically_normal()
478 else if (!p.empty() && !is_dot(p)) in lexically_relative()
H A Dops.cc91 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
93 inline bool is_dot(char c) { return c == '.'; }
96 inline bool is_dot(const fs::path& path) in is_dot() function
99 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
105 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
164 if (is_dot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/filesystem/
H A Dstd-path.cc337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
339 inline bool is_dot(char c) { return c == '.'; }
342 inline bool is_dot(const fs::path& path) in is_dot() function
345 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
351 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
436 else if (is_dot(p)) in lexically_normal()
478 else if (!p.empty() && !is_dot(p)) in lexically_relative()
H A Dops.cc91 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
93 inline bool is_dot(char c) { return c == '.'; }
96 inline bool is_dot(const fs::path& path) in is_dot() function
99 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
105 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
164 if (is_dot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/src/filesystem/
H A Dstd-path.cc337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
339 inline bool is_dot(char c) { return c == '.'; }
342 inline bool is_dot(const fs::path& path) in is_dot() function
345 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
351 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
436 else if (is_dot(p)) in lexically_normal()
478 else if (!p.empty() && !is_dot(p)) in lexically_relative()
H A Dops.cc91 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
93 inline bool is_dot(char c) { return c == '.'; }
96 inline bool is_dot(const fs::path& path) in is_dot() function
99 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
105 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
164 if (is_dot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/src/filesystem/
H A Dstd-path.cc337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
339 inline bool is_dot(char c) { return c == '.'; }
342 inline bool is_dot(const fs::path& path) in is_dot() function
345 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
351 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
436 else if (is_dot(p)) in lexically_normal()
478 else if (!p.empty() && !is_dot(p)) in lexically_relative()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/filesystem/
H A Dstd-path.cc337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
339 inline bool is_dot(char c) { return c == '.'; }
342 inline bool is_dot(const fs::path& path) in is_dot() function
345 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
351 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
436 else if (is_dot(p)) in lexically_normal()
478 else if (!p.empty() && !is_dot(p)) in lexically_relative()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/
H A Dbam_tview.c56 int ccol, last_pos, row_shift, base_for, color_for, is_dot, l_ref, ins, no_skip, show_name; member
119 if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
126 if (tv->is_dot && toupper(c) == toupper(rb)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
139 if (j == 0 && tv->is_dot && toupper(c) == toupper(rb)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
143 if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos + j)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
202 tv->is_dot = 1; in tv_init()
395 case '.': tv->is_dot = !tv->is_dot; break; in tv_loop()
/dports/biology/stringtie/stringtie-2.1.1/samtools-0.1.18/
H A Dbam_tview.c56 int ccol, last_pos, row_shift, base_for, color_for, is_dot, l_ref, ins, no_skip, show_name; member
119 if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
126 if (tv->is_dot && toupper(c) == toupper(rb)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
139 if (j == 0 && tv->is_dot && toupper(c) == toupper(rb)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
143 if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos + j)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
202 tv->is_dot = 1; in tv_init()
395 case '.': tv->is_dot = !tv->is_dot; break; in tv_loop()
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/
H A Dbam_tview.c55 int ccol, last_pos, row_shift, base_for, color_for, is_dot, l_ref, ins, no_skip, show_name; member
102 if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
109 if (tv->is_dot && toupper(c) == toupper(rb)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
122 if (j == 0 && tv->is_dot && toupper(c) == toupper(rb)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
126 if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos + j)) c = bam1_strand(p->b)? ',' : '.'; in tv_pl_func()
185 tv->is_dot = 1; in tv_init()
379 case '.': tv->is_dot = !tv->is_dot; break; in tv_loop()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/io/
H A Ddir.cpp44 if (path.is_dot() || path.is_dotdot()) in testReadDir()
58 if (path.is_dot() || path.is_dotdot()) in testReadDir()
74 if (path.is_dot() || path.is_dotdot()) in testReadDir()
/dports/sysutils/bfs/bfs-2.3.1/
H A Ddir.c222 static bool is_dot(const char *name) { in is_dot() function
248 if (is_dot(lde->d_name)) { in bfs_readdir()
262 if (is_dot(dir->de->d_name)) { in bfs_readdir()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/io/fs/
H A DFilePath.h86 } else if(empty() || is_dot()) { in parent()
191 && !is_dot()); in has_info()
194 bool is_dot() const { return pathstr.length() == 1 && pathstr[0] == '.'; } in is_dot() function
H A DFilePath.cpp94 if(other.is_absolute() || empty() || (is_dot() && !other.empty())) { in operator /()
96 } else if(other.empty() || other.is_dot()) { in operator /()
111 if(other.is_absolute() || empty() || (is_dot() && !other.empty())) { in operator /=()
113 } else if(other.empty() || other.is_dot()) { in operator /=()
/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dvvfat.cc557 unsigned int directory_start, const char* filename, int is_dot) in create_short_and_long_name() argument
564 if (is_dot) { in create_short_and_long_name()
698 bool is_dot = !strcmp(entry->d_name, "."); in read_directory() local
723 if (!is_dot && !is_dotdot) { in read_directory()
726 direntry = (direntry_t*)array_get(&directory, is_dot ? i : i + 1); in read_directory()
738 else if (is_dot) in read_directory()
751 if (!is_dot && !is_dotdot && (S_ISDIR(st.st_mode) || st.st_size)) { in read_directory()
810 bool is_dot = !lstrcmp(finddata.cFileName, "."); in read_directory() local
827 if (!is_dot && !is_dotdot) { in read_directory()
830 direntry = (direntry_t*)array_get(&directory, is_dot ? i : i + 1); in read_directory()
[all …]
/dports/biology/samtools/samtools-1.14/
H A Dbam_tview.c110 tv->is_dot = 1; in base_tv_init()
240 … if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos)) c = bam_is_rev(p->b)? ',' : '.'; in tv_pl_func()
247 … if (tv->is_dot && toupper(c) == toupper(rb)) c = bam_is_rev(p->b)? ',' : '.'; in tv_pl_func()
266 … if (j == 0 && tv->is_dot && toupper(c) == toupper(rb)) c = bam_is_rev(p->b)? ',' : '.'; in tv_pl_func()
270 … if (tv->is_dot && '-' == bam_aux_getCEi(p->b, p->qpos + j)) c = bam_is_rev(p->b)? ',' : '.'; in tv_pl_func()
/dports/archivers/deco/deco-1.6.4/
H A Dfs.h28 static inline bool is_dot(const char *e) in is_dot() function
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/gpencil/shaders/
H A Dgpencil_common_lib.glsl380 bool is_dot = false;
385 is_dot = GP_FLAG_TEST(GP_FLAG(m), GP_STROKE_ALIGNMENT);
391 if (!is_dot && ma.x == -1 && ma2.x == -1) {
392 is_dot = true;
397 if (ma1.x == -1 || (!is_dot && ma2.x == -1)) {
408 bool use_curr = is_dot || (x == -1.0);
436 if (is_dot) {
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/filesystem/
H A Dops.cc90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
92 inline bool is_dot(char c) { return c == '.'; }
95 inline bool is_dot(const fs::path& path) in is_dot() function
98 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
104 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
164 if (is_dot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/filesystem/
H A Dops.cc90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
92 inline bool is_dot(char c) { return c == '.'; }
95 inline bool is_dot(const fs::path& path) in is_dot() function
98 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
104 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
164 if (is_dot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/src/filesystem/
H A Dops.cc90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
92 inline bool is_dot(char c) { return c == '.'; }
95 inline bool is_dot(const fs::path& path) in is_dot() function
98 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
104 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
164 if (is_dot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/filesystem/
H A Dops.cc90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
92 inline bool is_dot(char c) { return c == '.'; }
95 inline bool is_dot(const fs::path& path) in is_dot() function
98 return filename.size() == 1 && is_dot(filename[0]); in is_dot()
104 return filename.size() == 2 && is_dot(filename[0]) && is_dot(filename[1]); in is_dotdot()
164 if (is_dot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()

123456789