Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dgetcwd.c78 int fd, n, rootd, serrno; local
149 rootd = 1;
151 rootd = 0;
154 if (strlen(resolved) + strlen(wbuf) + rootd + 1 > MAXPATHLEN) {
158 if (rootd == 0)