Searched refs:old_dirfd (Results 1 – 1 of 1) sorted by relevance
392 int old_dirfd = open(".", O_RDONLY), result; in mknodat() local394 if (old_dirfd == -1 || fchdir(dirfd) == -1) return -1; in mknodat()396 if (fchdir(old_dirfd) == -1) perror_exit("mknodat couldn't return"); in mknodat()