Searched refs:statrc (Results 1 – 1 of 1) sorted by relevance
996 int copycnt, filtstat, narg, resp, sfd, sfres, sizerr, statrc; in sendfile() local1001 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()