OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppentry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_lists.h
148
#define LINK_SORT_SLIST_CURRENT() (*
ppentry
)
154
entrytype **
ppentry
; \
156
ppentry
= &(listhead); \
158
if (NULL == *
ppentry
|| (beforecur)) { \
159
(pentry)->nextlink = *
ppentry
; \
160
*
ppentry
= (pentry); \
163
ppentry
= &((*
ppentry
)->nextlink); \
164
if (NULL == *
ppentry
) { \
166
*
ppentry
= (pentry);
[
all
...]
/src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c
3198
mru **
ppentry
;
local
3276
ppentry
= sorted;
3279
INSIST(
ppentry
< sorted + mru_count);
3280
*
ppentry
= recent;
3281
ppentry
++;
3285
INSIST(
ppentry
< sorted + mru_count);
3286
*
ppentry
= recent;
3287
ppentry
++;
3291
if (
ppentry
- sorted != (int)mru_count) {
3294
mru_count, (long)(
ppentry
- sorted))
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026