/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | mymalloc.c | 146 static const char empty_string[] = ""; variable 183 if (ptr == empty_string) in myrealloc() 215 if (ptr != empty_string) { in myfree() 235 return ((char *) empty_string); in mystrdup() 255 return ((char *) empty_string); in mystrndup()
|
/netbsd-src/lib/csu/common/ |
H A D | crt0-common.c | 74 static char empty_string[] = ""; variable 78 char *__progname __common = empty_string; 317 __progname = empty_string; in ___start()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 387 static char empty_string[1] = ""; in main() local 388 char *prompt = empty_string; in main() 657 if (prompt != empty_string) in main() 662 prompt = empty_string; in main()
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 387 static char empty_string[1] = ""; in main() local 388 char *prompt = empty_string; in main() 657 if (prompt != empty_string) in main() 662 prompt = empty_string; in main()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kimpersonate.c | 91 krb5_data empty_string; in encode_ticket() local 93 krb5_data_zero(&empty_string); in encode_ticket() 95 et.transited.contents = empty_string; in encode_ticket()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | transfer.c | 236 static char *empty_string[0]; in read_sf_internal() local 272 return (char*) empty_string; in read_sf_internal() 282 return (char*) empty_string; in read_sf_internal() 288 return (char*) empty_string; in read_sf_internal() 357 static char *empty_string[0]; in read_sf() local 369 return (char*) empty_string; in read_sf() 595 static gfc_char4_t *empty_string[0]; in read_block_form4() local 614 return empty_string; in read_block_form4() 2433 static char *empty_string[0]; in transfer_character() local 2442 p = empty_string; in transfer_character() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | transfer.c | 236 static char *empty_string[0]; in read_sf_internal() local 272 return (char*) empty_string; in read_sf_internal() 282 return (char*) empty_string; in read_sf_internal() 288 return (char*) empty_string; in read_sf_internal() 357 static char *empty_string[0]; in read_sf() local 369 return (char*) empty_string; in read_sf() 595 static gfc_char4_t *empty_string[0]; in read_block_form4() local 614 return empty_string; in read_block_form4() 2585 static char *empty_string[0]; in transfer_character() local 2594 p = empty_string; in transfer_character() [all …]
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | dfa.c | 3353 static char empty_string[] = ""; in dfamust() local 3355 result = empty_string; in dfamust()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | dfa.c | 3342 static char empty_string[] = ""; in dfamust() local 3344 result = empty_string; in dfamust()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
H A D | README.md | 101 std::string empty_string;
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
H A D | README.md | 105 std::string empty_string;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2012 | 1614 * frontend-passes.c (empty_string): Add prototype. 1742 (empty_string): New function.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
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-2017 | 25739 * ggc.h (empty_string): Delete. 25742 * stringpool.c (empty_string): Delete.
|
H A D | ChangeLog-2000 | 3551 * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
|