| /freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ | 
| H A D | eapol_test.sgml | 22       <arg>-c<replaceable>config file</replaceable></arg>23       <arg>-a<replaceable>server IP address</replaceable></arg>
 24       <arg>-A<replaceable>client IP address</replaceable></arg>
 25       <arg>-p<replaceable>UDP port</replaceable></arg>
 26       <arg>-s<replaceable>shared secret</replaceable></arg>
 27       <arg>-r<replaceable>re-authentications</replaceable></arg>
 28       <arg>-t<replaceable>timeout</replaceable></arg>
 29       <arg>-C<replaceable>Connect-Info</replaceable></arg>
 30       <arg>-M<replaceable>MAC address</replaceable></arg>
 31       <arg>-o<replaceable>file</replaceable></arg>
 [all …]
 
 | 
| H A D | wpa_cli.sgml | 21       <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>22       <arg>-g <replaceable>path to global ctrl_interface socket</replaceable></arg>
 23       <arg>-i <replaceable>ifname</replaceable></arg>
 25       <arg>-a <replaceable>action file</replaceable></arg>
 26       <arg>-P <replaceable>pid file</replaceable></arg>
 27       <arg>-G <replaceable>ping interval</replaceable></arg>
 28       <arg><replaceable>command ...</replaceable></arg>
 
 | 
| H A D | wpa_gui.sgml | 21       <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>22       <arg>-i <replaceable>ifname</replaceable></arg>
 23       <arg>-m <replaceable>seconds</replaceable></arg>
 
 | 
| H A D | wpa_priv.sgml | 21       <arg>-c <replaceable>ctrl path</replaceable></arg>23       <arg>-P <replaceable>pid file</replaceable></arg>
 24       <arg>driver:ifname <replaceable>[driver:ifname ...]</replaceable></arg>
 
 | 
| H A D | wpa_passphrase.sgml | 19       <arg><replaceable>ssid</replaceable></arg>20       <arg><replaceable>passphrase</replaceable></arg>
 
 | 
| H A D | wpa_supplicant.sgml | 20       <arg>-i<replaceable>ifname</replaceable></arg>21       <arg>-c<replaceable>config file</replaceable></arg>
 22       <arg>-D<replaceable>driver</replaceable></arg>
 23       <arg>-P<replaceable>PID_file</replaceable></arg>
 24       <arg>-f<replaceable>output file</replaceable></arg>
 25       <arg>-I<replaceable>additional config file</replaceable></arg>
 
 | 
| /freebsd/contrib/llvm-project/libcxx/include/ | 
| H A D | new | 52 void* operator new(std::size_t size);                                   // replaceable, nodiscard i…53 void* operator new(std::size_t size, std::align_val_t alignment);       // replaceable, C++17, nodi…
 54 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;   // replaceable, nodiscard i…
 56 …     const std::nothrow_t&) noexcept;                     // replaceable, C++17, nodiscard in C++20
 57 void  operator delete(void* ptr) noexcept;                              // replaceable
 58 void  operator delete(void* ptr, std::size_t size) noexcept;            // replaceable, C++14
 59 void  operator delete(void* ptr, std::align_val_t alignment) noexcept;  // replaceable, C++17
 61                       std::align_val_t alignment) noexcept;             // replaceable, C++17
 62 void  operator delete(void* ptr, const std::nothrow_t&) noexcept;       // replaceable
 64                       const std::nothrow_t&) noexcept;                  // replaceable, C++17
 [all …]
 
 | 
| /freebsd/contrib/expat/doc/ | 
| H A D | xmlwf.xml | 64       <arg><replaceable>OPTIONS</replaceable></arg>65       <arg><replaceable>FILE</replaceable> ...</arg>
 149 separately ("<option>-d</option> <replaceable>output</replaceable>") or concatenated with the
 150 option ("<option>-d</option><replaceable>output</replaceable>").  <command>&dhpackage;</command>
 157         <term><option>-a</option> <replaceable>factor</replaceable></ter
 [all...]
 | 
| /freebsd/sys/contrib/device-tree/Bindings/fsi/ | 
| H A D | fsi-controller.yaml | 13   FSI (FRU (Field Replaceable Unit) Service Interface) is a two wire bus. The
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ | 
| H A D | MetadataLoader.h | 76   /// Return the given metadata, creating a replaceable forward reference if
 | 
