Lines Matching refs:old_ptr
352 char *old_ptr;
404 old_ptr = strpbrk(linebuf, " \t\n");
405 old_ptr = skip_wspace(old_ptr);
406 if (old_ptr == NULL) {
418 * old_ptr is either at "flags1" or "unix"
420 if ((unix_ptr = strstr(old_ptr, "/unix")) != NULL) {
438 unix_ptr = rskip_bspace(old_ptr, unix_ptr);
440 if (unix_ptr == old_ptr) {
444 flags1_ptr = old_ptr;
453 flags1_ptr = old_ptr;