HomeSort by: relevance | last modified time | path
    Searched defs:oldlast (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_lfs/
lfs.c 960 ino_t oldlast; local in function:extend_ifile
974 LFS_GET_HEADFREE(fs, cip, cbp, &oldlast);
986 ifp64->if_nextfree = oldlast;
994 ifp32->if_nextfree = oldlast;
1002 ifp_v1->if_nextfree = oldlast;
  /src/usr.bin/patch/
patch.c 712 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1; local in function:abort_context_hunk
721 if (oldlast < oldfirst)
723 else if (oldlast == oldfirst)
727 oldlast, stars);

Completed in 30 milliseconds