Lines Matching defs:next
1113 __le32 next_blkaddr; /* next node page block address */1774 char *buf, *sub, *next;1780 for (sub = buf; sub && *sub; sub = next ? next + 1 : NULL) {1784 next = sub;1786 while (*next && *next != ' ' && *next != ',')1787 next++;1789 if (*next == 0)1790 next = NULL;1792 *next = 0;