Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-client.c1586 const char *progresspath; in progress_meter_path() local
1588 if ((progresspath = strrchr(path, '/')) == NULL) in progress_meter_path()
1590 progresspath++; in progress_meter_path()
1591 if (*progresspath == '\0') in progress_meter_path()
1593 return progresspath; in progress_meter_path()