Searched refs:ftsopts (Results 1 – 1 of 1) sorted by relevance
64 static int ftsopts; /* options to be used on fts_open */ variable93 ftsopts = FTS_NOCHDIR; in ftree_start()106 ftsopts |= FTS_LOGICAL; in ftree_start()108 ftsopts |= FTS_PHYSICAL; in ftree_start()110 ftsopts |= FTS_COMFOLLOW; in ftree_start()112 ftsopts |= FTS_XDEV; in ftree_start()322 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL) in ftree_arg()