Lines Matching refs:stderr
101 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
151 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n",
157 fprintf(stderr, "%s:%d: error: choice member must be bool\n",
260 fprintf(stderr, "%s:%d: error: choice must have a prompt\n",
506 fprintf(stderr, "%s:%d: error: %s",
514 fprintf(stderr, "%s:%d: error: %s",
592 fprintf(stderr, "%s:%d: location of the '%s'\n", in zconf_endtoken()
605 fprintf(stderr, "%s:%d: ", cur_filename, cur_lineno); in zconfprint()
607 vfprintf(stderr, err, ap); in zconfprint()
609 fprintf(stderr, "\n"); in zconfprint()
617 fprintf(stderr, "%s:%d: ", cur_filename, cur_lineno); in zconf_error()
619 vfprintf(stderr, err, ap); in zconf_error()
621 fprintf(stderr, "\n"); in zconf_error()
626 fprintf(stderr, "%s:%d: %s\n", cur_filename, cur_lineno, err); in yyerror()