Home
last modified time | relevance | path

Searched refs:FTS_NOSTAT (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-fts.c47 FTS *ftsp = fts_open (curr_dir, FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0); in fts_dealloc()
62 FTS *ftsp = fts_open (argv, FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0); in remove_tree()
138 ftsp = fts_open (argv, FTS_SEEDOT | FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0); in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dfts.h49 #define FTS_NOSTAT (1<<4) /* don't stat children */ macro
94 #define FTS_SKIP FTS_NOSTAT /* skip FTS_D directory */
H A Dftwalk.h67 #define FTW_DELAY FTS_NOSTAT
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dfts.h49 #define FTS_NOSTAT (1<<4) /* don't stat children */ macro
94 #define FTS_SKIP FTS_NOSTAT /* skip FTS_D directory */
H A Dftwalk.h67 #define FTW_DELAY FTS_NOSTAT
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dfts.h49 #define FTS_NOSTAT 0x00000010 /* don't stat children */ macro
96 #define FTS_SKIP FTS_NOSTAT /* skip FTS_D directory */
H A Dftwalk.h67 #define FTW_DELAY FTS_NOSTAT
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dfts.c689 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
700 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
932 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1057 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1062 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1069 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1076 if (ISSET(FTS_NOSTAT)) in fts_alloc()
/dports/lang/gawk/gawk-5.1.1/extension/
H A Dgawkfts.c709 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
720 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
953 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1078 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1083 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1090 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1097 if (ISSET(FTS_NOSTAT)) in fts_alloc()
H A Dgawkfts.h68 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dfts_open.c698 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
709 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
943 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1068 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1073 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1080 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1087 if (ISSET(FTS_NOSTAT)) in fts_alloc()
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/fts/
H A Dfts.c666 } else if(ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
676 (void)printf("NOSTAT %d PHYSICAL %d SEEDOT %d\n", ISSET(FTS_NOSTAT), in fts_build()
905 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1026 if(!ISSET(FTS_NOSTAT)) in fts_alloc()
1031 if(!ISSET(FTS_NOSTAT)) in fts_alloc()
1037 if(!ISSET(FTS_NOSTAT)) in fts_alloc()
1044 if(ISSET(FTS_NOSTAT)) in fts_alloc()
/dports/security/amavisd-milter/amavisd-milter-1.7.0/compat/
H A Dfts_open.c629 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
640 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
859 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
978 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
983 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
990 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
H A Dfts_compat.h71 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dfts.c812 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
823 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
1043 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat_dirent()
1121 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1254 if (!ISSET(FTS_NOSTAT))
1259 if (!ISSET(FTS_NOSTAT))
1267 if (!ISSET(FTS_NOSTAT))
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dfts.c581 else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
592 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
810 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
918 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
926 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dfts_compat.c629 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
640 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
841 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
965 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
970 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
H A Dfts_compat.h55 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/dports/net/owamp/owamp-3.3/owampd/
H A Dfts.c614 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
625 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
838 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
958 if(ISSET(FTS_NOSTAT))
966 if(ISSET(FTS_NOSTAT)){
H A Dfts.h62 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dfts.h52 #define FTS_NOSTAT 0x0008 /* don't get stat info */ macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dfts.h54 #define FTS_NOSTAT 0x0008 /* don't get stat info */ macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dfts.h54 #define FTS_NOSTAT 0x0008 /* don't get stat info */ macro
/dports/devel/elfutils/elfutils-0.179/tests/
H A Dlfs-symbols4 # fts* - linux-kernel-modules.c is careful with FTS_NOSTAT
/dports/archivers/rpm4/rpm-4.16.1.3/misc/
H A Dfts.c657 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
668 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
886 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1007 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
1016 if (!ISSET(FTS_NOSTAT)) in fts_alloc()

1234567