Home
last modified time | relevance | path

Searched refs:fchdir (Results 1 – 25 of 36) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dsave-cwd.c50 # undef fchdir
51 # define fchdir(Fd) (abort (), -1) macro
103 return fchdir (cwd->desc); in restore_cwd()
Dopenat.c74 if (fchdir (fd) != 0) in rpl_openat()
116 if (fchdir (fd) != 0) in fdopendir()
160 if (fchdir (fd) != 0) in fstatat()
Dchdir-long.c60 return fchdir (cdb->fd); in cdb_fchdir()
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dsave-cwd.m412 AC_CHECK_FUNCS_ONCE(fchdir)
/mirbsd/src/gnu/usr.bin/perl/
DREADME.os40090 when it gives you the option. If you want to remove fchdir(), which
99 and then compile Perl. The places where fchdir() is used have
100 alternatives for systems that do not have fchdir() available.
Dpp_sys.c3498 PUSHi(fchdir(PerlIO_fileno(IoIFP(io))) >= 0); in PP()
3502 PUSHi(fchdir(dirfd(IoDIRP(io))) >= 0); in PP()
Dconfig_h.SH1331 * This symbol, if defined, indicates that the fchdir routine is
DConfigure12283 : see if fchdir exists
12284 set fchdir d_fchdir
DChanges3557 Subject: Re: fchmod, fchown, fchdir
3575 Subject: [PATCH] Final (hopefully) fix for fchdir
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
DCwd.xs183 if (fchdir(fd) < 0) { in bsd_realpath()
202 (void)fchdir(fd); in bsd_realpath()
/mirbsd/src/usr.sbin/cron/
Datrun.c81 fchdir(cwd); in scan_atjobs()
117 fchdir(cwd); in scan_atjobs()
147 fchdir(cwd); in scan_atjobs()
/mirbsd/src/lib/libc/gen/
Dfts.c62 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
259 saved_errno = fchdir(sp->fts_rfd) ? errno : 0; in fts_close()
551 if (fchdir(fd)) in fts_children()
1068 ret = fchdir(newfd); in fts_safe_changedir()
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dchdir.t66 like($@, qr/^The fchdir function is unimplemented at/, "fchdir is unimplemented");
/mirbsd/src/include/
Dunistd.h148 int fchdir(int);
/mirbsd/src/bin/pax/
Dftree.c302 if (fchdir(cwdfd) < 0) { in ftree_arg()
Dar_subs.c369 if (!to_stdout && fchdir(cwdfd) != 0) in extract()
/mirbsd/src/lib/libc/sys/
DMakefile.inc44 close.o closefrom.o connect.o dup.o dup2.o fchdir.o \
222 MLINKS+=chdir.2 fchdir.2
/mirbsd/src/usr.bin/find/
Dfunction.c381 if (fchdir(dotfd)) { in f_exec()
498 if (fchdir(fd) == -1) { in f_execdir()
/mirbsd/src/scripts/
Dsystrace.sed47 native-fchdir: permit
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl588delta.pod22 filenames, if the system supports respectively C<fchdir>, C<fchmod> and
/mirbsd/src/gnu/usr.bin/cvs/
Dconfig.h.in247 /* Define to 1 if you have the `fchdir' function. */
Dconfigure.in195 fchdir \
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dconfig_H.wc146 * This symbol, if defined, indicates that the fchdir routine is
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce1317 * This symbol, if defined, indicates that the fchdir routine is
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc1307 * This symbol, if defined, indicates that the fchdir routine is

12