gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:memcmp from tkernel_2/monitor/cmdsvc/src/command.c (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
685:                 // check for the matching of whole data
686:                 if (memcmp(cp, dt, len) == 0) {
687:                         if (++cnt > MAX_DSP_CNT) {
730: if (reaMemory(dst, &wrkBuf[BFSZ], n, 1)) break; 731: if (memcmp(wrkBuf, &wrkBuf[BFSZ], n) == 0) continue; 732: for (i = 0; i < n; i++) {
1189: for (i = 0; cmdTab[i].func != NULL; i++) { 1190: if (memcmp(cmdTab[i].fnm, tokenSym, 12) == 0 || 1191: (tokenSym[4] == ' ' &&