Searched refs:eprint (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c52 static char *eprint(int);
112 eprint(err), len, (size_t)sizeof(erbuf), erbuf);
130 eprint(err), len, (size_t)sizeof(erbuf), erbuf);
257 line, type, eprint(err), len,
288 line, type, eprint(err), len,
496 * eprint - convert error number to name
499 eprint(int err) function
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c84 eprint(err), len, sizeof(erbuf), erbuf);
102 eprint(err), len, sizeof(erbuf), erbuf);
229 line, type, eprint(err), len, sizeof(erbuf), erbuf);
259 line, type, eprint(err), len, sizeof(erbuf), erbuf);
464 - eprint - convert error number to name
465 == static char *eprint(int err);
468 eprint(int err) function
/freebsd-11-stable/contrib/one-true-awk/
H A Dlib.c526 eprint();
609 eprint();
612 void eprint(void) /* try to print context around error */ function
H A Dproto.h138 extern void eprint(void);
/freebsd-11-stable/contrib/bmake/
H A Dcond.c1168 Cond_EvalExpression(const struct If *info, char *line, Boolean *value, int eprint, Boolean strictLHS)
1196 if (rval == COND_INVALID && eprint)
1158 Cond_EvalExpression(const struct If *info, char *line, Boolean *value, int eprint, Boolean strictLHS) argument

Completed in 67 milliseconds