Searched refs:newstring (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | main.c | 1643 add_script_env(pos, newstring) in add_script_env() argument 1645 char *newstring; 1651 free(newstring - 1); 1657 script_env[pos] = newstring; 1769 char *p, *newstring; in update_script_environment() local 1778 newstring = malloc(nlen + 1); in update_script_environment() 1779 if (newstring == NULL) in update_script_environment() 1781 *newstring++ = 0; in update_script_environment() 1782 slprintf(newstring, nlen, "%s=%s", uep->ue_name, uep->ue_value); in update_script_environment() 1784 script_env[i] = newstring; in update_script_environment() [all …]
|
/external/elfutils/libdwelf/ |
D | dwelf_strtab.c | 150 newstring (Dwelf_Strtab *st, const char *str, size_t len) in newstring() function 221 Dwelf_Strent *newstr = newstring (st, str, len); in strtab_add()
|