tag | line | file | source code |
spc | 500 | drivers/block/genhd.c | unsigned long spc; |
spc | 536 | drivers/block/genhd.c | spc = SWAP16(label->ntrks) * SWAP16(label->nsect); |
spc | 543 | drivers/block/genhd.c | st_sector = first_sector + SWAP32(p->start_cylinder) * spc; |
spc | 116 | drivers/char/selection.c | int sel_mode, new_sel_start, new_sel_end, spc; |
spc | 176 | drivers/char/selection.c | spc = isspace(sel_pos(ps)); |
spc | 179 | drivers/char/selection.c | if ((spc && !isspace(sel_pos(ps))) || |
spc | 180 | drivers/char/selection.c | (!spc && !inword(sel_pos(ps)))) |
spc | 186 | drivers/char/selection.c | spc = isspace(sel_pos(pe)); |
spc | 189 | drivers/char/selection.c | if ((spc && !isspace(sel_pos(pe))) || |
spc | 190 | drivers/char/selection.c | (!spc && !inword(sel_pos(pe)))) |
spc | 174 | fs/umsdos/mangle.c | static const char *spc = "\"*+,/:;<=>?[\\]|~"; |
spc | 183 | fs/umsdos/mangle.c | while (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#'; |