/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | Archive.cpp | 24 createNewArchiveMembers(const MultiFormatConfig &Config, const Archive &Ar) { in createNewArchiveMembers() argument 27 for (const Archive::Child &Child : Ar.children(Err)) { in createNewArchiveMembers() 30 return createFileError(Ar.getFileName(), ChildNameOrErr.takeError()); in createNewArchiveMembers() 34 return createFileError(Ar.getFileName() + "(" + *ChildNameOrErr + ")", in createNewArchiveMembers() 46 return createFileError(Ar.getFileName(), Member.takeError()); in createNewArchiveMembers() 99 const object::Archive &Ar) { in executeObjcopyOnArchive() 101 createNewArchiveMembers(Config, Ar); in executeObjcopyOnArchive() 106 Ar.hasSymbolTable() ? SymtabWritingMode::NormalSymtab in executeObjcopyOnArchive() 108 Ar.kind(), CommonConfig.DeterministicArchives, 109 Ar 98 executeObjcopyOnArchive(const MultiFormatConfig & Config,const object::Archive & Ar) executeObjcopyOnArchive() argument [all...] |
H A D | Archive.h | 26 const object::Archive &Ar);
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.def | 226 .It Ic ? Op Ar command 227 .It Ic help Op Ar command 237 .It Ic addvars Ar name Ns Oo \&= Ns Ar value Oc Ns Op ,... 238 .It Ic rmvars Ar name Ns Op ,... 243 .Ar name Ns Op \&= Ns Ar value , 245 .No \&= Ns Ar value 305 .It Ic delay Op Ar milliseconds 322 .It Ic host Op Ar name 325 .Ar name 345 .It Ic keyid Op Ar keyid [all …]
|
H A D | invoke-ntpq.texi | 120 .No = Ns Ar value
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.keys.def | 46 .D1 Ar keyno type key opt_IP_list 49 .Ar keyno 51 .Ar type 53 .Ar key 55 .Ar opt_IP_list 58 .Ar keyno 62 .Ar opt_IP_list 68 .Ar opt_IP_list 74 .Ar key 77 .Ar type [all …]
|
H A D | ntp.conf.def | 142 .It Xo Ic pool Ar address 145 .Op Cm version Ar version 147 .Op Cm minpoll Ar minpoll 148 .Op Cm maxpoll Ar maxpoll 151 .It Xo Ic server Ar address 152 .Op Cm key Ar key \&| Cm autokey 155 .Op Cm version Ar version 157 .Op Cm minpoll Ar minpoll 158 .Op Cm maxpoll Ar maxpoll 162 .It Xo Ic peer Ar address [all …]
|
H A D | invoke-ntp.conf.texi | 1293 .No . Ns Ar 1992W1 . 2790 Ar early 2793 Ar late
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.def | 240 .It Ic \&? Ar command_keyword 241 .It Ic help Ar command_keyword 256 .It Ic delay Ar milliseconds 265 .It Ic host Ar hostname 284 .It Ic keyid Ar keyid 300 .It Ic timeout Ar milliseconds 384 .It Ic showpeer Ar peer_address Oo Ar ... Oc 389 .It Ic pstats Ar peer_address Oo Ar ... Oc 392 .It Ic clockstat Ar clock_peer_address Oo Ar ... Oc 521 .It Ic monlist Op Ar version [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen-opts.def | 395 .Ar keys 402 .Ar keys 519 .Ar hostname 521 .Ar filestamp 534 .Ar filestamp . 538 .Ar filestamp 545 .Ar filestamp 601 .Pa _ Ns Ar hostname . Ar filestamp , 603 .Ar hostname 608 .Ar filestamp [all …]
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc-synopsis.tlib | 11 .Op Fl flag Op Ar value 12 .Op Fl \-option-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 15 .Op Fl flag Op Ar value 21 .Op Fl \-option-name Ar value 25 .Op Ar option\-name Ar value
|
H A D | cmd-doc.tlib | 516 (string-append "Fl " tmp-val " Oo Ar cfgfile Oc" 518 " , Fl -save-opts Oo Ns = Ns Ar cfgfile Oc" ) "") 520 "save-opts Oo Ns = Ns Ar cfgfile Oc" ) 533 (string-append "Fl " tmp-val " Ar cfgfile" 535 (string-append " , " tmp-str "load-opts Ns = Ns Ar cfgfile" 538 (string-append tmp-str "load-opts Ns = Ns Ar cfgfile , " 558 (string-append "Fl " tmp-val " Op Brq Ar v|c|n" 560 " Fl -version Op Brq Ar v|c|n" ) "") 562 "version Op Brq Ar v|c|n" ) 850 (set! opt-arg (string-append "Ar "
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | ntp-wait-opts.def | 58 .Ar num-tries 62 .Ar secs-between-tries 72 .Ar ntpd -g
|
/freebsd/contrib/mandoc/ |
H A D | mandoc.css | 204 .Ar { font-style: italic; 275 .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft, 282 .Ar::before { content: "Ar"; } 313 .An::before, .Ar::before, .Cd::before, .Cm::before, 334 .An:hover::before, .Ar:hover::before, .Cd:hover::before, .Cm:hover::before,
|
H A D | TODO | 679 font changing macros like .Cm, .Ar, .Fa (from the mdoclint TODO) 699 .Fn Po prints "Po()", .Ar Sh prints "file ..." and no "Sh".
|
/freebsd/tools/build/options/ |
H A D | WITH_RATELIMIT | 8 .Ar txrlimit
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | ObjCopy.h | 30 const object::Archive &Ar);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 177 if (Archive *Ar = dyn_cast<Archive>(BinaryHolder.getBinary())) { in executeObjcopy() local 179 if (Error E = executeObjcopyOnArchive(ConfigMgr, *Ar)) in executeObjcopy()
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm47094-asus-rt-ac3100.dts | 3 * Author: Arınç ÜNAL <arinc.unal@arinc9.com>
|
H A D | bcm47094-asus-rt-ac88u.dts | 3 * Author: Arınç ÜNAL <arinc.unal@arinc9.com>
|
H A D | bcm47094-asus-rt-ac3100.dtsi | 3 * Author: Arınç ÜNAL <arinc.unal@arinc9.com>
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 1256 if (auto *Ar = dyn_cast<Archive>(Bin.get())) { in create() local 1258 for (auto &Child : Ar->children(Err)) { in create() 1277 if (Ar->isThin()) in create() 1278 for (auto &Buffer : Ar->takeThinBuffers()) in create()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 851 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() argument 852 : SExpr(A), Fun(F), Arg(Ar) {} in Apply() 886 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor 887 : SExpr(A), Sfun(Sf), Arg(Ar) {} in SExpr()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 581 std::unique_ptr<object::Archive> &Ar = ArOrErr.get(); in main() local 583 object::OwningBinary<object::Archive> OB(std::move(Ar), std::move(ArBuf)); in main()
|
/freebsd/contrib/tzdata/ |
H A D | backzone | 1766 # Fri. 6:30A Lv. HONOLOLU (Pearl Harbor), H.I. H.L.T. Ar. 5:30P Sun. 1767 # " 3:00P Ar. MIDWAY ISLAND . . . . . . . . . M.L.T. Lv. 6:00A "
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 9702 # :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\ 9731 # :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
|