OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fts_set
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
fts.h
108
unsigned short fts_instr; /*
fts_set
() instructions */
122
int
fts_set
(FTS *, FTSENT *, int);
/ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h
108
unsigned short fts_instr; /*
fts_set
() instructions */
122
int
fts_set
(FTS *, FTSENT *, int);
/ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h
108
unsigned short fts_instr; /*
fts_set
() instructions */
122
int
fts_set
(FTS *, FTSENT *, int);
/bionic/libc/bionic/
fts.c
368
* User may have called
fts_set
on the node. If skipped,
442
*
Fts_set
takes the stream as an argument although it's not used in this
444
* semantics to fts using
fts_set
. An error return is allowed for similar
449
fts_set
(FTS *sp, FTSENT *p, int instr)
function
Completed in 876 milliseconds