Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Drealpath.c65 int fd, n, rootd, serrno = 0; in realpath() local
141 rootd = 1; in realpath()
143 rootd = 0; in realpath()
146 if (strlen(resolved) + strlen(wbuf) + rootd + 1 > MAXPATHLEN) { in realpath()
150 if (rootd == 0) in realpath()