Searched refs:FTS_SL (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dftw.c77 case FTS_SL:
H A Dnftw.c90 case FTS_SL:
H A Dfts.c351 (p->fts_info == FTS_SL || p->fts_info == FTS_SLNONE)) {
969 return (FTS_SL);
/netbsd-6-1-5-RELEASE/include/
H A Dfts.h118 #define FTS_SL 12 /* symbolic link */ macro
/netbsd-6-1-5-RELEASE/bin/chmod/
H A Dchmod.c177 case FTS_SL: /* Ignore. */
/netbsd-6-1-5-RELEASE/usr.bin/chflags/
H A Dchflags.c151 case FTS_SL: /* Ignore unless -h. */
160 * not FTS_SL but FTS_F or whatever. And we should
161 * use lchflags only for FTS_SL and should use chflags
/netbsd-6-1-5-RELEASE/sbin/chown/
H A Dchown.c182 case FTS_SL: /* Ignore unless -h. */
191 * not FTS_SL but FTS_F or whatever. And we should
192 * use lchown only for FTS_SL and should use chown
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dverify.c100 case FTS_SL:
H A Dcreate.c259 (p->fts_info == FTS_SL || p->fts_info == FTS_SLNONE))
/netbsd-6-1-5-RELEASE/usr.sbin/veriexecgen/
H A Dveriexecgen.c208 if (file->fts_info == FTS_SL) {
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c593 case FTS_SL:
/netbsd-6-1-5-RELEASE/libexec/makewhatis/
H A Dmakewhatis.c300 case FTS_SL:
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dfunction.c979 if (entry->fts_info == FTS_SL ||

Completed in 87 milliseconds