/freebsd/contrib/file/magic/Magdir/ |
H A D | sun | 16 #>>20 belong =4096 dynamically linked executable~ 17 #>>20 belong >4096 dynamically linked executable 22 >0 byte &0x80 dynamically linked executable 27 >0 byte &0x80 dynamically linked executable 34 >>20 belong =4096 dynamically linked executable 35 >>20 belong >4096 dynamically linked executable 40 >0 byte &0x80 dynamically linked executable 45 >0 byte &0x80 dynamically linked executable 52 >>20 belong =4096 dynamically linked executable 53 >>20 belong >4096 dynamically linked executable [all …]
|
H A D | hp | 55 >168 belong &0x00000004 dynamically linked 56 >(144) belong 0x054ef630 dynamically linked 60 >168 belong&0x4 0x4 dynamically linked 61 >(144) belong 0x054ef630 dynamically linked 65 >168 belong&0x4 0x4 dynamically linked 66 >(144) belong 0x054ef630 dynamically linked 79 >168 belong &0x00000004 dynamically linked 80 >(144) belong 0x054ef630 dynamically linked 84 >168 belong &0x00000004 dynamically linked 85 >(144) belong 0x054ef630 dynamically linked [all …]
|
H A D | freebsd | 25 # an executable, and is dynamically-linked if the "has run-time 33 # a dynamically-linked executable; 46 # a dynamically-linked executable, otherwise it's just an 57 # it's a dynamically-linked executable); 83 >>3 byte&0x80 0x80 dynamically linked executable 93 >>3 byte&0x80 0x80 dynamically linked executable 103 >>3 byte&0x80 0x80 dynamically linked executable 113 >>3 byte&0x80 0x80 dynamically linked executable
|
H A D | bsdi | 19 >>20 belong =4096 dynamically linked executable 20 >>20 belong >4096 dynamically linked executable 29 >0 byte &0x80 dynamically linked executable 35 >0 byte &0x80 dynamically linked executable
|
H A D | netbsd | 24 >>20 lelong =4096 dynamically linked executable 25 >>20 lelong >4096 dynamically linked executable 32 >>20 lelong =8192 dynamically linked executable 33 >>20 lelong >8192 dynamically linked executable 39 >0 byte &0x80 dynamically linked executable 48 >0 byte &0x80 dynamically linked executable
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.3 | 298 The functions dynamically allocate and return a 314 functions and returns a dynamically allocated (sub-)set of active processes 337 function and returns a dynamically allocated set of signals intercepted by a 395 structure, and returns the auxiliary vector as a dynamically allocated array of 412 function, and returns a dynamically allocated linked list of filled in 426 structure, and returns the process groups as a dynamically allocated array of 441 structure, and returns kernel stacks of the process as a dynamically allocated 495 structure, and returns VM layout of the process as a dynamically allocated 505 function returns a dynamically allocated list of
|
/freebsd/contrib/sendmail/libsm/ |
H A D | stringf.c | 20 ** SM_STRINGF_X -- printf() to dynamically allocated string. 23 ** It returns a pointer to a dynamically allocated string 33 ** Pointer to a dynamically allocated string. 58 ** SM_VSTRINGF_X -- printf() to dynamically allocated string. 65 ** Pointer to a dynamically allocated string.
|
/freebsd/contrib/openresolv/ |
H A D | resolvconf.conf.5.in | 55 When a dynamically generated list is appended or prepended to, the whole 87 Prepend search domains to the dynamically generated list. 89 Append search domains to the dynamically generated list. 95 Prepend name servers to the dynamically generated list. 99 Append name servers to the dynamically generated list. 202 Append name servers to the dynamically generated list. 204 Prepend name servers to the dynamically generated list. 206 Append search domains to the dynamically generated list. 208 Prepend search domains to the dynamically generated list.
|
/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 179 * native endianness. The data is returned in a dynamically-allocated 191 * dynamically-allocated buffer. 202 * dynamically-allocated buffer. Note that no translation 214 * dynamically-allocated array of GElf_Phdr objects. 221 * dynamically-allocated array of GElf_Shdr objects. 228 * dynamically-allocated array of GElf_Dyn objects. 235 * dynamically-allocated array of GElf_Sym objects. 242 * into a dynamically-allocated buffer. 249 * into a dynamically-allocated array of GElf_Rel objects. 256 * ELF file into a dynamically-allocated array of GElf_Rela objects.
|
/freebsd/contrib/openpam/doc/man/ |
H A D | openpam_readlinev.3 | 42 dynamically allocated array of pointers to individual dynamically 55 returns a pointer to a dynamically allocated array
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | commands_map.hpp | 30 /// Maintains a collection of dynamically-instantiated commands. 32 /// Commands need to be dynamically-instantiated because they are often 55 /// Collection of dynamically-instantiated commands.
|
H A D | commands_map.ipp | 45 /// This releases the dynamically-instantiated objects. 57 /// \param command The command to insert. This must have been dynamically 80 /// \param command The command to insert. This must have been dynamically
|
/freebsd/share/man/man3/ |
H A D | intro.3 | 301 When code is linked dynamically, the library code that the application needs 326 It is possible to load libraries dynamically via 329 libraries dynamically, and the extra time taken to load the libraries. 336 can be instructed to link dynamically by specifying the
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/arc/ |
H A D | arcstats_runtime_tuning.ksh | 37 log_assert "ARC tunables should be updated dynamically" 46 log_pass "ARC tunables can be updated dynamically"
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_readlinev.c | 120 * dynamically allocated array of pointers to individual dynamically 129 * =openpam_readlinev returns a pointer to a dynamically allocated array
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.h | 67 struct in_addr addr[1]; /* Dynamically extended */ 78 char string[1]; /* Dynamically extended */ 83 byte data[1]; /* Dynamically extended */
|
/freebsd/lib/libipsec/ |
H A D | ipsec_set_policy.3 | 66 The buffer is dynamically allocated, and must be freed by using the 93 function returns a pointer to dynamically allocated string. 297 function returns a pointer to a dynamically allocated region
|
/freebsd/crypto/openssl/ |
H A D | NOTES-UNIX.md | 11 link programs, shared libraries and dynamically loadable shared 24 libraries are installed in non-default locations, dynamically linked 100 Third-party applications dynamically linked with OpenSSL (or any other)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 39 /// requires the TFLite library, and evaluates models dynamically. This mode 42 /// - Dynamically load an advisor via a plugin (PluginInlineAdvisorAnalysis) 242 /// Used for dynamically registering InlineAdvisors as plugins 246 /// For example, the following code dynamically registers a 284 /// InlineAdvisorAnalysis::Result::tryCreate will return the dynamically loaded
|
/freebsd/contrib/kyua/utils/process/ |
H A D | child.cpp | 171 /// \param implptr A dynamically-allocated impl object with the contents of the 191 /// dynamically-allocated object because children classes are unique and thus 251 /// dynamically-allocated object because children classes are unique and thus 307 /// \return A new child object, returned as a dynamically-allocated object 333 /// \return A new child object, returned as a dynamically-allocated object
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | xlnx,versal-net-cdx.yaml | 10 CDX bus controller for AMD devices is implemented to dynamically 14 devices. These FPGA based devices can be added/modified dynamically
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_new.pod | 53 others may allocate their own library number dynamically with 58 For dynamically allocated library numbers, reason strings are recorded
|
H A D | SSL_CTX_set_max_cert_list.pod | 36 The OpenSSL library handles incoming data by a dynamically allocated buffer. 54 than the default, as the buffer is handled dynamically and only uses the
|
/freebsd/share/man/man4/ |
H A D | firewire.4 | 79 The root node is dynamically assigned with a PHY device function. 84 manager, are dynamically assigned, after bus reset is initiated.
|
/freebsd/contrib/diff/lib/ |
H A D | xmalloc.c | 68 dynamically, with error checking. S must be nonzero. */ 85 /* Allocate N bytes of memory dynamically, with error checking. */ 223 /* Allocate S bytes of zeroed memory dynamically, with error checking.
|