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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/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...]
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);
1188 else if (mp->disc->errorf)
1189 (*mp->disc->errorf)(mp, mp->disc, 3, "out of space");
1708 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
1709 (*mp->disc->errorf)(mp, mp->disc, 1, "{ ... } operator nesting too deep -- %d max", MAXNEST);
1714 if (mp->disc->errorf)
1715 (*mp->disc->errorf)(m
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libdll/
H A Ddllcheck.c45 errorf("dll", NiL, 1, "%s: %s", path, state.errorbuf);
80 errorf("dll", NiL, 1, "%s: %s", path, state.errorbuf);
H A Ddllplug.c93 errorf("dll", NiL, 1, "%s: dlopen failed: %s", dle->path, dllerror(1));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Derror.h64 extern int errorf(void*, void*, int, ...);
H A Derror.c95 errorf(void* handle, void* discipline, int level, ...) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dfind.h59 Error_f errorf; /* error function */ member in struct:Finddisc_s
H A Dmagic.h61 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, ...);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dmkservice.c122 int (*errorf)(Service_t*,int,const char*, ...); member in struct:Service_s
439 sp->errorf = Error;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Diconv.c1397 if (disc->errorf)
1398 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "incomplete multibyte sequence at offset %I*u", sizeof(fo), *fb - fo);
1401 if (disc->errorf)
1402 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "invalid multibyte sequence at offset %I*u", sizeof(fo), *fb - fo);
1498 if (disc->errorf)
1499 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "incomplete multibyte sequence at offset %I*u", sizeof(ft), ft + (fo - fn));
1505 if (disc->errorf)
1506 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "invalid multibyte sequence at offset %I*u", sizeof(ft), ft + (fo - fn));
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-ref.el713 (errorf (if error 'error 'message))
721 (funcall errorf "Unknown label - reparse might help")
735 (funcall errorf "Label %s not found" label)
759 (funcall errorf "Label %s not found" label))
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dgetconf.c260 s = astgetconf(name, path, value, flags, errorf);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c1371 if (pointerof(flags) == (void*)errorf)
1373 conferror = errorf;
1376 else if (conferror && conferror != errorf)
1541 errorf(&state, &state, 2, "%s: not found", path);
1556 redisc.re_errorf = (regerror_t)errorf;
1585 print(sp, &look, NiL, path, flags, errorf);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/
H A DMakefile87 error.c errorf.c errormsg.c errorx.c \

Completed in 277 milliseconds