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

/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c305 char *regexstr, *modestr, *macstr, *regerrorstr; local
329 regerrorstr = malloc(size);
330 if (regerrorstr == NULL)
332 (void)regerror(error, &entry->regex, regerrorstr, size);
333 errx(1, "%s: %s: %s", file, entry->regexstr, regerrorstr);
398 char *regerrorstr, *macstr; local
428 regerrorstr = malloc(size);
429 if (regerrorstr == NULL)
431 (void)regerror(error, &ent->regex, regerrorstr,
433 errx(1, "%s: %s", ent->regexstr, regerrorstr);
[all...]

Completed in 57 milliseconds