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

/freebsd-12-stable/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-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c3166 mru **ppentry; local
3244 ppentry = sorted;
3247 INSIST(ppentry < sorted + mru_count);
3248 *ppentry = recent;
3249 ppentry++;
3253 INSIST(ppentry < sorted + mru_count);
3254 *ppentry = recent;
3255 ppentry++;
3259 if (ppentry - sorted != (int)mru_count) {
3262 mru_count, (long)(ppentry
[all...]

Completed in 158 milliseconds