HomeSort by: relevance | last modified time | path
    Searched refs:creation (Results 1 - 25 of 98) sorted by relevancy

1 2 3 4

  /src/dist/pf/sbin/pfctl/
pf_print_state.c 271 sec = s->creation % 60;
272 s->creation /= 60;
273 min = s->creation % 60;
274 s->creation /= 60;
275 printf(" age %.2u:%.2u:%.2u", s->creation, min, sec);
pfctl_parser.c 668 sec = sn->creation % 60;
669 sn->creation /= 60;
670 min = sn->creation % 60;
671 sn->creation /= 60;
672 printf(" age %.2u:%.2u:%.2u", sn->creation, min, sec);
  /src/external/bsd/tcpdump/dist/
pf_print_state.c 280 sec = s->creation % 60;
281 s->creation /= 60;
282 min = s->creation % 60;
283 s->creation /= 60;
284 printf(" age %.2u:%.2u:%.2u", s->creation, min, sec);
  /src/usr.bin/make/unit-tests/
var-scope-cmdline.mk 22 # Whenever a global variable is created, this creation is ignored if
  /src/sys/dist/pf/net/
if_pfsync.c 324 st->creation = time_second - ntohl(sp->creation);
1224 sp->creation = htonl(secs - st->creation);
pfvar.h 662 u_int32_t creation; member in struct:pf_src_node
764 u_int32_t creation; member in struct:pf_state
819 u_int32_t creation; member in struct:pfsync_state
pf_ioctl.c 1121 sp->creation = secs - s->creation;
1165 s->creation = time_second;
3139 pstore->creation = secs - pstore->creation;
pf_norm.c 1620 time_second - state->creation > TS_MAX_CONN)) {
pf.c 824 (*sn)->creation = time_second;
3592 s->creation = time_second;
  /src/external/bsd/openldap/dist/tests/scripts/
test006-acls 491 description: this attribute value has been added __after__entry creation
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 439 // only be involved in the creation and deletion of regular files. This
  /src/external/bsd/kyua-cli/dist/store/
schema_v1.sql 306 -- the database creation (i.e. the whole transaction) succeeded.
schema_v2.sql 285 -- the database creation (i.e. the whole transaction) succeeded.
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_metadata.sql 122 -- these procedures are specific for this RDBMS and are used in mapping objectClass and attributeType creation/modify/deletion
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
testdb_metadata.sql 90 -- these procedures are specific for this RDBMS and are used in mapping objectClass and attributeType creation/modify/deletion
  /src/common/dist/zlib/
make_vms.com 20 $! shared image creation
  /src/external/gpl3/binutils/dist/zlib/
make_vms.com 20 $! shared image creation
  /src/external/gpl3/binutils.old/dist/zlib/
make_vms.com 20 $! shared image creation
  /src/external/gpl3/gdb/dist/zlib/
make_vms.com 20 $! shared image creation
  /src/external/gpl3/gdb.old/dist/zlib/
make_vms.com 20 $! shared image creation
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
sqr_basecase.asm 49 C * Consider skewing conditional adjustments to allow mask creation with subfe
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d 1355 Get creation/access/modified times of file `name`.
1358 creation time - which isn't possible on POSIX systems.
1431 // Deleting and recreating a file doesn't seem to always reset the "file creation time"
3698 Returns the creation time of the file represented by this
  /src/external/bsd/ipf/dist/
HISTORY 25 3545319 move nat rule creation to ip_proxy.c
  /src/external/bsd/nvi/dist/dist/
ltconfig 353 # 1 file creation
2057 *** as such. This will affect the creation of libtool libraries that
2707 # Used on cygwin: DLL creation program.
  /src/external/bsd/file/dist/
configure 9451 *** as such. This will affect the creation of libtool libraries that
9518 *** as such. This will affect the creation of libtool libraries that
16842 # after its creation but before its name has been assigned to `$tmp'.
17662 # DLL creation program.

Completed in 120 milliseconds

1 2 3 4