HomeSort by relevance Sort by last modified time
    Searched refs:ntok (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/bios_emulator/x86emu/
debug.c 231 int ntok; local
256 cmd = x86emu_parse_line(s, ps, &ntok);
262 if (ntok == 2) {
267 } else if (ntok == 3) {
292 if (ntok == 2) {
  /external/libpcap/
pcap-usb-linux.c 984 int ntok; local
987 ntok = sscanf(ptr, "%s%n", token, &cnt);
988 if ((ntok < 1) || (cnt < 0))
996 if (ntok != 1)

Completed in 391 milliseconds