check_flags
return (check_flags(ofl, argc));
if (check_flags(ttydef->g_iflags) != 0)
if (check_flags(ttydef->g_fflags) != 0)
extern int check_flags(char *);
if ((*ptr != ':') || (check_flags(d_if) != 0)) {
if ((*ptr != ':') || (check_flags(d_ff) != 0)) {
static cfga_err_t check_flags(cfga_flags_t flags, cfga_flags_t mask,
if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring)
if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring)
if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, errstring)
if (check_flags(flags, CFGA_FLAG_LIST_ALL, errstring) != CFGA_OK) {
if (check_flags(flags, CFGA_FLAG_FORCE | CFGA_FLAG_VERBOSE, NULL)