Home
last modified time | relevance | path

Searched refs:ntok (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c231 int ntok; in x86emu_single_step() local
256 cmd = x86emu_parse_line(s, ps, &ntok); in x86emu_single_step()
262 if (ntok == 2) { in x86emu_single_step()
267 } else if (ntok == 3) { in x86emu_single_step()
292 if (ntok == 2) { in x86emu_single_step()
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DParse.java113 int ntok = izer.nextToken(); in item() local
114 if (ntok == StreamTokenizer.TT_WORD) { in item()
116 } else if (ntok == '\'') { in item()
/external/libpcap/
Dpcap-usb-linux.c984 int ntok; in usb_stats_linux() local
987 ntok = sscanf(ptr, "%s%n", token, &cnt); in usb_stats_linux()
988 if ((ntok < 1) || (cnt < 0)) in usb_stats_linux()
996 if (ntok != 1) in usb_stats_linux()