| H A D | MetadataLoader.cpp | 152   /// Return the given metadata, creating a replaceable forward reference if2508 /// Return the given metadata, creating a replaceable forward reference if
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ | 
| H A D | Metadata.h | 365   /// Check whether metadata is replaceable.377 /// Shared implementation of use-lists for replaceable metadata.
 397     assert(UseMap.empty() && "Cannot destroy in-use replaceable metadata");  in ~ReplaceableMetadataImpl()
 976     assert(getReplaceableUses() && "Expected non-null replaceable uses");
 1014   /// Make this replaceable, taking ownership of \c ReplaceableUses (which must
 1018     assert(ReplaceableUses && "Expected non-null replaceable uses");
 1029     assert(hasReplaceableUses() && "Expected to own replaceable uses");
 1267     assert(isReplaceable() && "Expected temporary/replaceable node");
 
 | 
| H A D | TrackingMDRef.h | 74   /// If \c MD isn't replaceable, the destructor will be a no-op.
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ | 
| H A D | X86OptimizeLEAs.cpp | 420 // 3) All uses of the Last LEA def register are replaceable, thus the450     // replaceable.  in isReplaceable()
 457     // the LEA is not replaceable.  in isReplaceable()
 462     // instruction - the LEA is not replaceable.  in isReplaceable()
 
 | 
| H A D | X86FixupInstTuning.cpp | 20 //          -- GOOD, always replaceable
 | 
| /freebsd/sys/contrib/openzfs/man/man7/ | 
| H A D | vdevprops.7 | 99 Field Replaceable Unit, usually a model number
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | 
| H A D | LICM.cpp | 1340 /// Returns true if a PHINode is a trivially replaceable with an1531          "Expect only trivially replaceable PHI");  in sinkThroughTriviallyReplaceablePHI()
 1574   // exposed to exit blocks through trivially replaceable PHIs while keeping the  in splitPredecessorsOfLoopExit()
 1586   //   %p = phi [%v1, %LB1], [%v2, %LB2] <-- non-trivially replaceable  in splitPredecessorsOfLoopExit()
 1597   //   %p1 = phi [%v1, %LB1]  <-- trivially replaceable  in splitPredecessorsOfLoopExit()
 1600   //   %p2 = phi [%v2, %LB2]  <-- trivially replaceable  in splitPredecessorsOfLoopExit()
 1639   // unreachable blocks with undef and make all user PHIs trivially replaceable.  in sink()
 1676     // replaceable.  in sink()
 1724     // The PHI must be trivially replaceable.  in sink()
 
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | 
| H A D | CanonicalType.h | 327 /// Replaceable canonical proxy adaptor class that provides the link330 /// The CanProxyAdaptor is a replaceable class template that is instantiated
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ | 
| H A D | InstCombiner.h | 383   /// replaceable with another preexisting expression. Here we add all uses of
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ | 
| H A D | CodeGenOptions.def | 248            0) ///< Enable poisoning operator new[] which is not a replaceable
 | 
| /freebsd/contrib/llvm-project/llvm/lib/IR/ | 
| H A D | Metadata.cpp | 242          "Expected un-replaceable metadata, since we didn't move a reference");  in retrack()1050   assert(!Context.hasReplaceableUses() && "Unexpected replaceable uses");  in storeDistinctInContext()
 
 | 
| /freebsd/sys/sys/ | 
| H A D | ata.h | 634     u_int8_t    replaceable_unit_code;	/* replaceable unit code */
 | 
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ | 
| H A D | CGDebugInfo.h | 138   /// Cache of replaceable forward declarations (functions and
 | 
| H A D | CGExprCXX.cpp | 1345   ///   to a replaceable global allocation function.  in EmitNewDeleteCall()1678     // If this was a call to a global replaceable allocation function that does  in EmitCXXNewExpr()
 
 | 
| /freebsd/sys/contrib/openzfs/include/sys/fs/ | 
| H A D | zfs.h | 1279 	uint64_t	vs_rsize;		/* replaceable dev size */
 |