Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dscp.c1303 size_t nslash; in prepare_remote_path() local
1311 if ((nslash = strspn(path + 2, "/")) == strlen(path + 2)) in prepare_remote_path()
1313 return xstrdup(path + 2 + nslash); in prepare_remote_path()