Home
last modified time | relevance | path

Searched refs:creation (Results 1 – 25 of 137) sorted by relevance

123456

/dragonfly/usr.sbin/pfctl/
H A Dpf_print_state.c301 u_int32_t creation = ntohl(s->creation); in print_state() local
337 sec = creation % 60; in print_state()
338 creation /= 60; in print_state()
339 min = creation % 60; in print_state()
340 creation /= 60; in print_state()
341 printf(" age %.2u:%.2u:%.2u", creation, min, sec); in print_state()
H A Dpfctl_parser.c620 sec = sn->creation % 60; in print_src_node()
621 sn->creation /= 60; in print_src_node()
622 min = sn->creation % 60; in print_src_node()
623 sn->creation /= 60; in print_src_node()
624 printf(" age %.2u:%.2u:%.2u", sn->creation, min, sec); in print_src_node()
/dragonfly/contrib/cryptsetup/po/
H A DRules-quot30 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; \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Darray49 * @defgroup make_array Array creation functions
52 * Array creation functions as described in N4529,
H A Dsource_location49 // 14.1.2, source_location creation
/dragonfly/test/nvmm/demo/
H A DREADME.txt25 [+] Machine creation succeeded
26 [+] VCPU creation succeeded
/dragonfly/lib/libc/locale/
H A DDESIGN.xlocale38 A locale_t is almost immutable after creation. There are no functions that modify it,
43 supported by `setlocale()`. These are likewise immutable after creation. This
99 The `localeconv()` function is an exception to the immutable-after-creation
/dragonfly/share/examples/drivers/
H A DREADME12 node creation. They also create sample ioctl commands and a sample
/dragonfly/games/larn/datfiles/
H A Dlarn.help10 creation of magic. Rumors have it that one day Polinneaus set out to dispel
81 creation of magic. Rumors have it that one day Polinneaus set out to dispel
/dragonfly/
H A DREADME62 initial ramdisk creation.
/dragonfly/share/i18n/csmapper/KOI/
H A DGOST19768-74%UCS.src33 # supplied in this file in the creation of products supporting the
H A DKOI8-R%UCS.src33 # supplied in this file in the creation of products supporting the
H A DUCS%GOST19768-74.src33 # supplied in this file in the creation of products supporting the
H A DUCS%KOI8-R.src34 # supplied in this file in the creation of products supporting the
/dragonfly/share/i18n/csmapper/MISC/
H A DDECMCS%UCS.src33 # in the creation of products supporting Unicode. Unicode, Inc.
H A DUCS%DECMCS.src33 # in the creation of products supporting Unicode. Unicode, Inc.
/dragonfly/share/i18n/csmapper/ISO-8859/
H A DISO-8859-6%UCS.src33 # supplied in this file in the creation of products supporting the
H A DISO-8859-8%UCS.src33 # supplied in this file in the creation of products supporting the
H A DUCS%ISO-8859-6.src33 # supplied in this file in the creation of products supporting the
H A DUCS%ISO-8859-8.src33 # supplied in this file in the creation of products supporting the
H A DISO-8859-11%UCS.src33 # supplied in this file in the creation of products supporting the
H A DUCS%ISO-8859-11.src33 # supplied in this file in the creation of products supporting the
/dragonfly/share/i18n/csmapper/JIS/
H A DJISX0201-KANA%UCS.src33 # in the creation of products supporting Unicode. Unicode, Inc.
H A DUCS%JISX0201-KANA.src33 # in the creation of products supporting Unicode. Unicode, Inc.
/dragonfly/contrib/file/magic/Magdir/
H A Dmacintosh119 # additional check for creation date after 1 Jan 1970 ~ 7C25B080h
182 # creation date in seconds since MacOS epoch start. So 1 Jan 1970 ~ 7C25B080
461 # only the creation date is local time, all other timestamps in HFS+ are UTC.

123456