Home | History | Annotate | Download | only in pppd

Lines Matching refs:newstring

1908     char *p, *newstring;
1910 newstring = (char *) malloc(vl+1);
1911 if (newstring == 0)
1913 *newstring++ = iskey;
1914 slprintf(newstring, vl, "%s=%s", var, value);
1925 script_env[i] = newstring;
1928 add_db_key(newstring);
1954 script_env[i] = newstring;
1960 add_db_key(newstring);