Home | Sort by: relevance | last modified time | path |
/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) { |