Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dsftp-client.c1576 const char *progresspath; in progress_meter_path() local
1578 if ((progresspath = strrchr(path, '/')) == NULL) in progress_meter_path()
1580 progresspath++; in progress_meter_path()
1581 if (*progresspath == '\0') in progress_meter_path()
1583 return progresspath; in progress_meter_path()