Home
last modified time | relevance | path

Searched refs:empty_string (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstringpool.c37 const char empty_string[] = ""; variable
87 return empty_string;
H A Dggc.h28 extern const char empty_string[]; /* empty string */
H A Dstmt.c1689 empty_string, 0, argvec, constraintvec,
H A DChangeLog.25868 * ggc-simple.c (init_ggc): Set empty_string.
6611 * ggc.h (empty_string): New variable.
6612 * ggc-simple.c (empty_string): Likewise.
6613 (init_ggc): Allocate empty_string and add as root.
6617 (expand_asm_operands): Use empty_string instead of string
H A DChangeLog.43545 * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
/openbsd-src/gnu/gcc/gcc/
H A Dstringpool.c41 const char empty_string[] = ""; variable
93 return empty_string; in ggc_alloc_string()
H A Dggc.h30 extern const char empty_string[]; /* empty string */
H A Dstmt.c863 empty_string, 0, argvec, constraintvec, in expand_asm_operands()
/openbsd-src/gnu/lib/libreadline/examples/
H A Drlfe.c413 static char empty_string[1] = ""; in main() local
414 char *prompt = empty_string; in main()
687 if (prompt != empty_string) in main()
691 prompt = empty_string; in main()