Searched refs:fts_number (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/include/
H A Dfts.h70 long long fts_number; /* local numeric value */ member in struct:_ftsent
71 #define fts_bignum fts_number /* XXX non-std, should go away */
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h75 #define fts_number __union_ftsent.__struct_ftsent.__fts_number macro
H A Dfts-compat.c1055 p->fts_number = 0;
H A Dfts.c1043 p->fts_number = 0;
/freebsd-11-stable/bin/cp/
H A Dcp.c361 if (!curr->fts_number)
457 curr->fts_number = pflag || dne;
/freebsd-11-stable/bin/ls/
H A Dls.c709 cur->fts_number = NO_PRINT;
720 cur->fts_number = NO_PRINT;
726 cur->fts_number = NO_PRINT;
H A Dprint.c80 #define IS_NOPRINT(p) ((p)->fts_number == NO_PRINT)
336 if (p->fts_number == NO_PRINT)
395 if (p->fts_number != NO_PRINT)
/freebsd-11-stable/bin/rm/
H A Drm.c195 * visit. The fts_number field flags skipped directories.
240 p->fts_number = SKIPPED;
251 if (p->fts_number == SKIPPED)

Completed in 91 milliseconds