Home
last modified time | relevance | path

Searched refs:ftsopts (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/bin/pax/
Dftree.c68 static int ftsopts; /* options to be used on fts_open */ variable
98 ftsopts = FTS_NOCHDIR; in ftree_start()
111 ftsopts |= FTS_LOGICAL; in ftree_start()
113 ftsopts |= FTS_PHYSICAL; in ftree_start()
115 ftsopts |= FTS_COMFOLLOW; in ftree_start()
117 ftsopts |= FTS_XDEV; in ftree_start()
326 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL) in ftree_arg()