Home
last modified time | relevance | path

Searched refs:dot_loc (Results 1 – 25 of 50) sorted by relevance

12

/dports/mail/p5-Mail-Ezmlm/Ezmlm-0.08.2/Ezmlm/
H A DGpgEzmlm.pm258 $dot_loc = $1;
260 $dot_loc =~ s/\W/_/g;
286 unless (defined($dot_loc) && ($dot_loc ne '') && (-e $dot_loc)) {
552 chomp($dot_loc);
558 $dot_loc = undef;
562 $dot_loc = undef;
564 return $dot_loc;
630 $dot_loc = $1;
632 $dot_loc =~ s/\W/_/g;
649 unless (defined($dot_loc) && ($dot_loc ne '') && (-e $dot_loc)) {
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dtimestamp.py84 dot_loc = date.find('.')
85 if dot_loc == -1:
88 base_time = time.strptime(date[space_loc:dot_loc], " %Y-%m-%d %H:%M:%S")
89 fract_seconds, offset = date[dot_loc:].split()
/dports/sysutils/munin-common/munin-2.0.67/master/lib/Munin/Master/
H A DConfig.pm266 my $dot_loc = index($definition, '.');
270 return $definition if $sc_loc == -1 and $dot_loc == -1;
274 if $sc_loc > -1 and ($dot_loc == -1 or $sc_loc < $dot_loc);
277 return substr($definition, $dot_loc + 1);
/dports/sysutils/munin-master/munin-2.0.67/master/lib/Munin/Master/
H A DConfig.pm266 my $dot_loc = index($definition, '.');
270 return $definition if $sc_loc == -1 and $dot_loc == -1;
274 if $sc_loc > -1 and ($dot_loc == -1 or $sc_loc < $dot_loc);
277 return substr($definition, $dot_loc + 1);
/dports/sysutils/munin-node/munin-2.0.67/master/lib/Munin/Master/
H A DConfig.pm266 my $dot_loc = index($definition, '.');
270 return $definition if $sc_loc == -1 and $dot_loc == -1;
274 if $sc_loc > -1 and ($dot_loc == -1 or $sc_loc < $dot_loc);
277 return substr($definition, $dot_loc + 1);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/cmake/modules/
H A DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
9 string(COMPARE EQUAL "0" ${dot_loc} is_relative)
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Dinfo.cpp187 const char * dot_loc = strrchr(name, '.'); in fill() local
188 unsigned int name_size = dot_loc == 0 ? strlen(name) : dot_loc - name; in fill()
/dports/textproc/aspell/aspell-0.60.8/common/
H A Dinfo.cpp187 const char * dot_loc = strrchr(name, '.'); in fill() local
188 unsigned int name_size = dot_loc == 0 ? strlen(name) : dot_loc - name; in fill()
/dports/audio/snd/snd-21.2/
H A Dsnd-xen.c2522 int i, dot_loc = -1, len; in is_source_file() local
2527 dot_loc = i; in is_source_file()
2530 if ((dot_loc > 0) && in is_source_file()
2531 (dot_loc < len - 1)) in is_source_file()
2535 ext = (const char *)(name + dot_loc + 1); in is_source_file()
H A Dsnd-file.c541 int i, dot_loc = -1, len; in is_sound_file() local
546 dot_loc = i; in is_sound_file()
548 if ((dot_loc > 0) && in is_sound_file()
549 (dot_loc < len - 1)) in is_sound_file()
552 ext = (const char *)(name + dot_loc + 1); in is_sound_file()
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dmatch.c145 locus dot_loc, start_loc; in gfc_match_member_sep() local
181 dot_loc = gfc_current_locus; in gfc_match_member_sep()
233 gfc_current_locus = dot_loc; in gfc_match_member_sep()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dmatch.c145 locus dot_loc, start_loc; in gfc_match_member_sep() local
181 dot_loc = gfc_current_locus; in gfc_match_member_sep()
233 gfc_current_locus = dot_loc; in gfc_match_member_sep()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dmatch.c154 locus dot_loc, start_loc; in gfc_match_member_sep() local
190 dot_loc = gfc_current_locus; in gfc_match_member_sep()
242 gfc_current_locus = dot_loc; in gfc_match_member_sep()
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dmatch.c154 locus dot_loc, start_loc; in gfc_match_member_sep() local
190 dot_loc = gfc_current_locus; in gfc_match_member_sep()
242 gfc_current_locus = dot_loc; in gfc_match_member_sep()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dmatch.c154 locus dot_loc, start_loc; in gfc_match_member_sep() local
190 dot_loc = gfc_current_locus; in gfc_match_member_sep()
242 gfc_current_locus = dot_loc; in gfc_match_member_sep()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dmatch.c154 locus dot_loc, start_loc; in gfc_match_member_sep() local
190 dot_loc = gfc_current_locus; in gfc_match_member_sep()
242 gfc_current_locus = dot_loc; in gfc_match_member_sep()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dmatch.c154 locus dot_loc, start_loc; in gfc_match_member_sep() local
190 dot_loc = gfc_current_locus; in gfc_match_member_sep()
242 gfc_current_locus = dot_loc; in gfc_match_member_sep()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dmatch.c154 locus dot_loc, start_loc; in gfc_match_member_sep() local
190 dot_loc = gfc_current_locus; in gfc_match_member_sep()
242 gfc_current_locus = dot_loc; in gfc_match_member_sep()

12