Searched refs:p1 (Results 1 – 1 of 1) sorted by relevance
176 char *p1, *p2; in libc_hidden_def() local178 p1 = strchr (netname, '.'); in libc_hidden_def()179 if (p1 == NULL) in libc_hidden_def()181 p1++; in libc_hidden_def()183 p2 = strchr (p1, '@'); in libc_hidden_def()191 strncpy (hostname, p1, hostlen); in libc_hidden_def()
Completed in 4 milliseconds