Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmymalloc.c146 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 Dcrt0-common.c74 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 Drlfe.c387 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 Drlfe.c387 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 Dkimpersonate.c91 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 Dtransfer.c236 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 Dtransfer.c236 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 Ddfa.c3353 static char empty_string[] = ""; in dfamust() local
3355 result = empty_string; in dfamust()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c3342 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 DREADME.md101 std::string empty_string;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md105 std::string empty_string;
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20121614 * frontend-passes.c (empty_string): Add prototype.
1742 (empty_string): New function.
/netbsd-src/external/gpl3/gcc/dist/gcc/
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-201725739 * ggc.h (empty_string): Delete.
25742 * stringpool.c (empty_string): Delete.
H A DChangeLog-20003551 * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.