Home | History | Annotate | Download | only in gen

Lines Matching defs:CHDIR

105 #define	CHDIR(sp, path)	(!ISSET(FTS_NOCHDIR) && chdir(path))
207 * If using chdir(2), grab a file descriptor pointing to dot to ensure
245 * the fts_accpath field specially so the chdir gets done to the right
405 * If have already read and now fail to chdir, whack the list
409 * directories back to the parent we don't do a chdir.
604 * If using chdir on a relative path and called BEFORE fts_read does
605 * its chdir to the root of a traversal, we can lose -- we need to
606 * chdir into the subdirectory, and we don't know where the current
607 * directory is, so we can't get back so that the upcoming chdir by
704 * and stay in the directory, chdir. If this fails we keep going,
705 * but set a flag so we don't chdir after the post-order visit.
708 * chdir into the directory, it will have to return different path