HomeSort by: relevance | last modified time | path
    Searched refs:propstr (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_fetch.c 467 char *propstr = NULL; local
483 propstr = OPENSSL_malloc(strsz);
484 if (propstr == NULL) {
488 if (ossl_property_list_to_string(libctx, def_prop, propstr,
491 OPENSSL_free(propstr);
495 ossl_provider_default_props_update(libctx, propstr);
496 OPENSSL_free(propstr);
588 char *propstr = NULL; local
600 propstr = OPENSSL_malloc(sz);
601 if (propstr == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_fetch.c 498 char *propstr = NULL; local
514 propstr = OPENSSL_malloc(strsz);
515 if (propstr == NULL) {
519 if (ossl_property_list_to_string(libctx, def_prop, propstr,
521 OPENSSL_free(propstr);
525 ossl_provider_default_props_update(libctx, propstr);
526 OPENSSL_free(propstr);
614 char *propstr = NULL; local
626 propstr = OPENSSL_malloc(sz);
627 if (propstr == NULL)
    [all...]
  /src/sbin/amrctl/
amrctl.c 447 char propstr[MAXPATHLEN]; local
460 describe_property(prop, propstr);
461 printf(" %s", propstr);
  /src/usr.sbin/wgconfig/
wgconfig.c 391 ioctl_set(const char *interface, int cmd, char *propstr)
399 ifd.ifd_data = propstr;
400 ifd.ifd_len = strlen(propstr);
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 3005 char *propstr; local
3021 propstr = property;
3027 propstr = "-";
3029 propstr = property;
3034 propstr = "-";
3036 propstr = property;
3041 propstr = "-";
3043 propstr = property;
3048 propstr = "-";
3051 ZPROP_VALUE, &propstr) == 0)
    [all...]
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 2866 char *propstr; local
2894 propstr = "-";
2896 propstr = property;
2903 propstr = property;
2905 propstr = "-";
2915 (void) printf("%s", propstr);
2917 (void) printf("%*s", width, propstr);
2919 (void) printf("%-*s", width, propstr);

Completed in 25 milliseconds