HomeSort by: relevance | last modified time | path
    Searched defs:rootd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
aout2elf.c 319 int fd, n, rootd, serrno, nlnk = 0; local in function:target_realpath
411 rootd = 1;
413 rootd = 0;
416 if (strlen(resolved) + strlen(wbuf) + (rootd ? 0 : 1) + 1 >
421 if (rootd == 0)
aout2elf.c 319 int fd, n, rootd, serrno, nlnk = 0; local in function:target_realpath
411 rootd = 1;
413 rootd = 0;
416 if (strlen(resolved) + strlen(wbuf) + (rootd ? 0 : 1) + 1 >
421 if (rootd == 0)

Completed in 23 milliseconds