Lines Matching refs:u_char
96 static u_char calcShortSum(u_char *);
98 static int removede(struct fat_descriptor *, u_char *, u_char *,
100 static int checksize(struct fat_descriptor *, u_char *, struct dosDirEntry *);
192 static inline u_char
193 calcShortSum(u_char *p)
195 u_char sum = 0;
210 static u_char *buffer = NULL;
211 static u_char *delbuf = NULL;
299 u_char *s, *e;
348 removede(struct fat_descriptor *fat, u_char *start,
349 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl,
386 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir)
427 p[28] = (u_char)physicalSize;
428 p[29] = (u_char)(physicalSize >> 8);
429 p[30] = (u_char)(physicalSize >> 16);
430 p[31] = (u_char)(physicalSize >> 24);
453 static const u_char dot_name[11] = ". ";
454 static const u_char dotdot_name[11] = ".. ";
464 u_char *buf, *cp;
538 u_char *p, *vallfn, *invlfn, *empty;
625 u_char *q;
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);
924 p[26] = (u_char)dirent.head;
925 p[27] = (u_char)(dirent.head >> 8);
927 p[20] = (u_char)(dirent.head >> 16);
928 p[21] = (u_char)(dirent.head >> 24);
1068 static u_char *lfbuf;
1078 u_char *p;
1142 p[26] = (u_char)d.head;
1143 p[27] = (u_char)(d.head >> 8);
1145 p[20] = (u_char)(d.head >> 16);
1146 p[21] = (u_char)(d.head >> 24);
1148 p[28] = (u_char)d.size;
1149 p[29] = (u_char)(d.size >> 8);
1150 p[30] = (u_char)(d.size >> 16);
1151 p[31] = (u_char)(d.size >> 24);