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

  /src/sbin/restore/
tape.c 999 char *mapptr; local in function:getbitmap
1009 mapptr = *map = malloc(size);
1014 readtape(mapptr);
1015 mapptr += TP_BSIZE;
1023 mapptr = *map + mapsize;
tape.c 999 char *mapptr; local in function:getbitmap
1009 mapptr = *map = malloc(size);
1014 readtape(mapptr);
1015 mapptr += TP_BSIZE;
1023 mapptr = *map + mapsize;

Completed in 24 milliseconds