Searched refs:newstring (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | main.c | 1666 add_script_env(pos, newstring) in add_script_env() argument 1668 char *newstring; 1674 free(newstring - 1); 1680 script_env[pos] = newstring; 1792 char *p, *newstring; in update_script_environment() local 1801 newstring = malloc(nlen + 1); in update_script_environment() 1802 if (newstring == NULL) in update_script_environment() 1804 *newstring++ = 0; in update_script_environment() 1805 slprintf(newstring, nlen, "%s=%s", uep->ue_name, uep->ue_value); in update_script_environment() 1807 script_env[i] = newstring; in update_script_environment() [all …]
|
/external/elfutils/libebl/ |
D | eblstrtab.c | 155 newstring (struct Ebl_Strtab *st, const char *str, size_t len) in newstring() function 230 struct Ebl_Strent *newstr = newstring (st, str, len); in ebl_strtabadd()
|
D | eblwstrtab.c | 151 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in newstring() function 236 newstr = newstring (st, str, len); in ebl_wstrtabadd()
|
D | eblgstrtab.c | 155 newstring (struct Ebl_GStrtab *st, const char *str, size_t len) in newstring() function 244 newstr = newstring (st, str, len); in ebl_gstrtabadd()
|