OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ihead
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/rdist/
docmd.c
196
for (;
ihead
!= NULL;
ihead
=
ihead
->nextp) {
197
free(
ihead
);
198
if ((opts & IGNLNKS) ||
ihead
->count == 0)
202
ihead
->pathname);
defs.h
143
extern struct linkbuf *
ihead
; /* list of files with more than one link */
server.c
55
struct linkbuf *
ihead
; /* list of files with more than one link */
variable in typeref:struct:linkbuf *
572
for (lp =
ihead
; lp != NULL; lp = lp->nextp)
581
lp->nextp =
ihead
;
582
ihead
= lp;
Completed in 128 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025