Home
last modified time | relevance | path

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

/freebsd/include/
H A Dfts.h69 long long fts_number; /* local numeric value */ member
70 #define fts_bignum fts_number /* XXX non-std, should go away */
/freebsd/lib/libc/gen/
H A Dfts-compat11.h53 long long fts_number; /* local numeric value */ member
H A Dfts-compat.h74 #define fts_number __union_ftsent.__struct_ftsent.__fts_number macro
H A Dfts.c1064 p->fts_number = 0; in fts_alloc()
H A Dfts-compat11.c1067 p->fts_number = 0; in fts_alloc()
H A Dfts-compat.c1076 p->fts_number = 0; in fts_alloc()
/freebsd/bin/rm/
H A Drm.c225 p->fts_number = SKIPPED; in rm_tree()
236 if (p->fts_number == SKIPPED) in rm_tree()
/freebsd/bin/cp/
H A Dcp.c407 if (!curr->fts_number) in copy()
522 curr->fts_number = pflag || dne; in copy()
/freebsd/bin/ls/
H A Dprint.c75 #define IS_NOPRINT(p) ((p)->fts_number == NO_PRINT)
274 if (p->fts_number == NO_PRINT) in printstream()
331 if (p->fts_number != NO_PRINT) in printcol()
H A Dls.c785 cur->fts_number = NO_PRINT; in display()
796 cur->fts_number = NO_PRINT; in display()
802 cur->fts_number = NO_PRINT; in display()