Searched refs:empty_string (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | stringpool.c | 41 const char empty_string[] = ""; variable 93 return empty_string; in ggc_alloc_string()
|
| H A D | ggc.h | 30 extern const char empty_string[]; /* empty string */
|
| H A D | stmt.c | 874 empty_string, 0, argvec, constraintvec, in expand_asm_operands()
|
| H A D | ChangeLog-1999 | 5868 * 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 D | ChangeLog-2000 | 3551 * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
|
| /freebsd-12.1/crypto/heimdal/kuser/ |
| H A D | kimpersonate.c | 87 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 D | keyword.h | 106 extern char empty_string[1];
|
| H A D | keyword.cc | 152 char empty_string[1] = ""; variable
|
| H A D | main.cc | 138 if (keyword->_rest != empty_string) in main()
|
| H A D | input.cc | 930 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 D | PumpManual.md | 155 sep ::= cpp_code | empty_string 158 | empty_string
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | dfa.c | 3353 static char empty_string[] = ""; in dfamust() local 3355 result = empty_string; in dfamust()
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_all.c | 718 const char empty_string[] = ""; variable 721 asc, ascq, action, empty_string
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 987 * 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 "".
|