OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tailp
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/rpcgen/
rpc_parse.c
125
decl_list **
tailp
;
local
132
tailp
= &defp->def.st.decls;
137
*
tailp
= decls;
138
tailp
= &decls->next;
143
*
tailp
= NULL;
152
decl_list **
tailp
;
local
164
tailp
= &defp->def.st.decls;
195
tailp
= &decls->next;
203
*
tailp
= decls;
206
tailp
= &decls->next
255
enumval_list **
tailp
;
local
298
case_list **
tailp
;
local
[
all
...]
/src/lib/libc/stdio/
vsnprintf_ss.c
114
if (sbuf <
tailp
) \
138
char *
tailp
; /* tail pointer for snprintf */
local
152
tailp
= sbuf + slen;
500
if (sbuf ==
tailp
)
/src/games/fortune/fortune/
fortune.c
692
FILEDESC *
tailp
;
local
701
tailp
= NULL;
708
if (add_file(NO_PROB, name, fp->path, &fp->child, &
tailp
, fp))
/src/sys/kern/
subr_prf.c
1228
if (sbuf && ((vp == NULL) || (sbuf <
tailp
))) \
1271
char *
tailp
; /* tail pointer for snprintf */
local
1274
tailp
= *(char **)vp;
1276
tailp
= NULL;
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026