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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_enum.c88 long strval; local
89 strval = ASN1_ENUMERATED_get(e);
91 if (strval == enam->bitnum)
/freebsd-9.3-release/contrib/bind9/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c897 char *strval; local
937 (void) nvpair_value_string(elem, &strval);
938 if (nvlist_add_string(ret, propname, strval) != 0) {
984 (void) nvpair_value_string(elem, &strval);
985 if (strcmp(strval, "none") == 0) {
988 strval, &intval) != 0) {
1059 &strval, &intval, errbuf) != 0)
1110 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0)
1115 (str_to_label(strval, &new_sl, MAC_LABEL,
1130 if (strcmp(strval, he
2176 const char *strval; local
4002 char *strval; local
4669 char *strval; local
[all...]
H A Dlibzfs_pool.c246 const char *strval; local
354 if (zpool_prop_index_to_string(prop, intval, &strval)
357 (void) strlcpy(buf, strval, len);
435 char *strval; local
472 (void) nvpair_value_string(elem, &strval);
473 if (strcmp(strval, ZFS_FEATURE_ENABLED) != 0) {
506 &strval, &intval, errbuf) != 0)
545 if (strval[0] != '\0' && !bootfs_name_valid(poolname,
546 strval)) {
548 "is an invalid name"), strval);
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c188 spa_prop_add_list(nvlist_t *nvl, zpool_prop_t prop, char *strval, argument
197 if (strval != NULL)
198 VERIFY(nvlist_add_string(propval, ZPROP_VALUE, strval) == 0);
331 char *strval = NULL; local
357 strval = kmem_alloc(
360 dsl_dataset_name(ds, strval);
364 strval = NULL;
368 spa_prop_add_list(*nvp, prop, strval, intval, src);
370 if (strval != NULL)
371 kmem_free(strval,
420 char *strval, *slash, *check, *fname; local
6257 char *strval, *fname; local
[all...]
H A Dzfs_ioctl.c526 zfs_set_slabel_policy(const char *name, char *strval, cred_t *cr) argument
541 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0)
545 if (!new_default && (hexstr_to_label(strval, &new_sl) != 0))
568 if (zfs_check_global_label(name, strval) != 0)
598 if (hexstr_to_label(strval, &new_sl) != 0)
622 char *strval; local
660 if (nvpair_value_string(propval, &strval) == 0) {
663 err = zfs_set_slabel_policy(dsname, strval, CRED());
2563 char *strval; local
2679 strval
[all...]
/freebsd-9.3-release/sys/cam/
H A Dcam_periph.c478 const char *dname, *strval; local
516 (resource_string_value(dname, dunit, "at",&strval)||
517 strcmp(strval, "scbus") == 0))
534 const char *dname, *strval; local
544 if (resource_string_value(dname, dunit, "at", &strval) == 0) {
545 if (strcmp(strval, pathbuf) != 0)
H A Dcam_xpt.c4025 const char *strval; local
4042 if (resource_string_value("scbus", pathid, "at", &strval) == 0) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c498 char *propval, *strval; local
507 if (nvlist_lookup_string(props, propname, &strval) == 0) {
806 char *strval; local
825 &strval) != 0) {
1463 char *strval; local
1531 strval = "-";
1534 ZPROP_VALUE, &strval) == 0);
1557 pl->pl_user_prop, strval, sourcetype, local
2528 char *strval = NULL; local
2545 (void) nvpair_value_string(nvp, &strval);
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h238 char *strval, int len);
H A Dwlan_sys.c2052 char *strval, int len)
2058 return (wlan_config_set_country(wif, strval,
2064 return (wlan_config_set_dssid(wif, strval, len));
2068 return (wlan_config_set_bssid(wif, strval));
2051 wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val, char *strval, int len) argument
H A Dwlan_snmp.c491 char *strval; local
513 strval = NULL;
673 strval = val->v.octetstring.octets;
679 strval = NULL;
688 strval = ctx->scratch->ptr1;
855 strval, vlen);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c415 char *strval; local
463 if (nvlist_lookup_string(proplist, normnm, &strval) == 0 &&
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dieee.c3215 const char *strval; local
3237 if (! ieee_require_atn65 (info, pp, &strval, &strvallen))

Completed in 251 milliseconds