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

12

/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_iconv.h136 Iconv_error_f errorf; member in struct:Iconv_disc_s
146 #define iconv_init(d,e) (memset(d,0,sizeof(*(d))),(d)->version=ICONV_VERSION,(d)->errorf=(Iconv_error_f)(e),(d)->fill=(-1))
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, ...));
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_iconv.h115 Iconv_error_f errorf; member in struct:Iconv_disc_s
125 #define iconv_init(d,e) (memset(d,0,sizeof(*(d))),(d)->version=ICONV_VERSION,(d)->errorf=(Iconv_error_f)(e),(d)->fill=(-1))
/osnet-11/usr/src/lib/libdll/common/
H A Ddllplug.c93 errorf("dll", NiL, 1, "%s: dlopen failed: %s", dle->path, dllerror(1));
/osnet-11/usr/src/lib/libast/amd64/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, ...));
/osnet-11/usr/src/lib/libast/common/include/
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, ...);
/osnet-11/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, ...));
/osnet-11/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, ...));
/osnet-11/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;
/osnet-11/usr/src/lib/libast/common/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));
/osnet-11/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);
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...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dgetconf.c260 s = astgetconf(name, path, value, flags, errorf);
/osnet-11/usr/src/lib/libast/common/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);
/osnet-11/usr/src/lib/libast/
H A DMakefile.com175 common/misc/errorf.o \

Completed in 58 milliseconds

12