Home
last modified time | relevance | path

Searched refs:Ar (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp24 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 DArchive.h26 const object::Archive &Ar);
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.def226 .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 Dinvoke-ntpq.texi120 .No = Ns Ar value
/freebsd/contrib/ntp/ntpd/
H A Dntp.keys.def46 .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 Dntp.conf.def142 .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 Dinvoke-ntp.conf.texi1293 .No . Ns Ar 1992W1 .
2790 Ar early
2793 Ar late
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.def240 .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 Dntp-keygen-opts.def395 .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 Dmdoc-synopsis.tlib11 .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 Dcmd-doc.tlib516 (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 Dntp-wait-opts.def58 .Ar num-tries
62 .Ar secs-between-tries
72 .Ar ntpd -g
/freebsd/contrib/mandoc/
H A Dmandoc.css204 .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 DTODO679 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 DWITH_RATELIMIT8 .Ar txrlimit
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DObjCopy.h30 const object::Archive &Ar);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp177 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 Dbcm47094-asus-rt-ac3100.dts3 * Author: Arınç ÜNAL <arinc.unal@arinc9.com>
H A Dbcm47094-asus-rt-ac88u.dts3 * Author: Arınç ÜNAL <arinc.unal@arinc9.com>
H A Dbcm47094-asus-rt-ac3100.dtsi3 * Author: Arınç ÜNAL <arinc.unal@arinc9.com>
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1256 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 DThreadSafetyTIL.h851 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 Dlli.cpp581 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 Dbackzone1766 # 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 Dterminfo.src9702 # :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:\

12