Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/sbin/amrctl/
H A Damrctl.c447 char propstr[MAXPATHLEN]; in describe_one_volume() local
460 describe_property(prop, propstr); in describe_one_volume()
461 printf(" %s", propstr); in describe_one_volume()
/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c391 ioctl_set(const char *interface, int cmd, char *propstr) in ioctl_set() argument
399 ifd.ifd_data = propstr; in ioctl_set()
400 ifd.ifd_len = strlen(propstr); in ioctl_set()
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c3005 char *propstr; in print_dataset() local
3021 propstr = property; in print_dataset()
3027 propstr = "-"; in print_dataset()
3029 propstr = property; in print_dataset()
3034 propstr = "-"; in print_dataset()
3036 propstr = property; in print_dataset()
3041 propstr = "-"; in print_dataset()
3043 propstr = property; in print_dataset()
3048 propstr = "-"; in print_dataset()
3051 ZPROP_VALUE, &propstr) == 0); in print_dataset()
[all …]
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2866 char *propstr; in print_pool() local
2894 propstr = "-"; in print_pool()
2896 propstr = property; in print_pool()
2903 propstr = property; in print_pool()
2905 propstr = "-"; in print_pool()
2915 (void) printf("%s", propstr); in print_pool()
2917 (void) printf("%*s", width, propstr); in print_pool()
2919 (void) printf("%-*s", width, propstr); in print_pool()