Home
last modified time | relevance | path

Searched refs:pathhead (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sbin/kldconfig/
H A Dkldconfig.c47 TAILQ_HEAD(pathhead, pathentry);
66 static void showpath(struct pathhead *);
69 static char *qstring(struct pathhead *);
74 static void parsepath(struct pathhead *, char *, int);
75 static void setpath(struct pathhead *);
121 setpath(struct pathhead *pathq) in setpath()
225 showpath(struct pathhead *pathq) in showpath()
239 parsepath(struct pathhead *pathq, char *path, int uniq) in parsepath()
259 qstring(struct pathhead *pathq) in qstring()
312 void (*act)(struct pathhead *, char *, int, int); in main()
[all …]
/freebsd-14.2/contrib/tcsh/
H A Dma.setp.c102 } *pathhead = NULL; variable
250 if (pathhead == NULL) in initpaths()
251 pathhead = pathend = pe; in initpaths()
317 if (npaths == 0 || pathhead == NULL) in freepaths()
319 while (pe = pathhead) { in freepaths()
333 pathhead = pe->pnext; in freepaths()
351 for (pe = pathhead; pe; pe = pe->pnext) { in tcsh_rcmd()
394 for (pe = pathhead; pe; pe = pe->pnext) { in icmd()
416 for (pe = pathhead; pe; pe = pe->pnext) { in iacmd()
432 for (pe = pathhead; pe; pe = pe->pnext) { in ibcmd()
[all …]