Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/freebsd-14.2/contrib/kyua/doc/
H A DMakefile.am.inc40 "$(srcdir)/doc/$${name}.in" "doc/$${name}"
56 doc/kyua-about.1: $(srcdir)/doc/kyua-about.1.in $(MAN_DEPS)
80 doc/kyua-debug.1: $(srcdir)/doc/kyua-debug.1.in $(MAN_DEPS)
86 doc/kyua-help.1: $(srcdir)/doc/kyua-help.1.in $(MAN_DEPS)
92 doc/kyua-list.1: $(srcdir)/doc/kyua-list.1.in $(MAN_DEPS)
116 doc/kyua-test.1: $(srcdir)/doc/kyua-test.1.in $(MAN_DEPS)
122 doc/kyua.1: $(srcdir)/doc/kyua.1.in $(MAN_DEPS)
128 doc/kyua.conf.5: $(srcdir)/doc/kyua.conf.5.in $(MAN_DEPS)
134 doc/kyuafile.5: $(srcdir)/doc/kyuafile.5.in $(MAN_DEPS)
143 doc/manbuild_test: $(srcdir)/doc/manbuild_test.sh Makefile
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i60 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (…
61 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
62 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u…
63 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
66 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
67 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
68 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
71 …thread = property(GetThread, None, doc='''A read only property that returns an lldb object that re…
72 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly…
73 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra…
[all …]
H A DSBValueExtensions.i53 …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…
58 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value …
62 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre…
64 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that …
67 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this…
70 …location = property(GetLocation, None, doc='''A read only property that returns the location of th…
71 …target = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that…
76 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o…
[all …]
H A DSBTypeExtensions.i10 …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…
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…
61 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean …
[all …]
H A DSBThreadExtensions.i48 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
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 …
58 …stop_reason = property(GetStopReason, None, doc='''A read only property that returns an lldb enume…
59 …is_suspended = property(IsSuspended, None, doc='''A read only property that returns a boolean valu…
[all …]
H A DSBDataExtensions.i137 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like …
138 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik…
139 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik…
140 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik…
141 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like …
142 …sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-lik…
143 …sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-lik…
144 …sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik…
145 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like …
146 …double = property(_make_helper_double, None, doc='''A read only property that returns an array-lik…
[all …]
H A DSBSectionExtensions.i22 …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 DSBProcessExtensions.i85 …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…
95 …exit_state = property(GetExitStatus, None, doc='''A read only property that returns an exit status…
96 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
[all …]
H A DSBSymbolExtensions.i17 …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 DSBAddressExtensions.i43 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
44 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
45 …line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object …
46 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
47 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
48 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
49 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in …
50 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that …
51 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address f…
52 …load_addr = property(__get_load_addr_property__, __set_load_addr_property__, doc='''A read/write p…
H A DSBFunctionExtensions.i14 …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…
H A DSBTargetExtensions.i180 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
182 …debugger = property(GetDebugger, None, doc='''A read only property that returns an lldb object tha…
183 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
184 …breakpoints = property(get_target_bkpts, None, doc='''A read only property that returns a list() o…
186 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
189 …broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lldb object that …
191 …addr_size = property(GetAddressByteSize, None, doc='''A read only property that returns the size i…
192 …triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arc…
193 …data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
194 …code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size…
[all …]
H A DSBBlockExtensions.i48 …parent = property(GetParent, None, doc='''A read only property that returns the same result as Get…
49 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu…
50 …call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declarat…
51 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
52 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
53 …inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only property that returns…
54 …range = property(get_ranges_access_object, None, doc='''A read only property that allows item acce…
55 …ranges = property(get_ranges_array, None, doc='''A read only property that returns a list() object…
56 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
H A DSBSymbolContextExtensions.i6 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti…
7 …compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t…
8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
9 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting …
10 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti…
11 …line_entry = property(GetLineEntry, SetLineEntry, doc='''A read/write property that allows the get…
H A DSBInstructionExtensions.i25 …mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnem…
26 …operands = property(__operands_property__, None, doc='''A read only property that returns the oper…
27 …comment = property(__comment_property__, None, doc='''A read only property that returns the commen…
28 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb object that rep…
29 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes for …
30 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
H A DSBErrorExtensions.i9 …value = property(GetError, None, doc='''A read only property that returns the same result as GetEr…
10 …fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''')
11 …success = property(Success, None, doc='''A read only property that returns the same result as Succ…
12 …description = property(GetCString, None, doc='''A read only property that returns the same result …
13 …type = property(GetType, None, doc='''A read only property that returns the same result as GetType…
H A DSBModuleExtensions.i218 …symbols = property(get_symbols_array, None, doc='''A read only property that returns a list() of l…
220 …sections = property(get_sections_array, None, doc='''A read only property that returns a list() of…
221 …compile_units = property(get_compile_units_array, None, doc='''A read only property that returns a…
228 …uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UU…
229 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
230 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
231 …byte_order = property(GetByteOrder, None, doc='''A read only property that returns an lldb enumera…
232 …addr_size = property(GetAddressByteSize, None, doc='''A read only property that returns the size i…
233 …triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arc…
234 …num_symbols = property(GetNumSymbols, None, doc='''A read only property that returns number of sym…
[all …]
H A DSBBreakpointExtensions.i47 …locations = property(get_breakpoint_location_list, None, doc='''A read only property that returns …
48 …location = property(get_locations_access_object, None, doc='''A read only property that returns an…
49 … id = property(GetID, None, doc='''A read only property that returns the ID of this breakpoint.''')
50 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
51 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
52 …num_locations = property(GetNumLocations, None, doc='''A read only property that returns the count…
/freebsd-14.2/contrib/ncurses/
H A DMANIFEST9 ./Ada95/doc/Makefile.in
240 ./doc/hackguide.doc
241 ./doc/html/Ada95.html
243 ./doc/html/ada/files.htm
245 ./doc/html/ada/funcs.htm
268 ./doc/html/ada/index.htm
269 ./doc/html/ada/main.htm
270 ./doc/html/ada/table.html
343 ./doc/html/announce.html
345 ./doc/html/index.html
[all …]
H A Ddist.mk68 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
85 ANNOUNCE : doc/html/announce.html
86 $(DUMP2) doc/html/announce.html > $@
88 doc/ncurses-intro.doc: 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
144 >> doc/html/man/$$g ;\
145 echo '-->' >> doc/html/man/$$g ;\
[all …]
/freebsd-14.2/contrib/wpa/src/utils/
H A Dxml_libxml2.c56 xmlDocPtr doc; in xml_validate() local
68 if (doc == NULL) in xml_validate()
72 xmlFreeDoc(doc); in xml_validate()
93 xmlFreeDoc(doc); in xml_validate()
118 xmlDocPtr doc; in xml_validate_dtd() local
129 if (doc == NULL) in xml_validate_dtd()
151 xmlFreeDoc(doc); in xml_validate_dtd()
181 xmlDocPtr doc; in xml_node_from_buf() local
185 if (doc == NULL) in xml_node_from_buf()
189 xmlFreeDoc(doc); in xml_node_from_buf()
[all …]
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h79 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
80 ABSL_FLAG(bool, GMOCK_FLAG_NAME_(name), default_val, doc)
81 #define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument
82 ABSL_FLAG(int32_t, GMOCK_FLAG_NAME_(name), default_val, doc)
83 #define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
84 ABSL_FLAG(std::string, GMOCK_FLAG_NAME_(name), default_val, doc)
101 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
106 #define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument
111 #define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
/freebsd-14.2/contrib/xz/doxygen/
H A Dupdate-doxygen50 rm -rf ../doc/api
73 for F in ../doc/api/*.html
77 "$F" > ../doc/api/tmp
78 mv -f ../doc/api/tmp "$F"
80 rm -f ../doc/api/*.js
86 rm -rf ../doc/internal
/freebsd-14.2/lib/libfetch/
H A Dfetch.c260 if (!scheme || (!host && !doc)) { in fetchMakeURL()
277 if ((u->doc = strdup(doc ? doc : "/")) == NULL) { in fetchMakeURL()
350 char *doc; in fetchParseURL() local
450 u->doc = doc; in fetchParseURL()
456 *doc++ = *p++; in fetchParseURL()
458 *doc++ = '%'; in fetchParseURL()
459 *doc++ = hexnums[((unsigned int)*p) >> 4]; in fetchParseURL()
464 *doc = '\0'; in fetchParseURL()
465 } else if ((u->doc = strdup(p)) == NULL) { in fetchParseURL()
477 u->host, u->port, u->doc); in fetchParseURL()
[all …]
/freebsd-14.2/crypto/openssh/contrib/suse/
H A Dopenssh.spec100 - 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*
224 %attr(0644,root,root) %doc %{_mandir}/man5/moduli.5*
231 %attr(0644,root,root) %doc %{_mandir}/man8/sshd.8*
237 %doc x11-ssh-askpass-%{xversion}/README
238 %doc x11-ssh-askpass-%{xversion}/ChangeLog
[all …]

12345678910>>...24