tag | line | file | source code |
spc | 410 | drivers/block/genhd.c | unsigned long spc; |
spc | 434 | drivers/block/genhd.c | spc = (label->ntrks * label->nsect); |
spc | 441 | drivers/block/genhd.c | st_sector = first_sector + (p->start_cylinder * spc); |
spc | 116 | drivers/char/selection.c | int sel_mode, new_sel_start, new_sel_end, spc; |
spc | 169 | drivers/char/selection.c | spc = isspace(sel_pos(ps)); |
spc | 172 | drivers/char/selection.c | if ((spc && !isspace(sel_pos(ps))) || |
spc | 173 | drivers/char/selection.c | (!spc && !inword(sel_pos(ps)))) |
spc | 179 | drivers/char/selection.c | spc = isspace(sel_pos(pe)); |
spc | 182 | drivers/char/selection.c | if ((spc && !isspace(sel_pos(pe))) || |
spc | 183 | drivers/char/selection.c | (!spc && !inword(sel_pos(pe)))) |
spc | 175 | fs/umsdos/mangle.c | static const char *spc = "\"*+,/:;<=>?[\\]|~"; |
spc | 184 | fs/umsdos/mangle.c | while (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#'; |