| tag | line | file | source code |
| match | 4025 | drivers/block/floppy.c | int match; |
| match | 4030 | drivers/block/floppy.c | match=0; |
| match | 4035 | drivers/block/floppy.c | if (match){ |
| match | 4056 | drivers/block/floppy.c | match=1; |
| match | 71 | fs/isofs/namei.c | int dlen, rrflag, match; |
| match | 180 | fs/isofs/namei.c | match = 0; |
| match | 184 | fs/isofs/namei.c | match = isofs_match(namelen,name,dpnt,dlen); |
| match | 194 | fs/isofs/namei.c | if (match) { |
| match | 198 | net/ipv4/ip_fw.c | char notcpsyn=1, notcpack=1, match; |
| match | 335 | net/ipv4/ip_fw.c | match = 0x00; |
| match | 340 | net/ipv4/ip_fw.c | match |= 0x01; |
| match | 346 | net/ipv4/ip_fw.c | match |= 0x02; |
| match | 348 | net/ipv4/ip_fw.c | if (match) |
| match | 391 | net/ipv4/ip_fw.c | if(match & 0x02) |
| match | 407 | net/ipv4/ip_fw.c | !(prt==IP_FW_F_ICMP || ((match & 0x01) && |
| match | 411 | net/ipv4/ip_fw.c | f->fw_flg&IP_FW_F_DRNG)) || ((match & 0x02) && |