Home | History | Annotate | Download | only in pppd

Lines Matching full:newstring

1666 add_script_env(pos, newstring)
1668 char *newstring;
1674 free(newstring - 1);
1680 script_env[pos] = newstring;
1792 char *p, *newstring;
1801 newstring = malloc(nlen + 1);
1802 if (newstring == NULL)
1804 *newstring++ = 0;
1805 slprintf(newstring, nlen, "%s=%s", uep->ue_name, uep->ue_value);
1807 script_env[i] = newstring;
1809 add_script_env(i, newstring);
2093 char *p, *newstring;
2095 newstring = (char *) malloc(vl+1);
2096 if (newstring == 0)
2098 *newstring++ = iskey;
2099 slprintf(newstring, vl, "%s=%s", var, value);
2110 script_env[i] = newstring;
2114 add_db_key(newstring);
2126 free(newstring - 1);
2132 if (!add_script_env(i, newstring))
2138 add_db_key(newstring);