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

/freebsd-9.3-release/sbin/kldconfig/
H A Dkldconfig.c56 TAILQ_HEAD(pathhead, pathentry);
73 static void addpath(struct pathhead *, char *, int, int);
74 static void rempath(struct pathhead *, char *, int, int);
75 static void showpath(struct pathhead *);
78 static char *qstring(struct pathhead *);
83 static void parsepath(struct pathhead *, char *, int);
84 static void setpath(struct pathhead *);
130 setpath(struct pathhead *pathq)
150 addpath(struct pathhead *pathq, char *path, int force, int insert)
211 rempath(struct pathhead *path
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c103 } *pathhead = NULL; variable in typeref:struct:pelem
251 if (pathhead == NULL)
252 pathhead = pathend = pe;
290 for (npath = 0, pe = pathhead; pe; npath++, pe = pe->pnext) {
318 if (npaths == 0 || pathhead == NULL)
320 while (pe = pathhead) {
334 pathhead = pe->pnext;
352 for (pe = pathhead; pe; pe = pe->pnext) {
395 for (pe = pathhead; pe; pe = pe->pnext) {
417 for (pe = pathhead; p
[all...]

Completed in 107 milliseconds