| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | pf_print_state.c | 283 u_int32_t creation = ntohl(s->creation); in print_state() local 286 sec = creation % 60; in print_state() 287 creation /= 60; in print_state() 288 min = creation % 60; in print_state() 289 creation /= 60; in print_state() 290 printf("\n age %.2u:%.2u:%.2u", creation, min, sec); in print_state()
|
| /openbsd-src/sbin/pfctl/ |
| H A D | pf_print_state.c | 315 u_int32_t creation = ntohl(s->creation); in print_state() local 318 sec = creation % 60; in print_state() 319 creation /= 60; in print_state() 320 min = creation % 60; in print_state() 321 creation /= 60; in print_state() 322 printf(" age %.2u:%.2u:%.2u", creation, min, sec); in print_state()
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | scheduler_backend.c | 61 sched->creation = evp->creation; in scheduler_info()
|
| H A D | mda.c | 40 time_t creation; member 672 duration_to_text(time(NULL) - evp->creation), in mda_log() 794 e->creation = evp->creation; in mda_envelope()
|
| H A D | smtpd-api.h | 103 time_t creation; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/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
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | hash.texi | 148 @subsubsection Write the derived creation routine 157 The first argument to the creation routine is a pointer to a 163 After allocating space, the creation routine must call the 164 creation routine of the hash table type it is derived from, 168 Finally the creation routine must initialize any local fields 171 Here is a boilerplate example of a creation routine. 174 are creating. @var{base_newfunc} is the name of the creation 208 The creation routine for the linker hash table, which is in 212 @var{base_newfunc} is @code{bfd_hash_newfunc}, the creation
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | java-tree.def | 18 /* New array creation expression. 25 /* New anonymous array creation expression. 32 /* New class creation expression.
|
| /openbsd-src/gnu/llvm/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).
|
| /openbsd-src/gnu/usr.bin/texinfo/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; \
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | README | 64 not shared library creation is supported and to generate the values 91 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation. 94 creation. 97 creation. Many systems use the -R option to the link 123 or not shared library creation should be attempted.
|
| H A D | INSTALL | 200 not shared library creation is supported and to generate the values 227 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation. 230 creation. 233 creation. Many systems use the -R option to the link 259 or not shared library creation should be attempted. If
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | stress.t | 128 # Handle thread creation failures 132 $warning = "Thread creation failed due to 'No more processes'\n"; 135 $warning = "Thread creation failed due to 'No more memory'\n";
|
| /openbsd-src/gnu/llvm/lldb/examples/test/ |
| H A D | usage-pre-post-flight | 46 Test a simple sequence of watchpoint creation and watchpoint hit. ... 54 Test a simple sequence of watchpoint creation and watchpoint hit. ...
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Ustar.pod | 62 no need to specify the mode used at creation time; it is implicitly 103 which will be used in error messages related to archive extraction or creation. 208 to C<tar(1)>'s C<-C> option to affect the creation of hard links. 210 All creation commands happen relative to the current destdir of 211 the C<$arc> C<OpenBSD::Ustar> object. This is set at creation, and can
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl585delta.pod | 162 Thread creation time could vary wildly between identical runs. This was caused 169 thread creation had failed. threads->create() now returns C<undef> in if 170 thread creation fails instead of crashing perl.
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | README.mkisofs | 124 previously I was storing st_ctime as the file creation time instead of 128 (creation, modification and access), and I would strongly suspect that 130 file creation slot. I would be curious to see how the different RRIP
|
| /openbsd-src/sys/net/ |
| H A D | if_pflow.c | 750 flow1->flow_start = flow2->flow_start = st->creation < 0 || in copy_flow_data() 751 st->creation > st->expire ? htonl(0) : htonl(st->creation * 1000); in copy_flow_data() 783 if (st->creation > st->expire) in copy_flow_ipfix_4_data() 788 (getuptime() - st->creation))*1000); in copy_flow_ipfix_4_data() 822 if (st->creation > st->expire) in copy_flow_ipfix_6_data() 827 (getuptime() - st->creation))*1000); in copy_flow_ipfix_6_data()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | sysroff.info | 49 (("creation date")( chars 12 bytes)( "cd")) 89 (("creation date") (chars 12 bytes) ("tcd")) 91 (("creation date") (chars 12 bytes) ("lcd"))) 217 (("creation date") (chars 12 bytes) ("date")))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | sysroff.info | 49 (("creation date")( chars 12 bytes)( "cd")) 89 (("creation date") (chars 12 bytes) ("tcd")) 91 (("creation date") (chars 12 bytes) ("lcd"))) 217 (("creation date") (chars 12 bytes) ("date")))
|
| /openbsd-src/usr.bin/systat/ |
| H A D | pftop.c | 342 if (ntohl(state_buf[* (size_t *) s2].creation) > in sort_age_callback() 343 ntohl(state_buf[* (size_t *) s1].creation)) in sort_age_callback() 345 if (ntohl(state_buf[* (size_t *) s2].creation) < in sort_age_callback() 346 ntohl(state_buf[* (size_t *) s1].creation)) in sort_age_callback() 873 print_fld_age(FLD_AGE, ntohl(s->creation)); in print_state() 881 print_fld_rate(FLD_SA, (s->creation) ? in print_state() 882 ((double)sz/(double)ntohl(s->creation)) : -1); in print_state()
|
| /openbsd-src/lib/libssl/test/ |
| H A D | CAss.cnf | 38 #unique_subject = no # Set to 'no' to allow creation of
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | memprof_flags.inc | 28 "If set, prints thread creation stacks for the threads involved in the "
|
| /openbsd-src/regress/sys/netinet/bindconnect/ |
| H A D | README | 27 and connect to all directly attached hosts. This triggers creation
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | README.txt | 21 It may be worth avoiding creation of alloca's for formal arguments
|