OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025