Home
last modified time | relevance | path

Searched refs:errorf (Results 1 – 25 of 43) sorted by relevance

12

/titanic_41/usr/src/lib/libast/common/misc/
H A Dfastfind.c285 if (fp->disc->errorf) in findopen()
286 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: cannot locate codes", file ? file : findcodes[2]); in findopen()
299 if (fp->disc->errorf) in findopen()
300 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot create tmp file"); in findopen()
320 if (fp->disc->errorf) in findopen()
321 …(*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot create tmp file in this directory", … in findopen()
328 if (fp->disc->errorf) in findopen()
329 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot open tmp file", fp->encode.temp); in findopen()
346 if (fp->disc->errorf) in findopen()
347 (*fp->disc->errorf)(fp, fp->disc, 2, "cannot allocate type table"); in findopen()
[all …]
H A Dmagic.c370 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in indirect()
371 (*mp->disc->errorf)(mp, mp->disc, 2, "%s in indirect expression", *e); in indirect()
384 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in regmessage()
387 (*mp->disc->errorf)(mp, mp->disc, 3, "regex: %s", buf); in regmessage()
1153 else if (mp->disc->errorf) in cklang()
1154 (*mp->disc->errorf)(mp, mp->disc, 3, "out of space"); in cklang()
1673 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in load()
1674 (*mp->disc->errorf)(mp, mp->disc, 1, "{ ... } operator nesting too deep -- %d max", MAXNEST); in load()
1679 if (mp->disc->errorf) in load()
1680 (*mp->disc->errorf)(mp, mp->disc, 2, "`%c': invalid nesting", *p); in load()
[all …]
H A Dmimetype.c59 mp->magicd.errorf = mp->disc->errorf; in mimetype()
H A Derrorf.c33 errorf(void* handle, void* discipline, int level, ...) in errorf() function
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dsub1.c99 (void) fprintf(errorf, "Command line: ");
101 (void) fprintf(errorf,
103 (void) fprintf(errorf, "line %d: ", yyline);
105 (void) fprintf(errorf, "Error: ");
107 (void) fprintf(errorf, s, p, d);
108 (void) putc('\n', errorf);
137 (void) fprintf(errorf, "Command line: ");
139 (void) fprintf(errorf,
141 (void) fprintf(errorf,
144 (void) fprintf(errorf, "Warning: ");
[all …]
H A Dheader.c372 (void) fprintf(errorf, in statistics()
376 (void) fprintf(errorf, in statistics()
379 (void) fprintf(errorf, in statistics()
381 (void) fprintf(errorf, " %d/%d output slots(%%o)", yytop, outsize); in statistics()
382 (void) putc('\n', errorf); in statistics()
H A Donce.h68 FILE *fout = NULL, *errorf = {stderr}; variable
/titanic_41/usr/src/lib/libast/common/include/
H A Dmagic.h60 Error_f errorf; /* error function */ member
H A Dfind.h59 Error_f errorf; /* error function */ member
H A Dmime.h61 Error_f errorf; /* error function */ member
H A Ddebug.h42 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dmagic.h69 Error_f errorf; /* error function */ member
H A Dfind.h68 Error_f errorf; /* error function */ member
H A Dmime.h70 Error_f errorf; /* error function */ member
H A Ddebug.h51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/titanic_41/usr/src/lib/libdll/common/
H A Ddllplug.c60 errorf("dll", NiL, 1, "%s: dlopen failed: %s", dle->path, dlerror()); in dllplug()
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dmagic.h69 Error_f errorf; /* error function */ member
H A Dfind.h68 Error_f errorf; /* error function */ member
H A Dmime.h70 Error_f errorf; /* error function */ member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dmagic.h69 Error_f errorf; /* error function */ member
H A Dfind.h68 Error_f errorf; /* error function */ member
H A Dmime.h70 Error_f errorf; /* error function */ member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dmagic.h69 Error_f errorf; /* error function */ member
H A Dfind.h68 Error_f errorf; /* error function */ member
H A Dmime.h70 Error_f errorf; /* error function */ member

12