Lines Matching +defs:val +defs:label
473 char *val;
504 if ((val = strchr(argv[i], '=')) == NULL)
507 *val = 0;
508 val++;
519 if ((vs_adm_parse(vap, val, &sep)) != 0) {
521 gettext("invalid property value"), val);
846 char *val;
859 if ((val = strchr(argv[i], '=')) == NULL)
863 *val = '\0';
864 val++;
873 if ((vs_adm_parse(vap, val, vsprops)) != 0) {
875 gettext("invalid property value"), val);
898 char *label = NULL;
901 label = ((vs_props_se_t *)props)->vep_engid;
917 if (label)
918 (void) fprintf(stdout, "%s:", label);