Lines Matching defs:propstr
331 char propstr[DLADM_STRSIZE];
337 bzero(propstr, DLADM_STRSIZE);
366 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
367 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
369 die("property list too long '%s'", propstr);
394 if (dladm_parse_flow_props(propstr, &proplist, B_FALSE)
689 char propstr[DLADM_STRSIZE];
695 bzero(propstr, DLADM_STRSIZE);
701 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
702 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
704 die("property list too long '%s'", propstr);
732 if (dladm_parse_flow_props(propstr, &proplist, reset)