Lines Matching defs:attrbuf
188 char attrbuf[MAX_ATTR_LEN];
201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",=");
203 if (attrbuf[0] == '\0') {
209 if (strcmp(*keyword, attrbuf) == 0)
226 nxtopt = parse_entry(attrbuf, sizeof (attrbuf),
246 if (str_to_label(attrbuf, &min_sl, MAC_LABEL,
263 if (str_to_label(attrbuf, &max_sl, MAC_LABEL,
280 if (str_to_label(attrbuf, &min_sl, MAC_LABEL,
297 doi = strtoul(attrbuf, &cp, 0);