| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | core.c | 148 spdxtool_core_creation_info_t *creation = calloc(1, sizeof(spdxtool_core_creation_info_t)); in spdxtool_core_creation_info_new() local 149 if (!creation) in spdxtool_core_creation_info_new() 152 creation->type = "CreationInfo"; in spdxtool_core_creation_info_new() 153 creation->created_using = "pkgconf spdxtool"; in spdxtool_core_creation_info_new() 154 creation->id = strdup(id); in spdxtool_core_creation_info_new() 155 creation->created = time ? strdup(time) : spdxtool_util_get_current_iso8601_time(); in spdxtool_core_creation_info_new() 156 creation->created_by = strdup(agent_id); in spdxtool_core_creation_info_new() 157 creation->spec_version = strdup(spdxtool_util_get_spdx_version(client)); in spdxtool_core_creation_info_new() 159 if (!creation->id || !creation->created || !creation->created_by || !creation->spec_version) in spdxtool_core_creation_info_new() 162 return creation; in spdxtool_core_creation_info_new() [all …]
|
| H A D | generate.c | 139 …spdxtool_core_creation_info_t *creation = spdxtool_core_creation_info_new(client, agent->spdx_id, … in spdxtool_generate() local 140 if (!creation) in spdxtool_generate() 153 spdxtool_core_creation_info_free(creation); in spdxtool_generate() 162 spdxtool_core_creation_info_free(creation); in spdxtool_generate() 167 spdxtool_serialize_value_t *root = spdxtool_serialize_sbom(client, agent, creation, document); in spdxtool_generate() 171 spdxtool_core_creation_info_free(creation); in spdxtool_generate() 184 spdxtool_core_creation_info_free(creation); in spdxtool_generate()
|
| H A D | core.h | 35 spdxtool_core_creation_info_free(spdxtool_core_creation_info_t *creation); 38 …e_creation_info_to_object(pkgconf_client_t *client, const spdxtool_core_creation_info_t *creation);
|
| /freebsd/usr.bin/posixmqcontrol/ |
| H A D | posixmqcontrol.c | 88 static struct Creation creation = { variable 166 creation.block = true; in parse_block() 168 creation.block = false; in parse_block() 173 creation.block = value != 0; in parse_block() 192 parse_long(text, &creation.depth, "-d", "depth"); in parse_depth() 201 parse_unsigned(text, &creation.set_group, in parse_group() 202 &creation.group, "-g", "group"); in parse_group() 204 creation.set_group = true; in parse_group() 205 creation.group = entry->gr_gid; in parse_group() 217 creation.set_mode = true; in parse_mode() [all …]
|
| /freebsd/contrib/pkgconf/t/spdxtool/ |
| H A D | creation-id.test | 2 ToolArgs: --creation-time=test --creation-id=_:custom_1 test3
|
| H A D | source-date-epoch-precedence.test | 2 ToolArgs: --creation-time=test --creation-id=_:custom_1 test3
|
| H A D | unknown-package.test | 2 ToolArgs: --creation-time=test no-such-pkg
|
| H A D | output-file.test | 2 ToolArgs: --creation-time=test --output /dev/null test3
|
| /freebsd/sbin/pfctl/ |
| H A D | pf_print_state.c | 338 u_int32_t creation = s->creation; in print_state() local 341 sec = creation % 60; in print_state() 342 creation /= 60; in print_state() 343 min = creation % 60; in print_state() 344 creation /= 60; in print_state() 345 printf(" age %.2u:%.2u:%.2u", creation, min, sec); in print_state()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-pfsync.c | 451 uint32_t creation = ntohl(s->pfs_1301.creation); in print_state() local 454 sec = creation % 60; in print_state() 455 creation /= 60; in print_state() 456 min = creation % 60; in print_state() 457 creation /= 60; in print_state() 458 ND_PRINT("\n\tage %.2u:%.2u:%.2u", creation, min, sec); in print_state()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_SESSION_get_time.pod | 38 SSL_SESSION_set_time_ex() replaces the creation time of the session B<s> with 57 Sessions are expired by examining the creation time and the timeout value. 58 Both are set at creation time of the session to the actual time and the 59 default timeout value at creation, respectively, as set by
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | array.cppm | |
| H A D | tuple.cppm | |
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
| H A D | zfs_get_008_pos.ksh | 44 set -A props type used available creation volsize referenced compressratio \ 59 set -A bookmark_props creation
|
| H A D | zfs_get_005_neg.ksh | 39 typeset v_props=(type used available creation volsize referenced compressratio \ 70 typeset val_bookmark_props=(creation)
|
| H A D | zfs_get_001_pos.ksh | 53 typeset zfs_props=("type" used available creation volsize referenced \ 73 typeset bookmark_props=(creation)
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_ctldir.c | 508 uint64_t creation) in zfsctl_inode_alloc() argument 512 inode_timespec_t now = {.tv_sec = creation}; in zfsctl_inode_alloc() 518 if (!creation) in zfsctl_inode_alloc() 578 uint64_t creation = 0; in zfsctl_inode_lookup() local 587 if (id <= ZFSCTL_INO_SNAPDIRS && !creation) { in zfsctl_inode_lookup() 592 creation = dsl_get_creation(snap_ds); in zfsctl_inode_lookup() 599 ip = zfsctl_inode_alloc(zfsvfs, id, fops, ops, creation); in zfsctl_inode_lookup()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND-CRNG-TEST.pod | 22 If a parent EVP_RAND is specified on context creation, the parent's 26 If no parent EVP_RAND is specified on context creation, the following parameters
|
| /freebsd/tools/build/options/ |
| H A D | WITH_AUTO_OBJ | 1 Enable automatic creation of objdirs.
|
| H A D | WITH_MODULE_DRM | 1 Enable creation of old drm video modules.
|
| H A D | WITH_MODULE_DRM2 | 1 Enable creation of old drm2 video modules.
|
| H A D | WITHOUT_MODULE_DRM | 1 Disable creation of old drm video modules.
|
| H A D | WITHOUT_MODULE_DRM2 | 1 Disable creation of old drm2 video modules.
|
| /freebsd/contrib/pkgconf/t/bomtool/ |
| H A D | unknown-package.test | 2 ToolArgs: --creation-time=test no-such-pkg
|
| H A D | output-file.test | 2 ToolArgs: --creation-time=test --output /dev/null test3
|