Searched refs:follow (Results 26 - 49 of 49) sorted by relevance

12

/freebsd-current/contrib/bmake/mk/
H A Dwarnings.mk151 # -Wno-* must follow any others
H A Dmeta.stage.mk314 # stage_*links usually needs to follow any others.
/freebsd-current/usr.bin/tail/
H A Dforward.c301 * follow -- display the file, from an offset, forward.
305 follow(file_info_t *files, enum STYLE style, off_t off) function
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1433 void follow(const SUnit *SU) { function in class:__anon1945::SchedDAGReverseDFS
1476 DFS.follow(&SU);
1493 DFS.follow(PredDep.getSUnit());
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk18 # After the :ts modifier, other modifiers can follow.
72 # The :ts modifier can follow other modifiers.
/freebsd-current/lib/libc/gen/
H A Dfts-compat.c335 * pointer, follow fails.
912 fts_stat(FTS *sp, FTSENT *p, int follow) argument
939 if (ISSET(FTS_LOGICAL) || follow) {
H A Dfts.c323 * pointer, follow fails.
893 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) argument
926 if (ISSET(FTS_LOGICAL) || follow) {
H A Dfts-compat11.c325 * pointer, follow fails.
895 fts_stat(FTS11 *sp, FTSENT11 *p, int follow, int dfd) argument
928 if (ISSET(FTS_LOGICAL) || follow) {
/freebsd-current/stand/lua/
H A Dcli.lua77 -- This function intentionally does not follow our general naming guideline for
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h657 /// // return true to follow this node.
658 /// bool follow(const SCEV *S);
667 if (Visited.insert(S).second && Visitor.follow(S))
726 bool follow(const SCEV *S) { function in struct:llvm::FindClosure
/freebsd-current/share/mk/
H A Dmeta.stage.mk314 # stage_*links usually needs to follow any others.
H A Dbsd.cpu.mk386 # The following properties are indicated with one of the follow values:
/freebsd-current/contrib/sendmail/src/
H A Dparseaddr.c2456 ** follow -- follow the q_next chain.
2504 printaddr(fp, a, follow)
2507 bool follow;
2662 if (!follow)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h634 /// @param follow When true, follows symlinks. Otherwise, the symlink itself is
639 bool follow = true);
/freebsd-current/sbin/fsck_ffs/
H A Dsuj.c350 * Determine whether it is safe to follow an indirect. It is not safe
354 * It is also not safe to follow an indirect if the cg bitmap has been
358 * Returns 1 if it's safe to follow the indirect and 0 otherwise.
907 blk_free_lbn(ufs2_daddr_t blk, ino_t ino, ufs_lbn_t lbn, int frags, int follow) argument
914 if (lbn <= -UFS_NDADDR && follow && mask == 0)
1535 * allocation we don't want to follow indirects as they
1770 * Add a reference to the list at all known locations. We follow the offset
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc289 // FILE_FLAG_OPEN_REPARSE_POINT (don't follow symlinks).
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl178 # they can affect outcome (follow 'and' with $mask). Also keep in mind
350 ! extract the bit by negating (follow $bi).
621 ! extract the bit by negating (follow $bi).
1912 ! |A7|A6|A5|A4|A3|A2|A1|A0|, where Ax is $accx, i.e. follow $accx
H A Decp_nistz256-armv8.pl496 // |A7|A6|A5|A4|A3|A2|A1|A0|, where Ax is $accx, i.e. follow $accx
1521 // |A7|A6|A5|A4|A3|A2|A1|A0|, where Ax is $accx, i.e. follow $accx
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c1395 that follow the specific option eg -D constant,20ms
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp463 // Sort by loop. Use a stable sort so that constants follow non-constants and
525 // Sort by loop. Use a stable sort so that constants follow non-constants.
2224 bool follow(const SCEV *S) { function in struct:__anon3009::SCEVFindUnsafe
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10254 int follow; member in struct:ev_opts
10536 (opts->follow ? ZEVENT_NONE : ZEVENT_NONBLOCK), zevent_fd);
10598 opts.follow = 1;
10624 if ((argc == 1 || opts.verbose || opts.scripted || opts.follow) &&
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3088 bool follow(const SCEV *S) {
4137 bool follow(const SCEV *S) {
6058 bool follow(const SCEV *S) {
8488 bool follow(const SCEV *S) {
9663 assert(Latch && "Should follow from NumIncomingValues == 2!");
13964 bool follow(const SCEV *S) {
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl132 // way to deduce it? If you follow operations, you can
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1877 versions. The only known exceptions follow:

Completed in 444 milliseconds

12