Searched refs:FTS_NAMEONLY (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/include/
H A Dfts.h60 #define FTS_NAMEONLY 0x100 /* (private) child names only */ macro
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c371 if (sp->fts_child != NULL && ISSET(FTS_NAMEONLY)) {
372 CLR(FTS_NAMEONLY);
522 if (instr != 0 && instr != FTS_NAMEONLY) {
556 if (instr == FTS_NAMEONLY) {
557 SET(FTS_NAMEONLY);
H A Dfts-compat.h58 #define FTS_NAMEONLY 0x100 /* (private) child names only */ macro
H A Dfts.c362 if (sp->fts_child != NULL && ISSET(FTS_NAMEONLY)) {
363 CLR(FTS_NAMEONLY);
517 if (instr != 0 && instr != FTS_NAMEONLY) {
551 if (instr == FTS_NAMEONLY) {
552 SET(FTS_NAMEONLY);
/freebsd-11-stable/bin/ls/
H A Dls.c539 options & FTS_NOSTAT ? FTS_NAMEONLY : 0;

Completed in 167 milliseconds