Search | Google it | Results 1 - 2 of 2 for funcall:strncmp (0.00 seconds) |
99: for ( i = 0; i < N_ConfigDisk; i++ ) { 100: if ( strncmp(name, ConfigDisk[i].name, L_DEVNM) == 0 ) break; 101: }
51: } while (sc != c); 52: } while (strncmp(s, find, len) != 0); 53: s--;