Searched refs:propstr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sbin/bectl/ |
| H A D | bectl_list.c | 81 const char *propstr; in get_origin_props() local 96 return (propstr); in get_origin_props() 121 const char *propstr; in dataset_space() local 145 space = strtoull(propstr, NULL, 10); in dataset_space() 181 const char *oname, *dsname, *propstr; in print_info() local 242 printf("%s", propstr); in print_info() 243 print_padding(propstr, pc->mount_colsz, pc); in print_info() 259 space = strtoull(propstr, NULL, 10); in print_info() 264 space += strtoull(propstr, NULL, 10); in print_info() 279 ctimenum = strtoull(propstr, NULL, 10); in print_info() [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| H A D | zfs_create_common.kshlib | 42 typeset propstr=$2 44 typeset prop=$($ECHO $propstr | $AWK -F= '{print $1}') 45 typeset expect_value=$($ECHO $propstr | $AWK -F= '{print $2}')
|
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | evp_fetch.c | 498 char *propstr = NULL; in evp_set_parsed_default_properties() local 514 propstr = OPENSSL_malloc(strsz); in evp_set_parsed_default_properties() 515 if (propstr == NULL) { in evp_set_parsed_default_properties() 521 OPENSSL_free(propstr); in evp_set_parsed_default_properties() 525 ossl_provider_default_props_update(libctx, propstr); in evp_set_parsed_default_properties() 526 OPENSSL_free(propstr); in evp_set_parsed_default_properties() 614 char *propstr = NULL; in evp_get_global_properties_str() local 626 propstr = OPENSSL_malloc(sz); in evp_get_global_properties_str() 627 if (propstr == NULL) { in evp_get_global_properties_str() 633 OPENSSL_free(propstr); in evp_get_global_properties_str() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create_common.kshlib | 42 typeset propstr=$2 45 IFS='=' read -r prop expect_value <<<"$propstr"
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 3515 const char *propstr; in print_dataset() local 3531 propstr = property; in print_dataset() 3537 propstr = "-"; in print_dataset() 3539 propstr = property; in print_dataset() 3544 propstr = "-"; in print_dataset() 3546 propstr = property; in print_dataset() 3551 propstr = "-"; in print_dataset() 3553 propstr = property; in print_dataset() 3558 propstr = "-"; in print_dataset() 3560 propstr = fnvlist_lookup_string(propval, in print_dataset() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 6247 const char *propstr; in print_pool() local 6275 propstr = "-"; in print_pool() 6277 propstr = property; in print_pool() 6284 propstr = property; in print_pool() 6288 propstr = property; in print_pool() 6290 propstr = "-"; in print_pool() 6299 (void) fputs(propstr, stdout); in print_pool() 6301 (void) printf("%*s", (int)width, propstr); in print_pool() 6303 (void) printf("%-*s", (int)width, propstr); in print_pool() 10562 char *propstr = NULL; in zpool_do_get() local [all …]
|