Searched refs:errorf (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/misc/
H A Derrorf.c33 errorf(void* handle, void* discipline, int level, ...) function
H A Dmimetype.c59 mp->magicd.errorf = mp->disc->errorf;
H A Dfastfind.c285 if (fp->disc->errorf)
286 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: cannot locate codes", file ? file : findcodes[2]);
299 if (fp->disc->errorf)
300 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot create tmp file");
320 if (fp->disc->errorf)
321 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot create tmp file in this directory", p ? p : ".");
328 if (fp->disc->errorf)
329 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot open tmp file", fp->encode.temp);
346 if (fp->disc->errorf)
347 (*fp->disc->errorf)(f
[all...]
/illumos-gate/usr/src/lib/libast/common/include/
H A Dfind.h59 Error_f errorf; /* error function */ member in struct:Finddisc_s
H A Dmagic.h60 Error_f errorf; /* error function */ member in struct:Magicdisc_s
H A Dmime.h61 Error_f errorf; /* error function */ member in struct:Mimedisc_s
H A Ddebug.h42 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
H A Derror.h173 extern int errorf(void*, void*, int, ...);
/illumos-gate/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, "Warnin
[all...]
H A Dheader.c372 (void) fprintf(errorf,
376 (void) fprintf(errorf,
379 (void) fprintf(errorf,
381 (void) fprintf(errorf, " %d/%d output slots(%%o)", yytop, outsize);
382 (void) putc('\n', errorf);
H A Donce.h68 FILE *fout = NULL, *errorf = {stderr}; variable
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllplug.c60 errorf("dll", NiL, 1, "%s: dlopen failed: %s", dle->path, dlerror());
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfind.h68 Error_f errorf; /* error function */ member in struct:Finddisc_s
H A Dmagic.h69 Error_f errorf; /* error function */ member in struct:Magicdisc_s
H A Dmime.h70 Error_f errorf; /* error function */ member in struct:Mimedisc_s
H A Ddebug.h51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfind.h68 Error_f errorf; /* error function */ member in struct:Finddisc_s
H A Dmagic.h69 Error_f errorf; /* error function */ member in struct:Magicdisc_s
H A Dmime.h70 Error_f errorf; /* error function */ member in struct:Mimedisc_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfind.h68 Error_f errorf; /* error function */ member in struct:Finddisc_s
H A Dmagic.h69 Error_f errorf; /* error function */ member in struct:Magicdisc_s
H A Dmime.h70 Error_f errorf; /* error function */ member in struct:Mimedisc_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfind.h68 Error_f errorf; /* error function */ member in struct:Finddisc_s
H A Dmagic.h69 Error_f errorf; /* error function */ member in struct:Magicdisc_s
H A Dmime.h70 Error_f errorf; /* error function */ member in struct:Mimedisc_s

Completed in 94 milliseconds

12