Lines Matching +defs:strcasecmp +defs:c
89 u_int c; /* last cluster read */ member
133 #define fatoff(sz, c) ((sz) == 12 ? (c) + ((c) >> 1) : \ argument
138 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus) argument
159 #define strcasecmp(s1, s2) dos_strcasecmp(s1, s2) macro
161 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
164 #define TO_UPPER(c) ((c) >= 'a' && (c) <= 'z' ? (c) - ('a' - 'A') : (c)) in strcasecmp() argument
284 u_int nb, off, clus, c, cnt, n; in dosfs_read() local
632 u_int n, x, c; in cp_xdnm() local
680 u_int c; in fsize() local
700 fatcnt(DOS_FS *fs, u_int c) in fatcnt()
714 fatget(DOS_FS *fs, u_int *c) in fatget()
733 fatend(u_int sz, u_int c) in fatend()