/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 285 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 D | magic.c | 370 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 D | mimetype.c | 59 mp->magicd.errorf = mp->disc->errorf; in mimetype()
|
H A D | errorf.c | 33 errorf(void* handle, void* discipline, int level, ...) in errorf() function
|
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 99 (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 D | header.c | 372 (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 D | once.h | 68 FILE *fout = NULL, *errorf = {stderr}; variable
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | magic.h | 60 Error_f errorf; /* error function */ member
|
H A D | find.h | 59 Error_f errorf; /* error function */ member
|
H A D | mime.h | 61 Error_f errorf; /* error function */ member
|
H A D | debug.h | 42 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | magic.h | 69 Error_f errorf; /* error function */ member
|
H A D | find.h | 68 Error_f errorf; /* error function */ member
|
H A D | mime.h | 70 Error_f errorf; /* error function */ member
|
H A D | debug.h | 51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | magic.h | 69 Error_f errorf; /* error function */ member
|
H A D | find.h | 68 Error_f errorf; /* error function */ member
|
H A D | mime.h | 70 Error_f errorf; /* error function */ member
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | magic.h | 69 Error_f errorf; /* error function */ member
|
H A D | find.h | 68 Error_f errorf; /* error function */ member
|
H A D | mime.h | 70 Error_f errorf; /* error function */ member
|
/titanic_50/usr/src/lib/libdll/common/ |
H A D | dllplug.c | 60 errorf("dll", NiL, 1, "%s: dlopen failed: %s", dle->path, dlerror()); in dllplug()
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | magic.h | 69 Error_f errorf; /* error function */ member
|
H A D | find.h | 68 Error_f errorf; /* error function */ member
|
H A D | mime.h | 70 Error_f errorf; /* error function */ member
|