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

  /src/lib/libc/gen/
fts.c 106 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
293 if (fchdir(sp->fts_rfd) == -1)
440 * FCHDIR() failed below.
453 if (FCHDIR(sp, sp->fts_rfd)) {
510 if (FCHDIR(sp, sp->fts_rfd)) {
515 if (FCHDIR(sp, p->fts_symfd)) {
617 if (fchdir(fd)) {
899 FCHDIR(sp, sp->fts_rfd) :
1233 ret = fchdir(fd)
    [all...]
  /src/lib/librumphijack/
hijack.c 352 { DUALCALL_FCHDIR, "fchdir", RSYS_NAME(FCHDIR) },
1246 fchdir(int fd) function in typeref:typename:int
1253 op_fchdir = GETSYSCALL(rump, FCHDIR);
1257 op_fchdir = GETSYSCALL(host, FCHDIR);

Completed in 67 milliseconds