tag | line | file | source code |
---|---|---|---|
sc2 | 83 | include/asm-m68k/string.h | const char *sc1,*sc2; |
sc2 | 86 | include/asm-m68k/string.h | for( sc2 = ct; *sc2 != '\0'; ++sc2) |
sc2 | 87 | include/asm-m68k/string.h | if (*sc1 == *sc2) |
sc2 | 173 | lib/string.c | const char *sc1,*sc2; |
sc2 | 176 | lib/string.c | for( sc2 = ct; *sc2 != '\0'; ++sc2) { |
sc2 | 177 | lib/string.c | if (*sc1 == *sc2) |