HomeSort by: relevance | last modified time | path
    Searched defs:ftsopts (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
ftree.c 112 static int ftsopts; /* options to be used on fts_open */ variable in typeref:typename:int
170 ftsopts = FTS_NOCHDIR;
183 ftsopts |= FTS_LOGICAL;
185 ftsopts |= FTS_PHYSICAL;
187 ftsopts |= FTS_COMFOLLOW;
189 ftsopts |= FTS_XDEV;
393 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL)
ftree.c 112 static int ftsopts; /* options to be used on fts_open */ variable in typeref:typename:int
170 ftsopts = FTS_NOCHDIR;
183 ftsopts |= FTS_LOGICAL;
185 ftsopts |= FTS_PHYSICAL;
187 ftsopts |= FTS_COMFOLLOW;
189 ftsopts |= FTS_XDEV;
393 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL)

Completed in 181 milliseconds