Home
last modified time | relevance | path

Searched refs:p_filesize (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/patch/
Dpch.c51 static long p_filesize; /* size of the patch file */ variable
120 p_filesize = filestat.st_size; in open_patch_file()
189 if (p_base != 0L && p_base >= p_filesize) { in there_is_another_patch()