Home
last modified time | relevance | path

Searched refs:glob_remote (Results 1 – 7 of 7) sorted by relevance

/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DChannelSftp.java394 Vector v=glob_remote(dst); in put()
519 Vector v=glob_remote(dst); in put()
906 Vector v=glob_remote(src); in get()
1965 Vector v=glob_remote(path); in rm()
2024 Vector v=glob_remote(path); in chgrp()
2050 Vector v=glob_remote(path); in chown()
2076 Vector v=glob_remote(path); in chmod()
2102 Vector v=glob_remote(path); in setMtime()
2128 Vector v=glob_remote(path); in rmdir()
2388 Vector v=glob_remote(path); in setStat()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DChannelSftp.java394 Vector v=glob_remote(dst); in put()
519 Vector v=glob_remote(dst); in put()
891 Vector v=glob_remote(src); in get()
1938 Vector v=glob_remote(path); in rm()
1997 Vector v=glob_remote(path); in chgrp()
2023 Vector v=glob_remote(path); in chown()
2049 Vector v=glob_remote(path); in chmod()
2075 Vector v=glob_remote(path); in setMtime()
2101 Vector v=glob_remote(path); in rmdir()
2361 Vector v=glob_remote(path); in setStat()
[all …]
H A DChangeLog532 - bugfix: ChannelSftp invoked 'glob_remote' redundantly. FIXED.
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DChannelSftp.java394 Vector v=glob_remote(dst); in put()
519 Vector v=glob_remote(dst); in put()
891 Vector v=glob_remote(src); in get()
1938 Vector v=glob_remote(path); in rm()
1997 Vector v=glob_remote(path); in chgrp()
2023 Vector v=glob_remote(path); in chown()
2049 Vector v=glob_remote(path); in chmod()
2075 Vector v=glob_remote(path); in setMtime()
2101 Vector v=glob_remote(path); in rmdir()
2361 Vector v=glob_remote(path); in setStat()
[all …]
H A DChangeLog532 - bugfix: ChannelSftp invoked 'glob_remote' redundantly. FIXED.
/dports/net-p2p/shx/shx-0.2.4/src/
H A Dhx_commands.c3088 glob_remote (char *path, int *npaths)
3276 paths = glob_remote(path, &npaths);
3373 paths = glob_remote(path, &npaths);
3420 paths = glob_remote(path, &npaths);
3474 paths = glob_remote(src_path, &npaths);
3538 paths = glob_remote(src_path, &npaths);
3661 paths = glob_remote(path, &npaths);
4834 paths = glob_remote(rpath, &npaths);
5144 paths = glob_remote(rpath, &npaths);
/dports/net/jsch/jsch-0.1.55/
H A DChangeLog566 - bugfix: ChannelSftp invoked 'glob_remote' redundantly. FIXED.