| /netbsd-src/external/bsd/ntp/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 220 createNewArchiveMembers(const MultiFormatConfig &Config, const Archive &Ar) { in createNewArchiveMembers() argument 223 for (const Archive::Child &Child : Ar.children(Err)) { in createNewArchiveMembers() 226 return createFileError(Ar.getFileName(), ChildNameOrErr.takeError()); in createNewArchiveMembers() 230 return createFileError(Ar.getFileName() + "(" + *ChildNameOrErr + ")", in createNewArchiveMembers() 242 return createFileError(Ar.getFileName(), Member.takeError()); in createNewArchiveMembers() 259 const object::Archive &Ar) { in executeObjcopyOnArchive() argument 261 createNewArchiveMembers(ConfigMgr, Ar); in executeObjcopyOnArchive() 266 Ar.hasSymbolTable(), Ar.kind(), in executeObjcopyOnArchive() 267 Config.DeterministicArchives, Ar.isThin()); in executeObjcopyOnArchive() 362 if (Archive *Ar = dyn_cast<Archive>(BinaryHolder.getBinary())) { in executeObjcopy() local [all …]
|
| H A D | llvm-objcopy.h | 29 const object::Archive &Ar);
|
| /netbsd-src/external/bsd/ntp/dist/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 "
|
| /netbsd-src/external/bsd/ntp/dist/scripts/ntp-wait/ |
| H A D | ntp-wait-opts.def | 58 .Ar num-tries 62 .Ar secs-between-tries 72 .Ar ntpd -g
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | mandoc.css | 191 .Ar { font-style: italic; 262 .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft, 269 .Ar::before { content: "Ar"; } 300 .An::before, .Ar::before, .Cd::before, .Cm::before, 321 .An:hover::before, .Ar:hover::before, .Cd:hover::before, .Cm:hover::before,
|
| H A D | TODO | 454 font changing macros like .Cm, .Ar, .Fa (from the mdoclint TODO) 474 .Fn Po prints "Po()", .Ar Sh prints "file ..." and no "Sh".
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 767 alignas(64) uint8_t Ar[N + 8] = { in TEST() local 783 ForEachNonZeroByte(Ar, Ar + N, 100, CB); in TEST() 789 ForEachNonZeroByte(Ar + 9, Ar + N, 109, CB); in TEST() 795 ForEachNonZeroByte(Ar + 9, Ar + N - 9, 109, CB); in TEST()
|
| /netbsd-src/share/man/man8/ |
| H A D | MAKEDEV2manpage.awk | 110 print ".It Ar " target;
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.man/ |
| H A D | spell.ok | 1 Ar
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | elements | 18 Ar:18:39.95:Argon
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/ |
| H A D | llvm-lipo.cpp | 485 Expected<std::unique_ptr<Archive>> Ar = UO->getArchiveForArch(ArchType); in thinSlice() local 486 if (!Obj && !IRObj && !Ar) in thinSlice() 498 B = Ar->get(); in thinSlice()
|
| /netbsd-src/external/bsd/nvi/docs/ |
| H A D | ev | 20 ^Ar u Redo a command.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 1090 if (auto *Ar = dyn_cast<Archive>(Bin.get())) { in create() local 1092 for (auto &Child : Ar->children(Err)) { in create() 1110 if (Ar->isThin()) in create() 1111 for (auto &Buffer : Ar->takeThinBuffers()) in create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 842 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() argument 843 : SExpr(A), Fun(F), Arg(Ar) {} in Apply() 877 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor 878 : SExpr(A), Sfun(Sf), Arg(Ar) {} in SExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
| H A D | lli.cpp | 582 std::unique_ptr<object::Archive> &Ar = ArOrErr.get(); in main() local 584 object::OwningBinary<object::Archive> OB(std::move(Ar), std::move(ArBuf)); in main()
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | intvec.S | 161 tstl _C_LABEL(cold) # Ar we still in coldstart?
|
| /netbsd-src/external/gpl2/gmake/dist/po/ |
| H A D | tr.po | 30 msgstr "Dokunulup geçildi: Arşiv `%s' yok" 88 msgstr "*** [%s] Arşiv üyesi `%s' sahte olabilir; silinmedi" 93 msgstr "*** Arşiv üyesi `%s' sahte olabilir; silinmedi"
|
| /netbsd-src/external/gpl2/groff/dist/tmac/ |
| H A D | hyphenex.us | 793 Ar-kan-sas
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | backzone | 1317 # Fri. 6:30A Lv. HONOLOLU (Pearl Harbor), H.I. H.L.T. Ar. 5:30P Sun. 1318 # " 3:00P Ar. MIDWAY ISLAND . . . . . . . . . M.L.T. Lv. 6:00A "
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
| H A D | tr.po | 209 msgstr " Arşiv erişimini hızlandırmak için indeks üretir\n" 301 msgstr "Arşiv içinde %s girdisi yok.\n" 636 msgstr "Arşiv dosyasından mcore-elf dll oluşturulamadı: %s" 1664 " -s, --print-armap Arşiv üyelerinden gelen semboller için endeks içerir\n" 1715 "Arşiv endeksi:\n" 2333 " -a, --archive-headers Arşiv başlık bilgilerini gösterir\n"
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
| H A D | tr.po | 209 msgstr " Arşiv erişimini hızlandırmak için indeks üretir\n" 301 msgstr "Arşiv içinde %s girdisi yok.\n" 636 msgstr "Arşiv dosyasından mcore-elf dll oluşturulamadı: %s" 1664 " -s, --print-armap Arşiv üyelerinden gelen semboller için endeks içerir\n" 1715 "Arşiv endeksi:\n" 2333 " -a, --archive-headers Arşiv başlık bilgilerini gösterir\n"
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/po/ |
| H A D | tr.po | 63 msgstr "Arşiv dosyası değişim zaman damgası okunuyor" 87 msgstr "Arşiv nesne dosyası yanlış biçemde" 103 msgstr "Arşivin indeksi yok; ranlib çalıştırarak indeks ekleyin"
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/po/ |
| H A D | tr.po | 63 msgstr "Arşiv dosyası değişim zaman damgası okunuyor" 87 msgstr "Arşiv nesne dosyası yanlış biçemde" 103 msgstr "Arşivin indeksi yok; ranlib çalıştırarak indeks ekleyin"
|