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

/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_lists.h146 #define LINK_SORT_SLIST_CURRENT() (*ppentry)
152 entrytype **ppentry; \
154 ppentry = &(listhead); \
156 if (NULL == *ppentry || (beforecur)) { \
157 (pentry)->nextlink = *ppentry; \
158 *ppentry = (pentry); \
161 ppentry = &((*ppentry)->nextlink); \
162 if (NULL == *ppentry) { \
164 *ppentry
[all...]
/freebsd-10.1-release/contrib/ntp/ntpq/
H A Dntpq-subs.c3096 mru **ppentry; local
3174 ppentry = sorted;
3177 INSIST(ppentry < sorted + mru_count);
3178 *ppentry = recent;
3179 ppentry++;
3183 INSIST(ppentry < sorted + mru_count);
3184 *ppentry = recent;
3185 ppentry++;
3189 if (ppentry - sorted != (int)mru_count) {
3192 mru_count, (long)(ppentry
[all...]

Completed in 63 milliseconds