Searched refs:flex_alloc (Results 1 - 10 of 10) sorted by path

/freebsd-10.3-release/contrib/flex/
H A Dbuf.c77 t = flex_alloc (tsz = strlen (fmt) + strlen (s) + 1);
97 t = flex_alloc (strlen ("#line \"\"\n") + /* constant parts */
177 str = (char*)flex_alloc(strsz = strlen(fmt) + strlen(def) + strlen(val) + 2);
197 str = (char*)flex_alloc(strsz = strlen(fmt) + strlen(def) + 2);
H A Dfilter.c50 f = (struct filter *) flex_alloc (sizeof (struct filter));
52 flexerror (_("flex_alloc failed (f) in filter_create_ext"));
70 (const char **) flex_alloc (sizeof (char *) *
73 flexerror (_("flex_alloc failed (f->argv) in filter_create_ext"));
110 f = (struct filter *) flex_alloc (sizeof (struct filter));
112 flexerror (_("flex_alloc failed in filter_create_int"));
291 buf = (char *) flex_alloc (readsz);
293 flexerror (_("flex_alloc failed in filter_tee_header"));
352 buf = (char *) flex_alloc (readsz);
354 flexerror (_("flex_alloc faile
[all...]
H A Dflexdef.h682 void *flex_alloc PROTO ((size_t));
H A Dmain.c455 str = (char*)flex_alloc(strsz = strlen(fmt) + strlen(scname[i]) + NUMCHARLINES + 2);
H A Dmisc.c63 sko_stack = (struct sko_state*)flex_alloc(sizeof(struct sko_state)*sko_sz);
176 mem = flex_alloc (num_bytes);
267 copy = (char *) flex_alloc (size);
977 void *result = flex_alloc ((size_t) size);
H A Dregex.c60 errbuf = (char*)flex_alloc(errbuf_sz *sizeof(char));
63 rxerr = (char*)flex_alloc(errbuf_sz *sizeof(char));
88 str = (char *) flex_alloc ((len + 1) * sizeof (char));
H A Dscan.l1011 void *flex_alloc( size )
H A Dscanflags.c62 _sf_stk = (scanflags_t*) flex_alloc ( sizeof(scanflags_t) * (_sf_max = 32));
H A Dsym.c97 flex_alloc (sizeof (struct hash_entry));
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c5197 void *flex_alloc( size ) function

Completed in 133 milliseconds