Home
last modified time | relevance | path

Searched refs:alloc_string (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Drclex.l59 struct alloc_string struct
61 struct alloc_string *next; argument
65 static struct alloc_string *strings; argument
449 struct alloc_string *as;
451 as = (struct alloc_string *) xmalloc (sizeof *as);
466 struct alloc_string *as;
471 struct alloc_string *n;
H A Drclex.c698 struct alloc_string struct
700 struct alloc_string *next; argument
704 static struct alloc_string *strings; argument
2560 struct alloc_string *as; in get_string()
2562 as = (struct alloc_string *) xmalloc (sizeof *as); in get_string()
2577 struct alloc_string *as; in rcparse_discard_strings()
2582 struct alloc_string *n; in rcparse_discard_strings()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Drclex.l62 struct alloc_string struct
64 struct alloc_string *next; argument
68 static struct alloc_string *strings; argument
457 struct alloc_string *as;
459 as = (struct alloc_string *) xmalloc (sizeof *as);
474 struct alloc_string *as;
479 struct alloc_string *n;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.53799 (alloc_string): Rename alloc_ident. Use the SP_ accessors.