Searched refs:local_path (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ |
H A D | merge.sh | 38 local_path=$2 41 all=$( (list_files $upstream_path; list_files $local_path) | sort | uniq) 44 if [ -f $upstream_path/$f -a -f $local_path/$f ]; then 47 cp -v $upstream_path/$f $local_path 50 cp -v $upstream_path/$f $local_path 51 $VCS add $local_path/$f 52 elif [ -f $local_path/$f ]; then 54 $VCS rm $local_path/$f
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
H A D | merge.sh | 35 local_path=$2 38 all=$( (list_files $upstream_path; list_files $local_path) | sort | uniq) 41 if [ -f $upstream_path/$f -a -f $local_path/$f ]; then 44 cp -v $upstream_path/$f $local_path 47 cp -v $upstream_path/$f $local_path 48 git add $local_path/$f 49 elif [ -f $local_path/$f ]; then 51 git rm $local_path/$f
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sftp-client.c | 1584 const char *local_path, Attrib *a, int preserve_flag, int resume_flag, in sftp_download() argument 1602 remote_path, local_path); in sftp_download() 1636 local_fd = open(local_path, O_WRONLY | O_CREAT | in sftp_download() 1639 error("open local \"%s\": %s", local_path, strerror(errno)); in sftp_download() 1645 local_path, strerror(errno)); in sftp_download() 1649 error("\"%s\" has negative size", local_path); in sftp_download() 1654 "local file is larger than remote", local_path); in sftp_download() 1821 "server reordered requests", local_path); in sftp_download() 1825 error("local ftruncate \"%s\": %s", local_path, in sftp_download() 1833 error("write local \"%s\": %s", local_path, in sftp_download() [all …]
|