Lines Matching defs:file
9 * By using this file, you agree to the terms and conditions set forth bellow.
23 * appear in each source code file, this License Terms and Conditions.
69 static idn_result_t read_file(const char *file, FILE *fp,
77 idn__filechecker_create(const char *file, idn__filechecker_t *ctxp) {
82 assert(file != NULL && ctxp != NULL);
84 TRACE(("idn__filechecker_create(file=\"%-.100s\")\n", file));
86 if ((fp = fopen(file, "r")) == NULL) {
88 file));
100 r = read_file(file, fp, ctx->set);
152 read_file(const char *file, FILE *fp, idn_ucsset_t set) {
173 WARNING(("syntax error in file \"%-.100s\" line %d: "
174 "%-.100s", file, lineno, line));