Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c996 int copycnt, filtstat, narg, resp, sfd, sfres, sizerr, statrc; in sendfile() local
1001 statrc = lstat(file, &stb); in sendfile()
1002 if (statrc < 0) { in sendfile()
1113 statrc = fstat(tfd, &stb); /* to find size of tfile */ in sendfile()
1114 if (statrc < 0) { in sendfile()