Home | History | Annotate | Download | only in src

Lines Matching full:strncmp

964     if (strncmp(str, lts->strings[i], len) == 0) {
990 if (strncmp(str + (prelen - len), lts->strings[i], len) == 0) {
1354 if ((toklen > 0) && (strncmp(tok, "null", 4) != 0)) {
1487 if ((strncmp(out, LTS_MARKER_SYLL_START, 2) != 0) && isdigit(out[strlen(out)-1])) {
1499 (strncmp(output_phone_string[i], LTS_MARKER_SYLL_START, 2) != 0)) {
1505 if(strncmp(out, LTS_MARKER_SYLL_START, 2) == 0 && isdigit(out[strlen(out)-1])){