Lines Matching refs:nxt
1112 char *cur, *nxt;1128 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) == 0 ? 16 : 10);1129 if (nxt == cur || errno != 0)1135 cur = nxt;1143 nxt = cur;1144 while (*nxt != '\0' && !isspace(*nxt))1145 ++nxt;1146 if (nxt == cur)1148 *nxt = '\0';