Lines Matching defs:H
86 } H;
212 if (read(0, (char *)&H, sizeof (H)) != sizeof (H)) {
233 if (H.Flines < 0) {
239 if (H.Blocks[0] != HBLKS || H.Blocks[1] != HBLKS+1) {
241 fprintf(stderr, "Blocks %d %d\n", H.Blocks[0], H.Blocks[1]);
245 if (name == 0 && H.Uid != getuid()) {
262 if (H.Savedfile[0] == 0) {
263 (void) strcpy(H.Savedfile, "LOST");
264 (void) write(0, (char *) &H, sizeof (H));
265 H.Savedfile[0] = 0;
274 pp = getpwuid(H.Uid);
292 (void) chown((char *)savdir, H.Uid, 2);
310 (void) fchown(savfild, H.Uid, 2);
326 notify(H.Uid, H.Savedfile, (int) name, H.encrypted);