taglinefilesource code
m23include/asm/system.hextern inline int tas(char * m)
m27include/asm/system.h__asm__("xchgb %0,%1":"=q" (res),"=m" (*m):"0" (0x1));
m83include/linux/msdos_fs.h#define MSDOS_MKMODE(a,m) (m & (a & ATTR_RO ? 0444 : 0777))
m87include/linux/msdos_fs.h#define MSDOS_MKATTR(m) (!(m & 0200) ? ATTR_RO : ATTR_NONE)
m57include/linux/stat.h#define S_ISLNK(m)  (((m) & S_IFMT) == S_IFLNK)
m58include/linux/stat.h#define S_ISREG(m)  (((m) & S_IFMT) == S_IFREG)
m59include/linux/stat.h#define S_ISDIR(m)  (((m) & S_IFMT) == S_IFDIR)
m60include/linux/stat.h#define S_ISCHR(m)  (((m) & S_IFMT) == S_IFCHR)
m61include/linux/stat.h#define S_ISBLK(m)  (((m) & S_IFMT) == S_IFBLK)
m62include/linux/stat.h#define S_ISFIFO(m)  (((m) & S_IFMT) == S_IFIFO)
m63include/linux/stat.h#define S_ISSOCK(m)  (((m) & S_IFMT) == S_IFSOCK)
m276zBoot/gzip.hextern void error         OF((char *m));
m271zBoot/inflate.cint huft_build(b, n, s, d, e, t, m)
m278zBoot/inflate.cint *m;                 /* maximum lookup bits, returns actual */
m318zBoot/inflate.c*m = 0;
m325zBoot/inflate.cl = *m;
m338zBoot/inflate.c*m = l;
m735zBoot/inflate.cunsigned m;           /* mask for bit lengths table */
m803zBoot/inflate.cm = mask_bits[bl];
m808zBoot/inflate.cj = (td = tl + ((unsigned)b & m))->b;