/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf.3 | 176 Retrieve abbreviation information at a given offset. 180 Retrieve the abbreviation code for an abbreviation entry descriptor. 182 Retrieve abbreviation information for an abbreviation entry 185 Retrieve the tag for an abbreviation entry. 194 Retrieve the offsets associated with an address range descriptor. 198 Retrieve program address space mappings. 200 Retrieve the offset associated with a compilation unit for an address 203 Retrieve information about non-contiguous address ranges for 209 Retrieve the value of a 213 Retrieve an attribute descriptor. [all …]
|
H A D | dwarf_highpc.3 | 39 .Nd retrieve the value of a DWARF attribute 95 These convenience functions are used to retrieve DWARF attribute 103 The list of functions and the DWARF attribute that they retrieve are: 107 Retrieve the 111 Retrieve the 115 Retrieve the 119 Retrieve the 123 Retrieve the 127 Retrieve the 131 Retrieve the [all …]
|
H A D | dwarf_srclines.3 | 31 .Nd retrieve line number information for a debugging information entry 74 API set to retrieve specific information about each source line. 99 descriptors and to retrieve the source file, line number, and virtual address 117 /* Retrieve the file name for this descriptor. */ 122 /* Retrieve the line number in the source file. */ 126 /* Retrieve the virtual address for this line. */
|
H A D | dwarf_child.3 | 36 .Nd retrieve DWARF Debugging Information Entry descriptors 74 These functions are used to retrieve and traverse DWARF 116 except that it can retrieve the sibling descriptor from either the 155 except that it can retrieve the debugging information entry descriptor at 166 is non-zero, the function will retrieve the debugging information 169 section, otherwise the function will retrieve the debugging 219 To retrieve the first DWARF Debugging Information Entry descriptor for
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | PcdLib.h | 31 @param TokenName The name of the PCD token to retrieve the token number for. 45 @param TokenName The name of the PCD token to retrieve a current value for. 59 @param TokenName The name of the PCD token to retrieve a current value for. 73 @param TokenName The name of the PCD token to retrieve a current value for. 87 @param TokenName The name of the PCD token to retrieve a current value for. 101 @param TokenName The name of the PCD token to retrieve a current value for. 115 @param TokenName The name of the PCD token to retrieve a current value for. 129 @param TokenName The name of the PCD token to retrieve a current value for. 143 @param TokenName The name of the PCD token to retrieve a current value for. 157 @param TokenName The name of the PCD token to retrieve a current value for. [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf.3 | 123 that retrieve and store data from the ELF object in a class-agnostic 211 Given an ELF descriptor, the application may retrieve the ELF 433 Retrieve the archive symbol table. 435 Retrieve the archive header for an object. 437 Retrieve the offset of a member inside an archive. 450 Retrieve translated data for an ELF section. 452 Retrieve the section descriptor for a named section. 454 Retrieve the index for a section. 464 Retrieve untranslated data for an ELF section. 468 Retrieve the Executable Header in an ELF object. [all …]
|
H A D | gelf.3 | 95 An application will retrieve data from an ELF descriptor using a 150 Retrieve an ELF Compression Header from the underlying ELF descriptor. 152 Retrieve an ELF 156 Retrieve an ELF Executable Header from the underlying ELF descriptor. 158 Retrieve an ELF Program Header Table entry from the underlying ELF descriptor. 160 Retrieve an ELF relocation entry. 162 Retrieve an ELF relocation entry with addend. 164 Retrieve an ELF Section Header Table entry from the underlying ELF descriptor. 166 Retrieve an ELF symbol table entry.
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig.h | 184 /** Retrieve the list of groups to which this interface belongs 196 /** Retrieve the interface media information 211 /** Retrieve the name of a media type 217 /** Retrieve a media type by its name 223 /** Retrieve the name of a media subtype 229 /** Retrieve a media subtype by its name 236 /** Retrieve the name of a media mode 242 /** Retrieve a media mode by its name 249 /** Retrieve an array of media options 258 /** Retrieve an array of media options by names [all …]
|
/freebsd/crypto/openssl/demos/pkey/ |
H A D | EVP_PKEY_RSA_keygen.c | 131 * Retrieve value of n. This value is not secret and forms part of the in dump_key() 138 fprintf(stderr, "Failed to retrieve n\n"); in dump_key() 143 * Retrieve value of e. This value is not secret and forms part of the in dump_key() 147 fprintf(stderr, "Failed to retrieve e\n"); in dump_key() 152 * Retrieve value of d. This value is secret and forms part of the private in dump_key() 156 fprintf(stderr, "Failed to retrieve d\n"); in dump_key() 161 * Retrieve value of the first prime factor, commonly known as p. This value in dump_key() 165 fprintf(stderr, "Failed to retrieve p\n"); in dump_key() 170 * Retrieve value of the second prime factor, commonly known as q. This value in dump_key() 174 * applications, you can retrieve these primes with in dump_key() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | CXDiagnostic.h | 82 * Retrieve a diagnostic associated with the given CXDiagnosticSet. 85 * \param Index the zero-based diagnostic number to retrieve. 144 * Retrieve the child diagnostics of a CXDiagnostic. 243 * Retrieve the set of display options most similar to the 258 * Retrieve the source location of the given diagnostic. 266 * Retrieve the text of the given diagnostic. 271 * Retrieve the name of the command-line option that enabled this 286 * Retrieve the category number for this diagnostic. 298 * Retrieve the name of a particular diagnostic category. This 311 * Retrieve the diagnostic category text for a given diagnostic. [all …]
|
H A D | CXSourceLocation.h | 52 * Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the 62 * Retrieve a NULL (invalid) source location. 89 * Retrieve a NULL (invalid) source range. 94 * Retrieve a source range given the beginning and ending source 114 * Retrieve the file, line, column, and offset represented by 141 * Retrieve the file, line and column represented by the given source 185 * Legacy API to retrieve the file, line, column, and offset represented 198 * Retrieve the file, line, column, and offset represented by 225 * Retrieve the file, line, column, and offset represented by 252 * Retrieve a source location representing the first character within a [all …]
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement.cpp | 273 /// \param index The column to retrieve. 289 /// \param index The column to retrieve. 302 /// \param index The column to retrieve. 305 /// depending on the platform. Use column_int64 to retrieve the integer without 317 /// \param index The column to retrieve. 330 /// \param index The column to retrieve. 349 /// \param index The column to retrieve the size of. 364 /// \param name The name of the column to retrieve. 368 /// \throw error If the type of the cell to retrieve is invalid. 383 /// \param name The name of the column to retrieve. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 174 /// Retrieve the identifier stored in this nested name 183 /// Retrieve the namespace stored in this nested name 187 /// Retrieve the namespace alias stored in this nested name 191 /// Retrieve the record declaration stored in this nested name 195 /// Retrieve the type stored in this nested name specifier. 272 /// Retrieve the nested-name-specifier to which this instance 278 /// Retrieve the opaque pointer that refers to source-location data. 281 /// Retrieve the source range covering the entirety of this 289 /// Retrieve the source range covering just the last part of 297 /// Retrieve the location of the beginning of this [all …]
|
H A D | MangleNumberingContext.h | 36 /// Retrieve the mangling number of a new lambda expression with the 40 /// Retrieve the mangling number of a new block literal within this 47 /// Retrieve the mangling number of a static local variable within 52 /// Retrieve the mangling number of a static local variable within 57 /// Retrieve the mangling number of a new lambda expression with the 62 // Retrieve the index of the next lambda appearing in this context, which is
|
/freebsd/crypto/krb5/doc/html/appdev/refs/api/ |
H A D | krb5_auth_con_getlocalseqnumber.html | 9 …<title>krb5_auth_con_getlocalseqnumber - Retrieve the local sequence number from an auth context. … 21 …<link rel="next" title="krb5_auth_con_getrcache - Retrieve the replay cache from an auth context."… 22 …<link rel="prev" title="krb5_auth_con_getkey_k - Retrieve the session key from an auth context." h… 34 …<a href="krb5_auth_con_getkey_k.html" title="krb5_auth_con_getkey_k - Retrieve the session key fro… 36 …<a href="krb5_auth_con_getrcache.html" title="krb5_auth_con_getrcache - Retrieve the replay cache … 42 …-bugs@mit.edu?subject=Documentation__krb5_auth_con_getlocalseqnumber - Retrieve the local sequenc… 55 …<section id="krb5-auth-con-getlocalseqnumber-retrieve-the-local-sequence-number-from-an-auth-conte… 56 …lseqnumber - Retrieve the local sequence number from an auth context.<a class="headerlink" href="… 76 <p>Retrieve the local sequence number from <em>auth_context</em> and return it in <em>seqnumber</em… 89 <li><a class="reference internal" href="#">krb5_auth_con_getlocalseqnumber - Retrieve the local se… [all …]
|
H A D | krb5_auth_con_getremoteseqnumber.html | 9 …<title>krb5_auth_con_getremoteseqnumber - Retrieve the remote sequence number from an auth context… 21 …<link rel="next" title="krb5_auth_con_getsendsubkey - Retrieve the send subkey from an auth contex… 22 …<link rel="prev" title="krb5_auth_con_getrecvsubkey_k - Retrieve the receiving subkey from an auth… 34 …5_auth_con_getrecvsubkey_k.html" title="krb5_auth_con_getrecvsubkey_k - Retrieve the receiving sub… 36 …<a href="krb5_auth_con_getsendsubkey.html" title="krb5_auth_con_getsendsubkey - Retrieve the send … 42 …bugs@mit.edu?subject=Documentation__krb5_auth_con_getremoteseqnumber - Retrieve the remote sequen… 55 …<section id="krb5-auth-con-getremoteseqnumber-retrieve-the-remote-sequence-number-from-an-auth-con… 56 …seqnumber - Retrieve the remote sequence number from an auth context.<a class="headerlink" href="… 76 <p>Retrieve the remote sequence number from <em>auth_context</em> and return it in <em>seqnumber</e… 89 <li><a class="reference internal" href="#">krb5_auth_con_getremoteseqnumber - Retrieve the remote … [all …]
|
H A D | krb5_auth_con_getauthenticator.html | 9 …<title>krb5_auth_con_getauthenticator - Retrieve the authenticator from an auth context. — M… 21 …<link rel="next" title="krb5_auth_con_getflags - Retrieve flags from a krb5_auth_context structure… 22 …<link rel="prev" title="krb5_auth_con_getaddrs - Retrieve address fields from an auth context." hr… 34 …<a href="krb5_auth_con_getaddrs.html" title="krb5_auth_con_getaddrs - Retrieve address fields from… 36 …<a href="krb5_auth_con_getflags.html" title="krb5_auth_con_getflags - Retrieve flags from a krb5_a… 42 …5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getauthenticator - Retrieve the authenticator… 55 <section id="krb5-auth-con-getauthenticator-retrieve-the-authenticator-from-an-auth-context"> 56 …tauthenticator - Retrieve the authenticator from an auth context.<a class="headerlink" href="#krb… 89 <li><a class="reference internal" href="#">krb5_auth_con_getauthenticator - Retrieve the authentic… 145 …<a href="krb5_auth_con_getaddrs.html" title="krb5_auth_con_getaddrs - Retrieve address fields from… [all …]
|
H A D | krb5_auth_con_getrcache.html | 9 …<title>krb5_auth_con_getrcache - Retrieve the replay cache from an auth context. — MIT Kerbe… 21 …<link rel="next" title="krb5_auth_con_getrecvsubkey - Retrieve the receiving subkey from an auth c… 22 …<link rel="prev" title="krb5_auth_con_getlocalseqnumber - Retrieve the local sequence number from … 34 …th_con_getlocalseqnumber.html" title="krb5_auth_con_getlocalseqnumber - Retrieve the local sequenc… 36 …<a href="krb5_auth_con_getrecvsubkey.html" title="krb5_auth_con_getrecvsubkey - Retrieve the recei… 42 …<a href="mailto:krb5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getrcache - Retrieve the r… 55 <section id="krb5-auth-con-getrcache-retrieve-the-replay-cache-from-an-auth-context"> 56 …auth_con_getrcache - Retrieve the replay cache from an auth context.<a class="headerlink" href="#… 89 <li><a class="reference internal" href="#">krb5_auth_con_getrcache - Retrieve the replay cache fro… 145 …th_con_getlocalseqnumber.html" title="krb5_auth_con_getlocalseqnumber - Retrieve the local sequenc… [all …]
|
H A D | krb5_auth_con_getrecvsubkey_k.html | 9 …<title>krb5_auth_con_getrecvsubkey_k - Retrieve the receiving subkey from an auth context as a key… 21 …<link rel="next" title="krb5_auth_con_getremoteseqnumber - Retrieve the remote sequence number fro… 22 …<link rel="prev" title="krb5_auth_con_getrecvsubkey - Retrieve the receiving subkey from an auth c… 34 …<a href="krb5_auth_con_getrecvsubkey.html" title="krb5_auth_con_getrecvsubkey - Retrieve the recei… 36 …_con_getremoteseqnumber.html" title="krb5_auth_con_getremoteseqnumber - Retrieve the remote sequen… 42 …b5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getrecvsubkey_k - Retrieve the receiving sub… 55 …<section id="krb5-auth-con-getrecvsubkey-k-retrieve-the-receiving-subkey-from-an-auth-context-as-a… 56 …bkey_k - Retrieve the receiving subkey from an auth context as a keyblock.<a class="headerlink" h… 89 <li><a class="reference internal" href="#">krb5_auth_con_getrecvsubkey_k - Retrieve the receiving … 145 …<a href="krb5_auth_con_getrecvsubkey.html" title="krb5_auth_con_getrecvsubkey - Retrieve the recei… [all …]
|
H A D | krb5_auth_con_getflags.html | 9 …<title>krb5_auth_con_getflags - Retrieve flags from a krb5_auth_context structure. — MIT Ker… 21 …<link rel="next" title="krb5_auth_con_getkey - Retrieve the session key from an auth context as a … 22 …<link rel="prev" title="krb5_auth_con_getauthenticator - Retrieve the authenticator from an auth c… 34 …auth_con_getauthenticator.html" title="krb5_auth_con_getauthenticator - Retrieve the authenticator… 36 …<a href="krb5_auth_con_getkey.html" title="krb5_auth_con_getkey - Retrieve the session key from an… 42 …<a href="mailto:krb5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getflags - Retrieve flags … 55 <section id="krb5-auth-con-getflags-retrieve-flags-from-a-krb5-auth-context-structure"> 56 …auth_con_getflags - Retrieve flags from a krb5_auth_context structure.<a class="headerlink" href=… 97 <li><a class="reference internal" href="#">krb5_auth_con_getflags - Retrieve flags from a krb5_aut… 153 …auth_con_getauthenticator.html" title="krb5_auth_con_getauthenticator - Retrieve the authenticator… [all …]
|
H A D | krb5_auth_con_getkey_k.html | 9 …<title>krb5_auth_con_getkey_k - Retrieve the session key from an auth context. — MIT Kerbero… 21 …<link rel="next" title="krb5_auth_con_getlocalseqnumber - Retrieve the local sequence number from … 22 …<link rel="prev" title="krb5_auth_con_getkey - Retrieve the session key from an auth context as a … 34 …<a href="krb5_auth_con_getkey.html" title="krb5_auth_con_getkey - Retrieve the session key from an… 36 …th_con_getlocalseqnumber.html" title="krb5_auth_con_getlocalseqnumber - Retrieve the local sequenc… 42 …<a href="mailto:krb5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getkey_k - Retrieve the se… 55 <section id="krb5-auth-con-getkey-k-retrieve-the-session-key-from-an-auth-context"> 56 …5_auth_con_getkey_k - Retrieve the session key from an auth context.<a class="headerlink" href="#… 89 <li><a class="reference internal" href="#">krb5_auth_con_getkey_k - Retrieve the session key from … 145 …<a href="krb5_auth_con_getkey.html" title="krb5_auth_con_getkey - Retrieve the session key from an… [all …]
|
H A D | krb5_auth_con_getsendsubkey.html | 9 …<title>krb5_auth_con_getsendsubkey - Retrieve the send subkey from an auth context as a keyblock. … 21 …<link rel="next" title="krb5_auth_con_getsendsubkey_k - Retrieve the send subkey from an auth cont… 22 …<link rel="prev" title="krb5_auth_con_getremoteseqnumber - Retrieve the remote sequence number fro… 34 …_con_getremoteseqnumber.html" title="krb5_auth_con_getremoteseqnumber - Retrieve the remote sequen… 36 …5_auth_con_getsendsubkey_k.html" title="krb5_auth_con_getsendsubkey_k - Retrieve the send subkey f… 42 …krb5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getsendsubkey - Retrieve the send subkey f… 55 …<section id="krb5-auth-con-getsendsubkey-retrieve-the-send-subkey-from-an-auth-context-as-a-keyblo… 56 …sendsubkey - Retrieve the send subkey from an auth context as a keyblock.<a class="headerlink" hr… 89 <li><a class="reference internal" href="#">krb5_auth_con_getsendsubkey - Retrieve the send subkey … 145 …_con_getremoteseqnumber.html" title="krb5_auth_con_getremoteseqnumber - Retrieve the remote sequen… [all …]
|
H A D | krb5_auth_con_getrecvsubkey.html | 9 …<title>krb5_auth_con_getrecvsubkey - Retrieve the receiving subkey from an auth context as a keybl… 21 …<link rel="next" title="krb5_auth_con_getrecvsubkey_k - Retrieve the receiving subkey from an auth… 22 …<link rel="prev" title="krb5_auth_con_getrcache - Retrieve the replay cache from an auth context."… 34 …<a href="krb5_auth_con_getrcache.html" title="krb5_auth_con_getrcache - Retrieve the replay cache … 36 …5_auth_con_getrecvsubkey_k.html" title="krb5_auth_con_getrecvsubkey_k - Retrieve the receiving sub… 42 …krb5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getrecvsubkey - Retrieve the receiving sub… 55 …<section id="krb5-auth-con-getrecvsubkey-retrieve-the-receiving-subkey-from-an-auth-context-as-a-k… 56 …vsubkey - Retrieve the receiving subkey from an auth context as a keyblock.<a class="headerlink" … 89 <li><a class="reference internal" href="#">krb5_auth_con_getrecvsubkey - Retrieve the receiving su… 145 …<a href="krb5_auth_con_getrcache.html" title="krb5_auth_con_getrcache - Retrieve the replay cache … [all …]
|
H A D | krb5_auth_con_getkey.html | 9 …<title>krb5_auth_con_getkey - Retrieve the session key from an auth context as a keyblock. —… 21 …<link rel="next" title="krb5_auth_con_getkey_k - Retrieve the session key from an auth context." h… 22 …<link rel="prev" title="krb5_auth_con_getflags - Retrieve flags from a krb5_auth_context structure… 34 …<a href="krb5_auth_con_getflags.html" title="krb5_auth_con_getflags - Retrieve flags from a krb5_a… 36 …<a href="krb5_auth_con_getkey_k.html" title="krb5_auth_con_getkey_k - Retrieve the session key fro… 42 …<a href="mailto:krb5-bugs@mit.edu?subject=Documentation__krb5_auth_con_getkey - Retrieve the sess… 55 <section id="krb5-auth-con-getkey-retrieve-the-session-key-from-an-auth-context-as-a-keyblock"> 56 …th_con_getkey - Retrieve the session key from an auth context as a keyblock.<a class="headerlink"… 89 <li><a class="reference internal" href="#">krb5_auth_con_getkey - Retrieve the session key from an… 145 …<a href="krb5_auth_con_getflags.html" title="krb5_auth_con_getflags - Retrieve flags from a krb5_a… [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | UI_STRING.pod | 51 UI_get_string_type() is used to retrieve the type of the given 54 UI_get_input_flags() is used to retrieve the flags associated with the 57 UI_get0_output_string() is used to retrieve the actual string to 60 UI_get0_action_string() is used to retrieve the action description 66 retrieve the result of a prompt and its length. 71 UI_get0_test_string() is used to retrieve the string to compare the 77 retrieve the minimum and maximum required size of the result.
|