Home | History | Annotate | Download | only in stage2

Lines Matching refs:pptr

576 		  char *pptr = password;
587 while (! isspace (*pptr) && *pptr)
588 pptr++;
591 *pptr++ = 0;
596 while (isspace (*pptr))
597 pptr++;
599 /* If *PPTR is NUL, then allow the user to use
602 if (*pptr != 0)
604 while ((*(new_file++) = *(pptr++)) != 0)