Searched refs:ntok (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcut.c205 char *ntok; local
216 ntok = strsep(&ltok, "-");
217 if (ntok == NULL) {
219 ("internal error: ntok is null for start pos!?\n");
220 } else if (strlen(ntok) == 0) {
223 s = xatoi_u(ntok);
231 ntok = strsep(&ltok, "-");
232 if (ntok == NULL) {
234 } else if (strlen(ntok) == 0) {
237 e = xatoi_u(ntok);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-usb-linux.c709 int ntok; local
712 ntok = sscanf(ptr, "%s%n", token, &cnt);
713 if ((ntok < 1) || (cnt < 0))
721 if (ntok != 1)

Completed in 120 milliseconds