Searched refs:strval (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_enum.c93 long strval; local
94 strval = ASN1_ENUMERATED_get(e);
96 if (strval == enam->bitnum)
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsyslog.c34 const char *strval; member in struct:dsn_c_pvt_sfnt
76 for (i = 0; facilities[i].strval != NULL; i++) {
77 if (strcasecmp(facilities[i].strval, str) == 0) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_get.c324 char *strval = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP); local
348 kmem_free(strval, ZAP_MAXVALUELEN);
379 dsl_dir_get_origin(ds->ds_dir, strval);
390 error = get_objset_type_name(ds, strval);
393 error = dsl_get_prev_snap(ds, strval);
396 dsl_dataset_name(ds, strval);
399 error = dsl_get_mountpoint(ds, dsname, strval, setpoint);
435 VERIFY3U(strlcpy(strval, get_receive_resume_stats_impl(ds),
437 if (strcmp(strval, "") == 0) {
438 VERIFY3U(strlcpy(strval, get_child_receive_stat
512 char *strval = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP); local
[all...]
H A Dspa.c276 spa_prop_add_list(nvlist_t *nvl, zpool_prop_t prop, char *strval, argument
285 if (strval != NULL)
286 VERIFY(nvlist_add_string(propval, ZPROP_VALUE, strval) == 0);
431 char *strval = NULL; local
458 strval = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN,
460 dsl_dataset_name(ds, strval);
464 strval = NULL;
468 spa_prop_add_list(*nvp, prop, strval, intval, src);
470 if (strval != NULL)
471 kmem_free(strval, ZFS_MAX_DATASET_NAME_LE
519 char *strval, *slash, *check, *fname; local
7683 char *strval, *fname; local
[all...]
H A Dzfs_ioctl.c545 zfs_set_slabel_policy(const char *name, char *strval, cred_t *cr) argument
560 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0)
564 if (!new_default && (hexstr_to_label(strval, &new_sl) != 0))
587 if (zfs_check_global_label(name, strval) != 0)
617 if (hexstr_to_label(strval, &new_sl) != 0)
641 char *strval; local
679 if (nvpair_value_string(propval, &strval) == 0) {
682 err = zfs_set_slabel_policy(dsname, strval, CRED());
2621 char *strval; local
2737 strval
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.c39 const char *strval; member in struct:dsn_c_pvt_sfnt
81 for (i = 0; facilities[i].strval != NULL; i++) {
82 if (strcasecmp(facilities[i].strval, str) == 0) {
/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map_tok.l156 xstrlcpy((char *)sun_map_lval.strval,(const char *)yytext,sizeof(sun_map_lval.strval));
H A Dsun_map_parse.y82 char strval[2048];
86 %token <strval> WORD
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c152 static char strval[_POSIX2_LINE_MAX]; variable
573 strval[strvallen] = '\0';
577 strval[strvallen++] = c;
582 strval[strvallen++] = chr[end - esc];
593 strval[strvallen++] = c;
608 strval[strvallen++] = c;
618 strval[strvallen] = '\0';
626 strval[strvallen++] = c;
631 strval[strvallen] = '\0';
669 printf("(STR %.*s)", (int)strvallen, strval);
[all...]
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c658 const char *strval; local
661 strval = atf_tc_get_config_var(tc, name);
662 err = atf_text_to_bool(strval, &val);
666 "boolean value; found %s", name, strval);
690 const char *strval; local
693 strval = atf_tc_get_config_var(tc, name);
694 err = atf_text_to_long(strval, &val);
698 "long value; found %s", name, strval);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c970 char *strval; local
1010 (void) nvpair_value_string(elem, &strval);
1011 if (nvlist_add_string(ret, propname, strval) != 0) {
1057 (void) nvpair_value_string(elem, &strval);
1058 if (strcmp(strval, "none") == 0) {
1061 strval, &intval) != 0) {
1132 &strval, &intval, errbuf) != 0)
1198 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0)
1203 (str_to_label(strval, &new_sl, MAC_LABEL,
1218 if (strcmp(strval, he
2447 zcp_check(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t intval, const char *strval) argument
2523 const char *strval; local
4501 char *strval; local
5167 char *strval; local
[all...]
H A Dlibzfs_pool.c250 const char *strval; local
376 if (zpool_prop_index_to_string(prop, intval, &strval)
379 (void) strlcpy(buf, strval, len);
434 char *strval; local
470 (void) nvpair_value_string(elem, &strval);
471 if (strcmp(strval, ZFS_FEATURE_ENABLED) != 0) {
504 &strval, &intval, errbuf) != 0)
553 if (strval[0] != '\0' && !bootfs_name_valid(poolname,
554 strval)) {
556 "is an invalid name"), strval);
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c539 const char *dname, *strval; local
577 (resource_string_value(dname, dunit, "at",&strval)||
578 strcmp(strval, "scbus") == 0))
595 const char *dname, *strval; local
605 if (resource_string_value(dname, dunit, "at", &strval) == 0) {
606 if (strcmp(strval, pathbuf) != 0)
H A Dcam_xpt.c4010 const char *strval; local
4027 if (resource_string_value("scbus", pathid, "at", &strval) == 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c538 char *propval, *strval; local
547 if (nvlist_lookup_string(props, propname, &strval) == 0) {
882 char *strval; local
912 &strval) != 0) {
1546 char *strval; local
1614 strval = "-";
1617 ZPROP_VALUE, &strval) == 0);
1640 pl->pl_user_prop, strval, sourcetype, local
2623 char *strval = NULL; local
2640 (void) nvpair_value_string(nvp, &strval);
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h240 char *strval, int len);
H A Dwlan_sys.c2054 char *strval, int len)
2060 return (wlan_config_set_country(wif, strval,
2066 return (wlan_config_set_dssid(wif, strval, len));
2070 return (wlan_config_set_bssid(wif, strval));
2053 wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val, char *strval, int len) argument
H A Dwlan_snmp.c493 char *strval; local
515 strval = NULL;
675 strval = val->v.octetstring.octets;
681 strval = NULL;
690 strval = ctx->scratch->ptr1;
857 strval, vlen);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c435 char *strval; local
483 if (nvlist_lookup_string(proplist, normnm, &strval) == 0 &&
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c3215 const char *strval; local
3237 if (! ieee_require_atn65 (info, pp, &strval, &strvallen))

Completed in 335 milliseconds