/freebsd-src/contrib/kyua/doc/ |
H A D | Makefile.am.inc | 30 $(MKDIR_P) doc; \ 31 $(SHELL) $(srcdir)/doc/manbuild.sh \ 40 "$(srcdir)/doc/$${name}.in" "doc/$${name}" 42 DIST_MAN_DEPS = doc/manbuild.sh \ 43 doc/build-root.mdoc \ 44 doc/results-file-flag-read.mdoc \ 45 doc/results-file-flag-write.mdoc \ 46 doc/results-files.mdoc \ 47 doc/results-files-report-example.mdoc \ 48 doc/test-filters.mdoc \ [all …]
|
/freebsd-src/contrib/ncurses/ |
H A D | MANIFEST | 9 ./Ada95/doc/Makefile.in 37 ./Ada95/package/AdaCurses-doc.spec 240 ./doc/hackguide.doc 241 ./doc/html/Ada95.html 242 ./doc/html/NCURSES-Programming-HOWTO.html 243 ./doc/html/ada/files.htm 244 ./doc/html/ada/files/T.htm 245 ./doc/html/ada/funcs.htm 246 ./doc/html/ada/funcs/A.htm 247 ./doc/html/ada/funcs/B.htm [all …]
|
H A D | dist.mk | 68 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml 79 doc/html/announce.html: announce.html.in 85 ANNOUNCE : doc/html/announce.html 86 $(DUMP2) doc/html/announce.html > $@ 88 doc/ncurses-intro.doc: doc/html/ncurses-intro.html 89 $(DUMP2) doc/html/ncurses-intro.html > $@ 90 doc/hackguide.doc: doc/html/hackguide.html 91 $(DUMP2) doc/html/hackguide.html > $@ 103 @for f in doc/html/man/*.html; do \ 110 @mkdir -p doc/html/man [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | yaml2obj.cpp | 28 yaml::YamlObjectFile Doc; in convertYAML() local 29 YIn >> Doc; in convertYAML() 35 if (Doc.Arch) in convertYAML() 36 return yaml2archive(*Doc.Arch, Out, ErrHandler); in convertYAML() 37 if (Doc.Elf) in convertYAML() 38 return yaml2elf(*Doc.Elf, Out, ErrHandler, MaxSize); in convertYAML() 39 if (Doc.Coff) in convertYAML() 40 return yaml2coff(*Doc.Coff, Out, ErrHandler); in convertYAML() 41 if (Doc.Goff) in convertYAML() 42 return yaml2goff(*Doc.Goff, Out, ErrHandler); in convertYAML() [all …]
|
H A D | OffloadEmitter.cpp | 21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload() argument 22 for (const auto &Member : Doc.Members) { in yaml2offload() 45 if (Doc.Version) in yaml2offload() 46 TheHeader->Version = *Doc.Version; in yaml2offload() 47 if (Doc.Size) in yaml2offload() 48 TheHeader->Size = *Doc.Size; in yaml2offload() 49 if (Doc.EntryOffset) in yaml2offload() 50 TheHeader->EntryOffset = *Doc.EntryOffset; in yaml2offload() 51 if (Doc.EntrySize) in yaml2offload() 52 TheHeader->EntrySize = *Doc.EntrySize; in yaml2offload()
|
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 70 addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (PC) as a section offset address (lldb.SBAddress).''') 71 fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an unsigned integer.''') 72 sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an unsigned integer.''') 73 module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) for this stack frame.''') 74 compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that represents the compile unit (lldb.SBCompileUnit) for this stack frame.''') 75 function = property(GetFunction, None, doc='''A read only property that returns an lldb object that represents the function (lldb.SBFunction) for this stack frame.''') 76 symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) for this stack frame.''') 77 block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the block (lldb.SBBlock) for this stack frame.''') 78 is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that indicates if the block frame is an inlined function.''') 79 name = property(GetFunctionName, None, doc [all...] |
H A D | SBValueExtensions.i | 51 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() … 52 …child = property(get_child_access_object, None, doc='''A read only property that returns an object… 53 …name = property(GetName, None, doc='''A read only property that returns the name of this value as … 54 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that … 55 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 56 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t… 57 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used … 58 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value … 59 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera… 60 …changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean val… [all …]
|
H A D | SBTypeExtensions.i | 10 …name = property(GetName, None, doc='''A read only property that returns the name for this member a… 11 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres… 12 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in … 13 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi… 14 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem… 15 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns… 56 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty… 57 …name = property(GetName, None, doc='''A read only property that returns the name for this type as … 58 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this… 59 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… [all …]
|
H A D | SBDataExtensions.i | 137 uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like object out of which you can read uint8 values.''') 138 uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of which you can read uint16 values.''') 139 uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-like object out of which you can read uint32 values.''') 140 uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-like object out of which you can read uint64 values.''') 141 sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like object out of which you can read sint8 values.''') 142 sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-like object out of which you can read sint16 values.''') 143 sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-like object out of which you can read sint32 values.''') 144 sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-like object out of which you can read sint64 values.''') 145 float = property(_make_helper_float, None, doc='''A read only property that returns an array-like object out of which you can read float values.''') 146 double = property(_make_helper_double, None, doc [all...] |
H A D | SBThreadExtensions.i | 48 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte… 49 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a… 50 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb… 51 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that … 52 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s… 53 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll… 54 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec… 55 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as… 56 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n… 57 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue … [all …]
|
H A D | SBSectionExtensions.i | 22 …name = property(GetName, None, doc='''A read only property that returns the name of this section a… 23 …addr = property(get_addr, None, doc='''A read only property that returns an lldb object that repre… 24 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer tha… 25 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 26 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs… 27 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size… 28 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that… 29 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration… 30 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the … 31 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
|
H A D | SBProcessExtensions.i | 85 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(… 86 …thread = property(get_threads_access_object, None, doc='''A read only property that returns an obj… 87 …is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean val… 88 …is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean… 89 …is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean… 90 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in… 91 …target = property(GetTarget, None, doc='''A read only property that an lldb object that represents… 92 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of… 93 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that… 94 …state = property(GetState, None, doc='''A read only property that returns an lldb enumeration valu… [all …]
|
H A D | SBSymbolExtensions.i | 17 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a… 18 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 19 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value … 20 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 21 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 22 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 23 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 24 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha… 25 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
|
H A D | SBTargetExtensions.i | 178 modules = property(get_modules_array, None, doc='''A read only property that returns a list() of lldb.SBModule objects contained in this target. This list is a list all modules that the target currently is tracking (the main executable and all dependent shared libraries).''') 179 module = property(get_modules_access_object, None, doc=r'''A read only property that returns an object that implements python operator overloading with the square brackets().\n target.module[<int>] allows array access to any modules.\n target.module[<str>] allows access to modules by basename, full path, or uuid string value.\n target.module[uuid.UUID()] allows module access by UUID.\n target.module[re] allows module access using a regular expression that matches the module full path.''') 180 process = property(GetProcess, None, doc='''A read only property that returns an lldb object that represents the process (lldb.SBProcess) that this target owns.''') 181 executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object that represents the main executable module (lldb.SBModule) for this target.''') 182 debugger = property(GetDebugger, None, doc='''A read only property that returns an lldb object that represents the debugger (lldb.SBDebugger) that owns this target.''') 183 num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the number of breakpoints that this target has as an integer.''') 184 breakpoints = property(get_target_bkpts, None, doc='''A read only property that returns a list() of lldb.SBBreakpoint objects for all breakpoints in this target.''') 185 breakpoint = property(get_bkpts_access_object, None, doc='''A read only property that returns an object that can be used to access breakpoints as an array ("bkpt_12 = lldb.target.bkpt[12]").''') 186 num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the number of watchpoints that this target has as an integer.''') 187 watchpoints = property(get_target_watchpoints, None, doc [all...] |
H A D | SBFunctionExtensions.i | 14 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 15 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 16 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 17 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 18 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 19 …name = property(GetName, None, doc='''A read only property that returns the name for this function… 20 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 21 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
|
/freebsd-src/contrib/expat/tests/ |
H A D | alloc_tests.c | 78 "<doc>Hello, world</doc>"; in START_TEST() 127 "<doc>Hello, world</doc>"; in START_TEST() 153 "<doc>" in START_TEST() 155 "</doc>"; in START_TEST() 178 "<doc>" in START_TEST() 181 "</doc>"; in START_TEST() 222 "Q?><doc/>"; in START_TEST() 246 "<doc>Hi</doc>"; in START_TEST() 269 "<doc>" in START_TEST() 272 "</doc>"; in START_TEST() [all …]
|
H A D | basic_tests.c | 82 char text[] = "<doc>\0</doc>"; in START_TEST() 95 expect_failure("<doc>�</doc>", XML_ERROR_BAD_CHAR_REF, in START_TEST() 189 = "<doc>\n" in START_TEST() 196 "</doc>\n"; in START_TEST() 224 "<doc>éèàçêÈ</doc>"; in START_TEST() 237 "<doc>éèàçêÈ</doc>"; in START_TEST() 4655 char doc[1024]; START_TEST() local [all...] |
/freebsd-src/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 16 doc = <<- _EndOfDoc_ 27 doc = <<- _EndOfDoc_ 38 doc = <<- _EndOfDoc_ 50 doc = <<- _EndOfDoc_ 61 doc = <<- _EndOfDoc_ 70 doc = <<- _EndOfDoc_ 84 doc = <<- _EndOfDoc_ 101 doc = <<- _EndOfDoc_ 121 doc = <<- _EndOfDoc_ 142 doc = <<- _EndOfDoc_ [all …]
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | xml_libxml2.c | 56 xmlDocPtr doc; in xml_validate() local 67 doc = xmlNewDoc((xmlChar *) "1.0"); in xml_validate() 68 if (doc == NULL) in xml_validate() 70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1); in xml_validate() 72 xmlFreeDoc(doc); in xml_validate() 75 xmlDocSetRootElement(doc, n); in xml_validate() 91 ret = xmlSchemaValidateDoc(vctx, doc); in xml_validate() 93 xmlFreeDoc(doc); in xml_validate() 118 xmlDocPtr doc; in xml_validate_dtd() local 128 doc = xmlNewDoc((xmlChar *) "1.0"); in xml_validate_dtd() [all …]
|
/freebsd-src/share/mk/ |
H A D | bsd.doc.mk | 1 # The include file <bsd.doc.mk> handles installing BSD troff documents. 11 # DOC Document name. [paper] 62 DOC?= paper 91 DFILE.html= ${DOC}.html 95 DFILE.${_dev}= ${DOC}.${_dev} 97 DFILE.${_dev}= ${DOC}.${_dev}${DCOMPRESS_EXT} 135 CLEANFILES+= ${DOC}.${_dev} ${DOC}.${_dev}${DCOMPRESS_EXT} 137 CLEANFILES+= ${DOC}.ascii ${DOC}.ascii${DCOMPRESS_EXT} \ 138 ${DOC}.ps ${DOC}.ps${DCOMPRESS_EXT} \ 139 ${DOC}.html ${DOC}-*.html [all …]
|
/freebsd-src/crypto/openssh/contrib/suse/ |
H A D | openssh.spec | 100 - Marked all manual pages as %doc(umentation) 196 %doc ChangeLog OVERVIEW README* PROTOCOL* 197 %doc TODO CREDITS LICENCE 217 %attr(0644,root,root) %doc %{_mandir}/man1/scp.1* 218 %attr(0644,root,root) %doc %{_mandir}/man1/sftp.1* 219 %attr(0644,root,root) %doc %{_mandir}/man1/ssh.1* 220 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-add.1* 221 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1* 222 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-keygen.1* 223 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-keyscan.1* [all …]
|
/freebsd-src/contrib/ntp/scripts/update-leap/ |
H A D | update-leap-opts.def | 19 doc = <<- _EndOfDoc_ 29 doc = <<- _EndOfDoc_ 40 doc = <<- _EndOfDoc_ 53 doc = <<- _EndOfDoc_ 64 doc = <<- _EndOfDoc_ 75 doc = <<- _EndOfDoc_ 88 doc = <<- _EndOfDoc_ 99 doc = <<- _EndOfDoc_ 107 doc = <<- _EndOfDoc_ 115 doc-section = { [all …]
|
/freebsd-src/contrib/ntp/sntp/ |
H A D | sntp-opts.def | 27 doc = <<- _EndOfDoc_ 38 doc = <<- _EndOfDoc_ 50 doc = <<- _EndOfDoc_ 66 doc = <<- _EndOfDoc_ 81 doc = <<- _EndOfDoc_ 103 doc = <<- _EndOfDoc_ 118 doc = <<- _EndOfDoc_ 132 doc = <<- _EndOfDoc_ 146 doc = <<- _EndOfDoc_ 158 doc [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | yaml2obj.h | 69 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH); 70 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 71 bool yaml2goff(GOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 72 bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, 74 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH); 75 bool yaml2minidump(MinidumpYAML::Object &Doc, raw_ostream &Out, 77 bool yaml2offload(OffloadYAML::Binary &Doc, raw_ostream &Out, ErrorHandler EH); 78 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 79 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 80 bool yaml2dxcontainer(DXContainerYAML::Object &Doc, raw_ostream &Out,
|
/freebsd-src/targets/pseudo/userland/share/ |
H A D | Makefile.depend | 8 share/doc/IPv6 \ 9 share/doc/atf \ 10 share/doc/legal/intel_ipw \ 11 share/doc/legal/intel_iwi \ 12 share/doc/legal/intel_iwn \ 13 share/doc/legal/intel_wpi \ 14 share/doc/legal/realtek \ 15 share/doc/llvm/clang \ 16 share/doc/pjdfstest \
|