Home
last modified time | relevance | path

Searched refs:propstr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/bectl/
H A Dbectl_list.c80 const char *propstr; in get_origin_props() local
82 if (nvlist_lookup_string(dsprops, "origin", &propstr) == 0) { in get_origin_props()
88 if (be_get_dataset_props(be, propstr, *originprops) != 0) { in get_origin_props()
95 return (propstr); in get_origin_props()
120 const char *propstr; in dataset_space() local
143 if (nvlist_lookup_string(dsprops, "used", &propstr) == 0) in dataset_space()
144 space = strtoull(propstr, NULL, 10); in dataset_space()
180 const char *oname, *dsname, *propstr; in print_info() local
240 if (nvlist_lookup_string(dsprops, "mounted", &propstr) == 0) { in print_info()
241 printf("%s", propstr); in print_info()
[all …]
/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c498 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()
519 if (ossl_property_list_to_string(libctx, def_prop, propstr, 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()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_common.kshlib39 typeset propstr=$2
41 typeset prop=$($ECHO $propstr | $AWK -F= '{print $1}')
42 typeset expect_value=$($ECHO $propstr | $AWK -F= '{print $2}')
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_common.kshlib42 typeset propstr=$2
45 IFS='=' read -r prop expect_value <<<"$propstr"
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3678 const char *propstr; in collect_dataset() local
3708 propstr = property; in collect_dataset()
3714 propstr = "-"; in collect_dataset()
3716 propstr = property; in collect_dataset()
3723 propstr = "-"; in collect_dataset()
3725 propstr = property; in collect_dataset()
3733 propstr = "-"; in collect_dataset()
3735 propstr = property; in collect_dataset()
3741 propstr = "-"; in collect_dataset()
3743 propstr = fnvlist_lookup_string(propval, in collect_dataset()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6821 const char *propstr; in collect_pool() local
6864 propstr = "-"; in collect_pool()
6866 propstr = property; in collect_pool()
6873 propstr = property; in collect_pool()
6878 propstr = property; in collect_pool()
6880 propstr = "-"; in collect_pool()
6892 prop_name, propstr, in collect_pool()
6902 (void) fputs(propstr, stdout); in collect_pool()
6904 (void) printf("%*s", (int)width, propstr); in collect_pool()
6906 (void) printf("%-*s", (int)width, propstr); in collect_pool()
[all …]