Home
last modified time | relevance | path

Searched refs:in_path (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/dports/biology/stacks/stacks-2.4/scripts/
H A Dconvert_stacks.pl33 my $in_path = "";
71 convert_tags_file($in_path, $out_path, $file);
73 convert_snps_file($in_path, $out_path, $file);
83 `cp $in_path/${file}.alleles.tsv $out_path/.`;
90 my ($in_path, $out_path, $file) = @_;
121 my ($in_path, $out_path, $file) = @_;
125 $path = $in_path . "/" . $file . ".tags.tsv";
157 my ($in_path, $out_path, $file) = @_;
161 $path = $in_path . "/" . $file . ".snps.tsv";
250 $in_path = substr($in_path, 0, -1) if (substr($in_path, -1) eq "/");
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/
H A DImager.py124 self.pack_begin(in_path)
132 self.pack_end(in_path, volume)
134 def pack_begin(self, in_path): argument
136 if in_path[-1] == '/':
137 in_path = in_path[:-1]
179 if in_path == None or in_path == "":
182 if in_path[-1] == '/':
183 in_path = in_path[:-1]
217 if os.path.isdir(in_path):
224 elif os.path.isfile(in_path):
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/file/
H A Dfile_path.c471 strlcpy(out_path, in_path, size); in fill_pathname_noext()
556 ptr = in_path; in fill_pathname_base()
587 if (out_dir != in_path) in fill_pathname_basedir()
833 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
975 if (*in_path == '~') in fill_pathname_expand_special()
985 in_path++; in fill_pathname_expand_special()
988 else if ((in_path[0] == ':') && in fill_pathname_expand_special()
990 (in_path[1] == '/') in fill_pathname_expand_special()
992 || (in_path[1] == '\\') in fill_pathname_expand_special()
1013 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/file/
H A Dfile_path.c265 retro_assert(strlcpy(tmp_path, in_path, in fill_pathname()
369 const char *ptr = path_basename(in_path); in fill_pathname_base()
372 ptr = in_path; in fill_pathname_base()
379 fill_pathname_base(out, in_path, size); in fill_pathname_base_noext()
386 fill_pathname_base_noext(out, in_path, size); in fill_pathname_base_ext()
401 const char *in_path, size_t size) in fill_pathname_basedir() argument
403 if (out_dir != in_path) in fill_pathname_basedir()
409 const char *in_path, size_t size) in fill_pathname_basedir_noext() argument
619 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
735 const char *in_path, size_t size) in fill_short_pathname_representation() argument
[all …]
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/libretro-common/include/file/
H A Dfile_path.h190 void fill_pathname(char *out_path, const char *in_path,
238 void fill_pathname_noext(char *out_path, const char *in_path,
279 void fill_pathname_base(char *out_path, const char *in_path, size_t size);
282 const char *in_path, size_t size);
285 const char *in_path, const char *ext,
301 const char *in_path, size_t size);
328 const char *in_path, size_t size);
391 const char *in_path, size_t size);
394 const char *in_path, size_t size);
397 const char *in_path, size_t size);
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/include/file/
H A Dfile_path.h190 void fill_pathname(char *out_path, const char *in_path,
238 void fill_pathname_noext(char *out_path, const char *in_path,
279 void fill_pathname_base(char *out_path, const char *in_path, size_t size);
282 const char *in_path, size_t size);
285 const char *in_path, const char *ext,
301 const char *in_path, size_t size);
328 const char *in_path, size_t size);
391 const char *in_path, size_t size);
394 const char *in_path, size_t size);
397 const char *in_path, size_t size);
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/include/file/
H A Dfile_path.h191 void fill_pathname(char *out_path, const char *in_path,
239 void fill_pathname_noext(char *out_path, const char *in_path,
280 void fill_pathname_base(char *out_path, const char *in_path, size_t size);
283 const char *in_path, size_t size);
286 const char *in_path, const char *ext,
302 const char *in_path, size_t size);
329 const char *in_path, size_t size);
392 const char *in_path, size_t size);
395 const char *in_path, size_t size);
398 const char *in_path, size_t size);
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/file/
H A Dfile_path.c413 strlcpy(out_path, in_path, size); in fill_pathname_noext()
498 ptr = in_path; in fill_pathname_base()
529 if (out_dir != in_path) in fill_pathname_basedir()
530 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
790 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
797 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
937 if (in_path[0] == '~') in fill_pathname_expand_special()
963 in_path += 2; in fill_pathname_expand_special()
968 else if (in_path[0] == ':') in fill_pathname_expand_special()
994 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/include/file/
H A Dfile_path.h180 void fill_pathname(char *out_path, const char *in_path,
228 void fill_pathname_noext(char *out_path, const char *in_path,
269 void fill_pathname_base(char *out_path, const char *in_path, size_t size);
272 const char *in_path, size_t size);
275 const char *in_path, const char *ext,
291 const char *in_path, size_t size);
331 const char *in_path, size_t size);
400 const char *in_path, size_t size);
403 const char *in_path, size_t size);
406 const char *in_path, size_t size);
[all …]
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/libretro/libretro-common/include/file/
H A Dfile_path.h215 void fill_pathname(char *out_path, const char *in_path,
263 size_t fill_pathname_noext(char *out_path, const char *in_path,
304 size_t fill_pathname_base(char *out_path, const char *in_path, size_t size);
307 const char *in_path, size_t size);
310 const char *in_path, const char *ext,
326 const char *in_path, size_t size);
367 const char *in_path, size_t size);
435 const char *in_path, size_t size);
438 const char *in_path, size_t size);
441 const char *in_path, size_t size);
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/file/
H A Dfile_path.h215 void fill_pathname(char *out_path, const char *in_path,
263 size_t fill_pathname_noext(char *out_path, const char *in_path,
304 size_t fill_pathname_base(char *out_path, const char *in_path, size_t size);
307 const char *in_path, size_t size);
310 const char *in_path, const char *ext,
326 const char *in_path, size_t size);
367 const char *in_path, size_t size);
435 const char *in_path, size_t size);
438 const char *in_path, size_t size);
441 const char *in_path, size_t size);
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/file/
H A Dfile_path.h215 void fill_pathname(char *out_path, const char *in_path,
263 size_t fill_pathname_noext(char *out_path, const char *in_path,
304 size_t fill_pathname_base(char *out_path, const char *in_path, size_t size);
307 const char *in_path, size_t size);
310 const char *in_path, const char *ext,
326 const char *in_path, size_t size);
367 const char *in_path, size_t size);
435 const char *in_path, size_t size);
438 const char *in_path, size_t size);
441 const char *in_path, size_t size);
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/include/file/
H A Dfile_path.h189 void fill_pathname(char *out_path, const char *in_path,
237 void fill_pathname_noext(char *out_path, const char *in_path,
278 void fill_pathname_base(char *out_path, const char *in_path, size_t size);
281 const char *in_path, size_t size);
284 const char *in_path, const char *ext,
300 const char *in_path, size_t size);
341 const char *in_path, size_t size);
410 const char *in_path, size_t size);
413 const char *in_path, size_t size);
416 const char *in_path, size_t size);
[all …]
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/libretro/libretro-common/file/
H A Dfile_path.c256 strlcpy(out_path, in_path, size); in fill_pathname_noext()
341 ptr = in_path; in fill_pathname_base()
374 if (out_dir != in_path) in fill_pathname_basedir()
375 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
837 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
844 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
985 if (in_path[0] == '~') in fill_pathname_expand_special()
1011 in_path += 2; in fill_pathname_expand_special()
1016 else if (in_path[0] == ':') in fill_pathname_expand_special()
1042 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/file/
H A Dfile_path.c256 strlcpy(out_path, in_path, size); in fill_pathname_noext()
341 ptr = in_path; in fill_pathname_base()
374 if (out_dir != in_path) in fill_pathname_basedir()
375 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
837 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
844 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
985 if (in_path[0] == '~') in fill_pathname_expand_special()
1011 in_path += 2; in fill_pathname_expand_special()
1016 else if (in_path[0] == ':') in fill_pathname_expand_special()
1042 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/file/
H A Dfile_path.c256 strlcpy(out_path, in_path, size); in fill_pathname_noext()
341 ptr = in_path; in fill_pathname_base()
374 if (out_dir != in_path) in fill_pathname_basedir()
375 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
837 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
844 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
985 if (in_path[0] == '~') in fill_pathname_expand_special()
1011 in_path += 2; in fill_pathname_expand_special()
1016 else if (in_path[0] == ':') in fill_pathname_expand_special()
1042 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/connection/
H A Dlibvirt_lxc.py129 def put_file(self, in_path, out_path): argument
131 super(Connection, self).put_file(in_path, out_path)
132 display.vvv("PUT %s TO %s" % (in_path, out_path), host=self.lxc)
136 with open(to_bytes(in_path, errors='surrogate_or_strict'), 'rb') as in_file:
153 raise AnsibleError("file or module does not exist at: %s" % in_path)
155 def fetch_file(self, in_path, out_path): argument
157 super(Connection, self).fetch_file(in_path, out_path)
158 display.vvv("FETCH %s TO %s" % (in_path, out_path), host=self.lxc)
160 in_path = shlex_quote(self._prefix_login_path(in_path))
162 p = self._buffered_exec_command('dd if=%s bs=%s' % (in_path, BUFSIZE))
[all …]
H A Dchroot.py155 def put_file(self, in_path, out_path): argument
157 super(Connection, self).put_file(in_path, out_path)
158 display.vvv("PUT %s TO %s" % (in_path, out_path), host=self.chroot)
162 with open(to_bytes(in_path, errors='surrogate_or_strict'), 'rb') as in_file:
179 raise AnsibleError("file or module does not exist at: %s" % in_path)
181 def fetch_file(self, in_path, out_path): argument
183 super(Connection, self).fetch_file(in_path, out_path)
184 display.vvv("FETCH %s TO %s" % (in_path, out_path), host=self.chroot)
186 in_path = shlex_quote(self._prefix_login_path(in_path))
188 p = self._buffered_exec_command('dd if=%s bs=%s' % (in_path, BUFSIZE))
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/connection/
H A Dchroot.py155 def put_file(self, in_path, out_path): argument
157 super(Connection, self).put_file(in_path, out_path)
158 display.vvv("PUT %s TO %s" % (in_path, out_path), host=self.chroot)
162 with open(to_bytes(in_path, errors='surrogate_or_strict'), 'rb') as in_file:
179 raise AnsibleError("file or module does not exist at: %s" % in_path)
181 def fetch_file(self, in_path, out_path): argument
183 super(Connection, self).fetch_file(in_path, out_path)
184 display.vvv("FETCH %s TO %s" % (in_path, out_path), host=self.chroot)
186 in_path = shlex_quote(self._prefix_login_path(in_path))
188 p = self._buffered_exec_command('dd if=%s bs=%s' % (in_path, BUFSIZE))
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/libvirt/plugins/connection/
H A Dlibvirt_lxc.py128 def put_file(self, in_path, out_path): argument
130 super(Connection, self).put_file(in_path, out_path)
131 display.vvv("PUT %s TO %s" % (in_path, out_path), host=self.lxc)
135 with open(to_bytes(in_path, errors='surrogate_or_strict'), 'rb') as in_file:
152 raise AnsibleError("file or module does not exist at: %s" % in_path)
154 def fetch_file(self, in_path, out_path): argument
156 super(Connection, self).fetch_file(in_path, out_path)
157 display.vvv("FETCH %s TO %s" % (in_path, out_path), host=self.lxc)
159 in_path = shlex_quote(self._prefix_login_path(in_path))
161 p = self._buffered_exec_command('dd if=%s bs=%s' % (in_path, BUFSIZE))
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/libretro/libretro-common/file/
H A Dfile_path.c262 strlcpy(out_path, in_path, size); in fill_pathname_noext()
347 ptr = in_path; in fill_pathname_base()
380 if (out_dir != in_path) in fill_pathname_basedir()
381 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
804 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
811 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
952 if (in_path[0] == '~') in fill_pathname_expand_special()
978 in_path += 2; in fill_pathname_expand_special()
983 else if (in_path[0] == ':') in fill_pathname_expand_special()
1009 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/libretro/libretro-common/file/
H A Dfile_path.c395 strlcpy(out_path, in_path, size); in fill_pathname_noext()
484 ptr = in_path; in fill_pathname_base()
517 if (out_dir != in_path) in fill_pathname_basedir()
518 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
846 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
853 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
993 if (in_path[0] == '~') in fill_pathname_expand_special()
1019 in_path += 2; in fill_pathname_expand_special()
1024 else if (in_path[0] == ':') in fill_pathname_expand_special()
1050 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/libretro/libretro-common/file/
H A Dfile_path.c395 strlcpy(out_path, in_path, size); in fill_pathname_noext()
484 ptr = in_path; in fill_pathname_base()
517 if (out_dir != in_path) in fill_pathname_basedir()
518 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
846 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
853 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
993 if (in_path[0] == '~') in fill_pathname_expand_special()
1019 in_path += 2; in fill_pathname_expand_special()
1024 else if (in_path[0] == ':') in fill_pathname_expand_special()
1050 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/libretro-freeintv/FreeIntv-5fc8d85/src/deps/libretro-common/file/
H A Dfile_path.c262 strlcpy(out_path, in_path, size); in fill_pathname_noext()
347 ptr = in_path; in fill_pathname_base()
380 if (out_dir != in_path) in fill_pathname_basedir()
381 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
804 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
811 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
952 if (in_path[0] == '~') in fill_pathname_expand_special()
978 in_path += 2; in fill_pathname_expand_special()
983 else if (in_path[0] == ':') in fill_pathname_expand_special()
1009 in_path += 2; in fill_pathname_expand_special()
[all …]
/dports/games/libretro-opera/opera-libretro-5781f68/libretro-common/file/
H A Dfile_path.c399 strlcpy(out_path, in_path, size); in fill_pathname_noext()
488 ptr = in_path; in fill_pathname_base()
521 if (out_dir != in_path) in fill_pathname_basedir()
522 strlcpy(out_dir, in_path, size); in fill_pathname_basedir()
850 if (path_is_absolute(in_path)) in fill_pathname_resolve_relative()
857 strlcat(out_path, in_path, size); in fill_pathname_resolve_relative()
997 if (in_path[0] == '~') in fill_pathname_expand_special()
1023 in_path += 2; in fill_pathname_expand_special()
1028 else if (in_path[0] == ':') in fill_pathname_expand_special()
1054 in_path += 2; in fill_pathname_expand_special()
[all …]

12345678910>>...28