/freebsd/lib/libfetch/ |
H A D | http.errors | 13 300 MOVED Multiple Choices 14 301 MOVED Moved Permanently 15 302 MOVED Moved Temporarily 16 303 MOVED See Other 19 307 MOVED Temporary Redirect 20 308 MOVED Permanent Redirect
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 1 // MoveChecker.cpp - Check use of moved-from objects. - C++ ---------------===// 9 // This defines checker which checks for potential misuses of a moved-from 10 // object. That means method calls on the object or copying it in moved-from 32 enum Kind { Moved, Reported } K; enumerator 37 bool isMoved() const { return K == Moved; } in isMoved() 40 static RegionState getMoved() { return RegionState(Moved); } in getMoved() 87 // STL smart pointers are automatically re-initialized to null when moved 307 OS << " is reset to null when moved from"; in VisitNode() 318 OS << " is moved"; in VisitNode() 410 OS << "Method called on moved-from object"; in tryToReportBug() [all …]
|
H A D | Move.h | 1 //=== Move.h - Tracking moved-from objects. ------------------------*- C++ -*-// 10 // dependent checkers to figure out if an object is in a moved-from state. 23 /// Returns true if the object is known to have been recently std::moved.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_004_pos.ksh | 37 # Destroyed pools devices was moved to another directory, it still can be 61 log_assert "Destroyed pools devices was moved to another directory," \ 74 log_note "Devices was moved to different directories." 82 log_note "Devices was moved to same directory." 88 log_pass "Destroyed pools devices was moved, 'zpool import -D' passed."
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_004_pos.ksh | 36 # Destroyed pools devices was moved to another directory, it still can be 70 log_note "Devices was moved to different directories." 78 log_note "Devices was moved to same directory." 90 log_assert "Destroyed pools devices was moved to another directory," \ 105 log_pass "Destroyed pools devices was moved, 'zpool import -D' passed."
|
H A D | zpool_import_missing_002_pos.ksh | 56 # will handle moved files successfullly. 130 log_note "Testing import by name; ${count} moved." 133 log_note "Testing import by GUID; ${count} moved."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_contents.ksh | 28 # 4. A file moved in the clone does not redact the file. 71 log_must mv "$clone_mnt/f1" "$clone_mnt/f1.moved" 77 [[ -f $recv_mnt/f1.moved ]] && log_fail "Found moved file in redacted receive." 91 [[ -f $recv_mnt/f1.copied ]] && log_fail "Found moved file in redacted receive." 104 [[ -f $recv_mnt/f1.copied ]] && log_fail "Found moved file in redacted receive."
|
/freebsd/contrib/dialog/ |
H A D | textbox.c | 589 bool moved = FALSE; in perform_search() local 666 moved = TRUE; in perform_search() 670 return moved; in perform_search() 725 bool moved; in dialog_textbox() local 763 moved = TRUE; in dialog_textbox() 800 if (moved) { in dialog_textbox() 838 moved = FALSE; /* assume we'll not move */ in dialog_textbox() 900 moved = TRUE; in dialog_textbox() 916 moved = TRUE; in dialog_textbox() 922 moved = TRUE; in dialog_textbox() [all …]
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | kmem_cache.h | 38 KMEM_CBRC_YES = 0, /* Object moved */ 39 KMEM_CBRC_NO = 1, /* Object not moved */ 40 KMEM_CBRC_LATER = 2, /* Object not moved, try again later */
|
/freebsd/usr.bin/m4/TEST/ |
H A D | hanoi.m4 | 37 define(moved,`move disk from $1 to $2 macro 40 define(trans, `ifelse($4,1,`moved($1,$2)', 41 `trans($1,$3,$2,DECR($4))moved($1,$2)trans($3,$2,$1,DECR($4))')')
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 184 bool sampled, old_sampled, moved; in prof_realloc() local 206 moved = (ptr != old_ptr); in prof_realloc() 210 } else if (moved) { in prof_realloc() 215 * prof_tctx_set() would work for the !moved case as well, but in prof_realloc() 217 * to do here in the presence of explicit knowledge re: moved in prof_realloc()
|
/freebsd/contrib/googletest/googletest/docs/ |
H A D | README.md | 1 # Content Moved 3 We are working on updates to the GoogleTest documentation, which has moved to
|
/freebsd/contrib/googletest/googlemock/docs/ |
H A D | README.md | 1 # Content Moved 3 We are working on updates to the GoogleTest documentation, which has moved to
|
/freebsd/contrib/nvi/vi/ |
H A D | v_yank.c | 29 * Historic vi moved the cursor to the from MARK if it was before the current 33 * column movement was usually relative. However, "y'a" moved the cursor to 34 * the first non-blank of the line marked by a, while "y`a" moved the cursor
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_simple_list.h | 258 * the source list are to be moved. 259 * @param[in, out] source_anchor this is the list which is to be moved to the 282 * the source list are to be moved. The destination list will 284 * @param[in, out] source_anchor this is the list which is to be moved to the 318 * the source list are to be moved. The destination list will 320 * @param[in, out] source_anchor this is the list which is to be moved to the
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MoveAutoInit.cpp | 33 STATISTIC(NumMoved, "Number of instructions moved"); 37 cl::desc("Maximum instructions to analyze per moved initialization")); 60 /// Finds a BasicBlock in the CFG where instruction `I` can be moved to while 190 // We finally found a place where I can be moved while not introducing extra in runMoveAutoInit() 205 // if two instructions are moved from the same BB to the same BB, we insert in runMoveAutoInit()
|
/freebsd/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 23 all the difficult stuff is moved to ldns. 88 * moved to configure 96 * moved to autoconf for building
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBlockPlacement.cpp | 172 // branching. An example loop structure where the Predecessor can't be moved, in fixBackwardsWLS() 173 // since bb2's WLS will become forwards once bb3 is moved before/above bb1. in fixBackwardsWLS() 260 // Since only the blocks are to be moved around (but the control flow must in moveBasicBlock() 276 // fall-through. Fix by adding an unconditional branch to the moved BB. in moveBasicBlock() 287 // Fix fall-through to the moved BB from the one that used to be before it. in moveBasicBlock() 293 // Fix fall through from the moved BB to the one that used to follow. in moveBasicBlock()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uberblock_impl.h | 39 * Note: the first two fields should never be moved. When a storage pool 41 * can be checked. If the ub_version field is moved, we may not detect 42 * version mismatch. If the ub_magic field is moved, applications that 157 * the ub_txg that the uberblock had at the time we moved it to
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | frontend.json | 77 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t… 89 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t… 101 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
|
/freebsd/sbin/gvinum/ |
H A D | gvinum.8 | 137 If a single subdisk is moved, and it forms a part of a RAID-5 plex, the moved 143 If multiple subdisk(s) is moved, and form part of a RAID-5 plex, the 144 moved disk(s) will need to be set to the 432 Plexes in which subdisks have been moved do not automatically sync or
|
/freebsd/contrib/sendmail/contrib/ |
H A D | re-mqueue.pl | 31 # every thirty minutes. Messages over 45 minutues old are moved to 33 # 3.25 hours old are moved to /var/spool/mqueue3 where sendmail runs every 34 # four hours. Messages more than a day old are moved to /var/spool/mqueue4 36 # tried at least twice in the first three queues before being moved to the 256 &syslog('info', '%s moved to %s', $mfile, $queueB);
|
/freebsd/contrib/llvm-project/lld/docs/MachO/ |
H A D | index.rst | 25 that if ``ld64.lld`` is moved out of ``bin``, it must still be accompanied 44 that if ``ld64.lld`` is moved out of ``bin``, it must still be accompanied
|
/freebsd/contrib/less/ |
H A D | forwback.c | 165 int moved = FALSE; in overlay_header() local 178 moved = TRUE; in overlay_header() 199 moved = TRUE; in overlay_header() 201 if (moved) in overlay_header() 203 return moved; in overlay_header()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAnalysisManager.h | 94 // We have to null out the analysis manager in the moved-from state in Result() 103 // We have to null out the analysis manager in the moved-from state 110 // InnerAM is cleared in a moved from state where there is nothing to do. in ~Result()
|