Home
last modified time | relevance | path

Searched refs:flexfatal (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/flex/src/
H A Dmisc.c64 flexfatal(_("allocation of sko_stack failed")); in sko_push()
154 flexfatal (_ in allocate_array()
229 flexfatal (_("memory allocation failure in xstrdup()")); in xstrdup()
301 void flexfatal (const char *msg) in flexfatal() function
333 flexfatal (errmsg); in lerr_fatal()
671 flexfatal (_("attempt to increase array size failed")); in reallocate_array()
795 flexfatal (_("bad line in skeleton file")); in skelout()
844 flexfatal (_ in yy_flex_xmalloc()
H A Dfilter.c167 flexfatal (_("dup2(pipes[0],0)")); in filter_apply_chain()
178 flexfatal (_("filter_func failed")); in filter_apply_chain()
194 flexfatal (_("dup2(pipes[1],1)")); in filter_apply_chain()
247 flexfatal (_("dup(1) failed")); in filter_tee_header()
252 flexfatal (_("freopen(headerfilename) failed")); in filter_tee_header()
H A Dbuf.c79 flexfatal (_("Allocation of buffer to print string failed")); in buf_prints()
107 flexfatal (_("Allocation of buffer for line directive failed")); in buf_linedir()
177 flexfatal (_("Allocation of buffer for m4 def failed")); in buf_m4_define()
198 flexfatal (_("Allocation of buffer for m4 undef failed")); in buf_m4_undefine()
H A Dregex.c63 flexfatal(_("Unable to allocate buffer to report regcomp")); in flex_regcomp()
67 flexfatal (errbuf); /* never returns - no need to free(errbuf) */ in flex_regcomp()
86 flexfatal(_("Unable to allocate a copy of the match")); in regmatch_dup()
H A Dnfa.c169 flexfatal (_("empty machine in dupmachine()")); in dupmachine()
673 flexfatal (_("found too many transitions in mkxtion()")); in mkxtion()
H A Ddfa.c330 flexfatal (_ in epsclosure()
586 flexfatal (_ in ntod()
1027 flexfatal (_ in sympartition()
H A Dsym.c92 flexfatal (_("symbol table memory allocation failed")); in addsym()
H A Dflexdef.h827 extern void flexfatal(const char *);
H A Dmain.c474 flexfatal(_("allocation of macro definition failed")); in check_options()
/freebsd/contrib/flex/
H A DONEWS620 - More robust solution to 2.4.2's flexfatal() bug fix.
637 - Fixed bug in libfl.a referring to non-existent "flexfatal" function.
H A DChangeLog211 …our "regcomp for (regex) failed: " string. Also, errbuf cannot be free()'d because of flexfatal c…