Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-client.c1571 const char *progresspath; in progress_meter_path() local
1573 if ((progresspath = strrchr(path, '/')) == NULL) in progress_meter_path()
1575 progresspath++; in progress_meter_path()
1576 if (*progresspath == '\0') in progress_meter_path()
1578 return progresspath; in progress_meter_path()