Home
last modified time | relevance | path

Searched refs:dfamust (Results 1 – 23 of 23) sorted by relevance

/dports/textproc/gnugrep/grep-3.7/lib/
H A Ddfa.h37 struct dfamust struct
91 struct dfamust;
94 extern void dfamustfree (struct dfamust *);
98 extern struct dfamust *dfamust (struct dfa const *)
H A Ddfa.c4061 struct dfamust *
4062 dfamust (struct dfa const *d) in dfamust() function
4284 struct dfamust *dm = NULL; in dfamust()
4287 dm = xmalloc (FLEXSIZEOF (struct dfamust, must, strlen (result) + 1)); in dfamust()
4305 dfamustfree (struct dfamust *dm) in dfamustfree()
/dports/lang/gawk/gawk-5.1.1/support/
H A Ddfa.h38 struct dfamust struct
93 struct dfamust;
96 extern void dfamustfree (struct dfamust *);
100 extern struct dfamust *dfamust (struct dfa const *)
H A Ddfa.c4061 struct dfamust *
4062 dfamust (struct dfa const *d) in dfamust() function
4284 struct dfamust *dm = NULL; in dfamust()
4287 dm = xmalloc (FLEXSIZEOF (struct dfamust, must, strlen (result) + 1)); in dfamust()
4305 dfamustfree (struct dfamust *dm) in dfamustfree()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Ddfa.h38 struct dfamust struct
93 struct dfamust;
96 extern void dfamustfree (struct dfamust *);
100 extern struct dfamust *dfamust (struct dfa const *)
H A Ddfa.c4061 struct dfamust *
4062 dfamust (struct dfa const *d) in dfamust() function
4284 struct dfamust *dm = NULL; in dfamust()
4287 dm = xmalloc (FLEXSIZEOF (struct dfamust, must, strlen (result) + 1)); in dfamust()
4305 dfamustfree (struct dfamust *dm) in dfamustfree()
/dports/textproc/gsed/sed-4.8/lib/
H A Ddfa.h29 struct dfamust struct
81 extern struct dfamust *dfamust (struct dfa const *);
84 extern void dfamustfree (struct dfamust *);
H A Ddfa.c4057 struct dfamust *
4058 dfamust (struct dfa const *d) in dfamust() function
4274 struct dfamust *dm = NULL; in dfamust()
4277 dm = xmalloc (FLEXSIZEOF (struct dfamust, must, strlen (result) + 1)); in dfamust()
4295 dfamustfree (struct dfamust *dm) in dfamustfree()
/dports/japanese/gawk/gawk-3.0.6/
H A Ddfa.h215 struct dfamust struct
219 struct dfamust *next; argument
285 struct dfamust *musts; /* List of strings, at least one of which
H A Ddfa.c99 static void dfamust _RE_ARGS((struct dfa *dfa));
2271 dfamust(d);
2308 dfamust(d);
2319 struct dfamust *dm, *ndm;
2651 dfamust(dfa) in dfamust() function
2662 struct dfamust *dm;
2873 dm = (struct dfamust *) malloc(sizeof (struct dfamust));
/dports/lang/awka/awka-0.7.5/regexp/
H A Ddfa.h215 struct dfamust struct
219 struct dfamust *next; argument
285 struct dfamust *musts; /* List of strings, at least one of which
H A Ddfa.c97 static void dfamust _RE_ARGS((struct dfa *dfa));
2042 dfamust(d);
2052 dfamust(d);
2065 struct dfamust *dm, *ndm;
2397 dfamust(dfa) in dfamust() function
2408 struct dfamust *dm;
2619 dm = (struct dfamust *) malloc(sizeof (struct dfamust));
/dports/textproc/gnugrep/grep-3.7/src/
H A Ddfasearch.c73 struct dfamust *dm = dfamust (dc->dfa); in kwsmusts()
/dports/textproc/gnugrep/grep-3.7/
H A DChangeLog3999 dfa: plug a memory leak in dfamust
4289 dfa: build struct dfamust on demand
4293 (dfacomp): Don't build dfamust here.
4296 to a malloc'd struct dfamust.
4301 (dfamustfree, dfamust): Add prototypes.
6024 (dfamust): Use it.
6124 * src/dfa.c (dfamust): Use &=, not if-then.
6125 * src/dfa.h (struct dfamust):
6395 (match_mb_charset, dfamust):
9394 (dfamust): Use xmalloc in place of malloc.
[all …]
H A DChangeLog-20091132 * src/dfa.c (dfamust): Replace two calls to 'malloc' by MALLOC.
1536 (dfamust): handle ANYCHAR.
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgrep/
H A DChangeLog.0227 (dfamust): Cast malloc results. Rename local variable 'new' to 'common'.
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/libgrep/
H A DChangeLog.0227 (dfamust): Cast malloc results. Rename local variable 'new' to 'common'.
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/libgrep/
H A DChangeLog.0227 (dfamust): Cast malloc results. Rename local variable 'new' to 'common'.
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/libgrep/
H A DChangeLog.0227 (dfamust): Cast malloc results. Rename local variable 'new' to 'common'.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A DNEWS260 2019-12-11 dfa To call dfamust, one must now call dfaparse
262 introduced on 2018-10-22 that broke dfamust.
H A DChangeLog1241 * lib/dfa.h (dfamust): Declare that deallocation must happen through
1276 (enlist, addlists, dfamust): Use it.
1277 (dfamust): Omit an unnecessary malloc+free.
1324 (dfamust): Use it to pacify GCC.
1736 (icatalloc, enlist, allocmust, dfamust):
15635 dfa: struct dfamust now uses flexible array
15637 (dfamust, dfamustfree): Adjust to struct dfamust change.
15639 * lib/dfa.h (struct dfamust): Make the final member a
15907 * lib/dfa.c (dfamust): No need to refer to MB_CUR_MAX here.
16146dfamust’ must be called after parsing and before tokens are
[all …]
/dports/lang/gawk/gawk-5.1.1/
H A DChangeLog.02009 * dfa.c (dfamust): Rename parameter: s/dfa/d/.
4103 * dfa.c (dfamust): Redo fix of 22 Sep to match code from
4119 * dfa.c (dfamust): At end, check results of `malloc'.
6917 (dfamust): Handle ANYCHAR.
H A DChangeLog.14110 * dfa.c (dfamust): Restore c90 compat by moving some