gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:strncmp (0.00 seconds)
tkernel_2
monitor/hwdepend/tef_em1d/src/diskio.c - 7.4KB - 250 lines
99:         for ( i = 0; i < N_ConfigDisk; i++ ) {
100:                 if ( strncmp(name, ConfigDisk[i].name, L_DEVNM) == 0 ) break;
101:         }
t2ex
bsd_source/lib/libc/src_bsd/string/strstr.c - 2.2KB - 56 lines
51:                         } while (sc != c);
52:                 } while (strncmp(s, find, len) != 0);
53:                 s--;
More results from t2ex