Home | History | Annotate | Download | only in iptables

Lines Matching refs:nxt

1064 	char *cur, *nxt;
1080 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) == 0 ? 16 : 10);
1081 if (nxt == cur || errno != 0)
1087 cur = nxt;
1095 nxt = cur;
1096 while (*nxt != '\0' && !isspace(*nxt))
1097 ++nxt;
1098 if (nxt == cur)
1100 *nxt = '\0';