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

  /src/sbin/fsck_lfs/
lfs.c 935 ino_t oldlast; local in function:extend_ifile
949 LFS_GET_HEADFREE(fs, cip, cbp, &oldlast);
961 ifp64->if_nextfree = oldlast;
969 ifp32->if_nextfree = oldlast;
977 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 12 milliseconds