Searched refs:errorf (Results 26 - 39 of 39) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
H A Derror.h186 extern __MANGLE__ int errorf __PROTO__((__V_*, __V_*, int, ...));
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
H A Derror.h186 extern __MANGLE__ int errorf __PROTO__((__V_*, __V_*, int, ...));
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
H A Derror.h186 extern __MANGLE__ int errorf __PROTO__((__V_*, __V_*, int, ...));
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h188 extern FILE *fin, *fout, *fother, *errorf;
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h186 extern __MANGLE__ int errorf __PROTO__((__V_*, __V_*, int, ...));
/opensolaris-onvv-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c122 int (*errorf)(Service_t*,int,const char*, ...); member in struct:Service_s
439 sp->errorf = Error;
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c370 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
371 (*mp->disc->errorf)(mp, mp->disc, 2, "%s in indirect expression", *e);
384 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
387 (*mp->disc->errorf)(mp, mp->disc, 3, "regex: %s", buf);
1153 else if (mp->disc->errorf)
1154 (*mp->disc->errorf)(mp, mp->disc, 3, "out of space");
1673 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
1674 (*mp->disc->errorf)(mp, mp->disc, 1, "{ ... } operator nesting too deep -- %d max", MAXNEST);
1679 if (mp->disc->errorf)
1680 (*mp->disc->errorf)(m
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dgetconf.c260 s = astgetconf(name, path, value, flags, errorf);
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dastconf.c1362 if (pointerof(flags) == (void*)errorf)
1364 conferror = errorf;
1367 else if (conferror && conferror != errorf)
1532 errorf(&state, &state, 2, "%s: not found", path);
1547 redisc.re_errorf = (regerror_t)errorf;
1574 print(sp, &look, NiL, path, flags, errorf);
/opensolaris-onvv-gate/usr/src/lib/libast/
H A Dmapfile-vers428 errorf;
H A DMakefile.com185 common/misc/errorf.o \

Completed in 179 milliseconds

12