Home
last modified time | relevance | path

Searched refs:mactext (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/setfmac/
H A Dsetfmac.c56 char *mactext; /* MAC label to apply */ member
296 spec->entries->mactext = label; in add_setfmac_specs()
336 entry->mactext = strdup(macstr); in add_spec_line()
337 if (entry->mactext == NULL) in add_spec_line()
340 if (asprintf(&entry->mactext, "sebsd/%s", macstr) == -1) in add_spec_line()
444 ent->regexstr, ent->modestr, ent->mactext); in apply_specs()
458 size += strlen(ls->match->mactext) + 1; in apply_specs()
471 strcat(macstr, ls->match->mactext); in apply_specs()