• Home
  • Raw
  • Download

Lines Matching refs:u_char

98 static u_char calcShortSum(u_char *);
100 static int removede(struct fat_descriptor *, u_char *, u_char *,
102 static int checksize(struct fat_descriptor *, u_char *, struct dosDirEntry *);
194 static inline u_char
195 calcShortSum(u_char *p) in calcShortSum()
197 u_char sum = 0; in calcShortSum()
212 static u_char *buffer = NULL;
213 static u_char *delbuf = NULL;
301 u_char *s, *e; in delete()
350 removede(struct fat_descriptor *fat, u_char *start, in removede()
351 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, in removede()
388 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize()
429 p[28] = (u_char)physicalSize; in checksize()
430 p[29] = (u_char)(physicalSize >> 8); in checksize()
431 p[30] = (u_char)(physicalSize >> 16); in checksize()
432 p[31] = (u_char)(physicalSize >> 24); in checksize()
455 static const u_char dot_name[11] = ". ";
456 static const u_char dotdot_name[11] = ".. ";
466 u_char *buf, *cp; in check_subdirectory()
540 u_char *p, *vallfn, *invlfn, *empty; in readDosDirSection()
627 u_char *q; in readDosDirSection()
895 p[26] = (u_char)dirent.head; in readDosDirSection()
896 p[27] = (u_char)(dirent.head >> 8); in readDosDirSection()
898 p[20] = (u_char)(dirent.head >> 16); in readDosDirSection()
899 p[21] = (u_char)(dirent.head >> 24); in readDosDirSection()
926 p[26] = (u_char)dirent.head; in readDosDirSection()
927 p[27] = (u_char)(dirent.head >> 8); in readDosDirSection()
929 p[20] = (u_char)(dirent.head >> 16); in readDosDirSection()
930 p[21] = (u_char)(dirent.head >> 24); in readDosDirSection()
1070 static u_char *lfbuf;
1080 u_char *p; in reconnect()
1144 p[26] = (u_char)d.head; in reconnect()
1145 p[27] = (u_char)(d.head >> 8); in reconnect()
1147 p[20] = (u_char)(d.head >> 16); in reconnect()
1148 p[21] = (u_char)(d.head >> 24); in reconnect()
1150 p[28] = (u_char)d.size; in reconnect()
1151 p[29] = (u_char)(d.size >> 8); in reconnect()
1152 p[30] = (u_char)(d.size >> 16); in reconnect()
1153 p[31] = (u_char)(d.size >> 24); in reconnect()