Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.c874 empty_string, 0, argvec, constraintvec, in expand_asm_operands()
H A DChangeLog-19995868 * 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-20003551 * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
/freebsd-12.1/crypto/heimdal/kuser/
H A Dkimpersonate.c87 krb5_data empty_string; in encode_ticket() local
89 krb5_data_zero(&empty_string); in encode_ticket()
91 et.transited.contents = empty_string; in encode_ticket()
/freebsd-12.1/contrib/gperf/src/
H A Dkeyword.h106 extern char empty_string[1];
H A Dkeyword.cc152 char empty_string[1] = ""; variable
H A Dmain.cc138 if (keyword->_rest != empty_string) in main()
H A Dinput.cc930 rest = empty_string; in read_input()
942 rest = empty_string; in read_input()
961 rest = empty_string; in read_input()
/freebsd-12.1/contrib/googletest/googletest/docs/
H A DPumpManual.md155 sep ::= cpp_code | empty_string
158 | empty_string
/freebsd-12.1/gnu/usr.bin/grep/
H A Ddfa.c3353 static char empty_string[] = ""; in dfamust() local
3355 result = empty_string; in dfamust()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_all.c718 const char empty_string[] = ""; variable
721 asc, ascq, action, empty_string
/freebsd-12.1/contrib/gperf/
H A DChangeLog987 * src/keyword.h (empty_string): New declaration.
988 * src/keyword.cc (empty_string): New variable.
992 struct_decl, reallocate it. For rest, use empty_string instead of "".