Home
last modified time | relevance | path

Searched defs:new_string (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsetenv.c144 char *new_string = (char *) malloc (namelen + 1 + vallen); in setenv() local
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsetenv.c144 char *new_string = (char *) malloc (namelen + 1 + vallen); in setenv() local
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsetenv.c144 char *new_string = (char *) malloc (namelen + 1 + vallen); in setenv() local
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsetenv.c144 char *new_string = (char *) malloc (namelen + 1 + vallen); in setenv() local
/netbsd-src/external/mpl/dhcp/dist/common/tests/
H A Dtest_alloc.c417 struct data_string new_string; in ATF_TC_BODY() local
512 struct data_string new_string, copy_string; in ATF_TC_BODY() local
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dhash.c484 char *new_string; in bfd_hash_lookup() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dhash.c573 char *new_string; in bfd_hash_lookup() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-c.c1449 char *new_string = xasprintf ("<%s>", tp->string); in phase8a_get() local
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dalloc.c1277 data_string_new(struct data_string *new_string, in data_string_new()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dvasprintf.c854 register_string (struct string_list *sl, char *new_string) in register_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h398 string *new_string (const char *text) { return m_ctxt->new_string (text); } in new_string() function
H A Djit-recording.c727 recording::context::new_string (const char *text) in new_string() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h417 string *new_string (const char *text) { return m_ctxt->new_string (text); } in new_string() function
H A Djit-recording.cc728 recording::context::new_string (const char *text, bool escaped) in new_string() function in gcc::jit::recording::context