Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/kldconfig/
H A Dkldconfig.c49 TAILQ_HEAD(pathhead, pathentry);
68 static void showpath(struct pathhead *);
71 static char *qstring(struct pathhead *);
76 static void parsepath(struct pathhead *, char *, int);
77 static void setpath(struct pathhead *);
123 setpath(struct pathhead *pathq) in setpath()
227 showpath(struct pathhead *pathq) in showpath()
241 parsepath(struct pathhead *pathq, char *path, int uniq) in parsepath()
261 qstring(struct pathhead *pathq) in qstring()
314 void (*act)(struct pathhead *, char *, int, int); in main()
[all …]
/freebsd-13.1/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 …]