/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | js_objcpu_example.txt | 3 This script will show the time on-CPU of object creation events in graphical 11 Total object creation on-CPU time (ms): 0 13 Object creation on-CPU time distributions (us), 21 We can see that there were two object creation events, both of type 'Date' 32 Total object creation on-CPU time (ms): 2 34 Object creation on-CPU time distributions (us),
|
H A D | rb_objcpu_example.txt | 3 The rb_objnew.d script reports the on-CPU time for new Object creation in Ruby 10 Total object creation on-CPU time (ms): 0 12 Object creation on-CPU time distributions (us),
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | js_objcpu_example.txt | 3 This script will show the time on-CPU of object creation events in graphical 11 Total object creation on-CPU time (ms): 0 13 Object creation on-CPU time distributions (us), 21 We can see that there were two object creation events, both of type 'Date' 32 Total object creation on-CPU time (ms): 2 34 Object creation on-CPU time distributions (us),
|
H A D | rb_objcpu_example.txt | 3 The rb_objnew.d script reports the on-CPU time for new Object creation in Ruby 10 Total object creation on-CPU time (ms): 0 12 Object creation on-CPU time distributions (us),
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_SESSION_get_time.pod | 30 SSL_SESSION_set_time() replaces the creation time of the session B<s> with 44 Sessions are expired by examining the creation time and the timeout value. 45 Both are set at creation time of the session to the actual time and the 46 default timeout value at creation, respectively, as set by
|
H A D | SSL_CTX_set_timeout.pod | 24 lifetime is specified by storing the creation time of the session and the 25 timeout value valid at this time. If the actual time is later than creation
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_SESSION_get_time.pod | 30 SSL_SESSION_set_time() replaces the creation time of the session B<s> with 44 Sessions are expired by examining the creation time and the timeout value. 45 Both are set at creation time of the session to the actual time and the 46 default timeout value at creation, respectively, as set by
|
H A D | SSL_CTX_set_timeout.pod | 24 lifetime is specified by storing the creation time of the session and the 25 timeout value valid at this time. If the actual time is later than creation
|
/netbsd-src/external/bsd/tcpdump/dist/ |
H A D | pf_print_state.c | 280 sec = s->creation % 60; in print_state() 281 s->creation /= 60; in print_state() 282 min = s->creation % 60; in print_state() 283 s->creation /= 60; in print_state() 284 printf(" age %.2u:%.2u:%.2u", s->creation, min, sec); in print_state()
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pf_print_state.c | 271 sec = s->creation % 60; in print_state() 272 s->creation /= 60; in print_state() 273 min = s->creation % 60; in print_state() 274 s->creation /= 60; in print_state() 275 printf(" age %.2u:%.2u:%.2u", s->creation, min, sec); in print_state()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/ref/ |
H A D | draft-ietf-openpgp-rfc2440bis-12-comments.txt | 33 creation time from the signature packet are hashed (5 additional 39 creation time from the signature packet (5 additional octets) is hashed." 52 file, or the creation time of the packet, or a zero that 56 a filename, the creation time if there isn't. I have no idea what zero
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | hash.texi | 152 @subsubsection Write the derived creation routine 161 The first argument to the creation routine is a pointer to a 167 After allocating space, the creation routine must call the 168 creation routine of the hash table type it is derived from, 172 Finally the creation routine must initialize any local fields 175 Here is a boilerplate example of a creation routine. 178 are creating. @var{base_newfunc} is the name of the creation 210 The creation routine for the linker hash table, which is in 214 @var{base_newfunc} is @code{bfd_hash_newfunc}, the creation
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LibASTMatchers.rst | 112 Most matcher definitions use the matcher creation macros. Those define both 113 the matcher of type ``Matcher<Type>`` itself, and a matcher-creation function 123 Matcher creation functions 126 Matchers are generated by nesting calls to matcher creation functions. Most of 128 ``VariadicDynCastAllOfMatcher`` or the matcher creation macros (see below).
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | hash.texi | 152 @subsubsection Write the derived creation routine 161 The first argument to the creation routine is a pointer to a 167 After allocating space, the creation routine must call the 168 creation routine of the hash table type it is derived from, 172 Finally the creation routine must initialize any local fields 175 Here is a boilerplate example of a creation routine. 178 are creating. @var{base_newfunc} is the name of the creation 209 The creation routine for the linker hash table, which is in 213 @var{base_newfunc} is @code{bfd_hash_newfunc}, the creation
|
/netbsd-src/external/gpl2/diffutils/dist/po/ |
H A D | Rules-quot | 25 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 30 echo "creation of $$lang.po failed!" 1>&2; \
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
H A D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/netbsd-src/external/gpl2/gmake/dist/po/ |
H A D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/ |
H A D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/netbsd-src/external/bsd/flex/dist/po/ |
H A D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/ |
H A D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/netbsd-src/external/gpl2/texinfo/dist/po/ |
H A D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | README | 65 not shared library creation is supported and to generate the values 92 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation. 95 creation. 98 creation. Many systems use the -R option to the link 138 or not shared library creation should be attempted.
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | geo | 77 # creation; unsigned int file creation time; WHAT time format is this? 78 >>0 ulelong x \b, creation time %#8.8x
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | array | 50 * @defgroup make_array Array creation functions 53 * Array creation functions as described in N4529,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | array | 50 * @defgroup make_array Array creation functions 53 * Array creation functions as described in N4529,
|