HomeSort by relevance Sort by last modified time
    Searched full:fdpath (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
bsd-closefrom.c 73 char fdpath[PATH_MAX], *endp; local
79 len = snprintf(fdpath, sizeof(fdpath), "/proc/%ld/fd", (long)getpid());
80 if (len > 0 && (size_t)len <= sizeof(fdpath) && (dirp = opendir(fdpath))) {

Completed in 576 milliseconds