Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dftree.c64 static int ftsopts; /* options to be used on fts_open */ variable
93 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()