Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:u_char

101 static u_char calcShortSum(u_char *);
104 static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
105 u_char *, cl_t, cl_t, cl_t, char *, int);
106 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
196 static u_char
197 calcShortSum(u_char *p)
199 u_char sum = 0;
214 static u_char *buffer = NULL;
215 static u_char *delbuf = NULL;
310 u_char *s, *e;
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start,
356 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type)
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p,
410 p[28] = (u_char)physicalSize;
411 p[29] = (u_char)(physicalSize >> 8);
412 p[30] = (u_char)(physicalSize >> 16);
413 p[31] = (u_char)(physicalSize >> 24);
436 static u_char dot_header[16]={0x2E, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00};
437 static u_char dot_dot_header[16]={0x2E, 0x2E, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00};
445 u_char *p, *buf;
529 u_char *p, *vallfn, *invlfn, *empty;
593 u_char *q;
862 p[26] = (u_char)dirent.head;
863 p[27] = (u_char)(dirent.head >> 8);
865 p[20] = (u_char)(dirent.head >> 16);
866 p[21] = (u_char)(dirent.head >> 24);
893 p[26] = (u_char)dirent.head;
894 p[27] = (u_char)(dirent.head >> 8);
896 p[20] = (u_char)(dirent.head >> 16);
897 p[21] = (u_char)(dirent.head >> 24);
1014 static u_char *lfbuf;
1022 u_char *p;
1082 p[26] = (u_char)d.head;
1083 p[27] = (u_char)(d.head >> 8);
1085 p[20] = (u_char)(d.head >> 16);
1086 p[21] = (u_char)(d.head >> 24);
1088 p[28] = (u_char)d.size;
1089 p[29] = (u_char)(d.size >> 8);
1090 p[30] = (u_char)(d.size >> 16);
1091 p[31] = (u_char)(d.size >> 24);