Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dmisc.c69 flexfatal(_("allocation of sko_stack failed")); in sko_push()
159 flexfatal (_ in allocate_array()
234 flexfatal (_("memory allocation failure in xstrdup()")); in xstrdup()
306 void flexfatal (const char *msg) in flexfatal() function
338 flexfatal (errmsg); in lerr_fatal()
676 flexfatal (_("attempt to increase array size failed")); in reallocate_array()
800 flexfatal (_("bad line in skeleton file")); in skelout()
849 flexfatal (_ in yy_flex_xmalloc()
H A Dfilter.c170 flexfatal (_("dup2(pipes[0],0)")); in filter_apply_chain()
181 flexfatal (_("filter_func failed")); in filter_apply_chain()
197 flexfatal (_("dup2(pipes[1],1)")); in filter_apply_chain()
250 flexfatal (_("dup(1) failed")); in filter_tee_header()
255 flexfatal (_("freopen(headerfilename) failed")); in filter_tee_header()
H A Dbuf.c82 flexfatal (_("Allocation of buffer to print string failed")); in buf_prints()
110 flexfatal (_("Allocation of buffer for line directive failed")); in buf_linedir()
180 flexfatal (_("Allocation of buffer for m4 def failed")); in buf_m4_define()
201 flexfatal (_("Allocation of buffer for m4 undef failed")); in buf_m4_undefine()
H A Dregex.c64 flexfatal(_("Unable to allocate buffer to report regcomp")); in flex_regcomp()
68 flexfatal (errbuf); /* never returns - no need to free(errbuf) */ in flex_regcomp()
87 flexfatal(_("Unable to allocate a copy of the match")); in regmatch_dup()
H A Ddfa.c331 flexfatal (_ in epsclosure()
587 flexfatal (_ in ntod()
1028 flexfatal (_ in sympartition()
H A Dnfa.c172 flexfatal (_("empty machine in dupmachine()")); in dupmachine()
676 flexfatal (_("found too many transitions in mkxtion()")); in mkxtion()
H A Dsym.c95 flexfatal (_("symbol table memory allocation failed")); in addsym()
H A Dflexdef.h836 extern void flexfatal(const char *);
H A Dmain.c477 flexfatal(_("allocation of macro definition failed")); in check_options()
/netbsd-src/external/bsd/flex/dist/
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…