Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsftp-client.c1415 const char *progresspath; in progress_meter_path() local
1417 if ((progresspath = strrchr(path, '/')) == NULL) in progress_meter_path()
1419 progresspath++; in progress_meter_path()
1420 if (*progresspath == '\0') in progress_meter_path()
1422 return progresspath; in progress_meter_path()