Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dscp.c1252 size_t nslash; in prepare_remote_path() local
1260 if ((nslash = strspn(path + 2, "/")) == strlen(path + 2)) in prepare_remote_path()
1262 return xstrdup(path + 2 + nslash); in prepare_remote_path()