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

  /src/usr.bin/patch/
pch.c 54 static long p_filesize; /* size of the patch file */ variable in typeref:typename:long
124 p_filesize = filestat.st_size;
193 if (p_base != 0L && p_base >= p_filesize) {
pch.c 54 static long p_filesize; /* size of the patch file */ variable in typeref:typename:long
124 p_filesize = filestat.st_size;
193 if (p_base != 0L && p_base >= p_filesize) {

Completed in 82 milliseconds