Searched refs:centry (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/mtree/
H A Dspec.c112 NODE *centry, *last, *pathparent, *cur; local
119 centry = last = NULL;
207 if ((centry = calloc(1, sizeof(NODE) + strlen(p))) == NULL)
209 *centry = ginfo;
210 centry->lineno = mtree_lineno;
211 strcpy(centry->name, p);
214 centry->flags |= F_MAGIC;
215 set(next, centry);
225 if (strcmp(centry->name, ".") == 0 && centry
719 addchild(NODE *pathparent, NODE *centry) argument
[all...]
/freebsd-10-stable/usr.sbin/mtree/
H A Dspec.c60 NODE *centry, *last; local
66 centry = last = root = NULL;
99 set(p, centry);
140 if ((centry = calloc(1, sizeof(NODE) + strlen(p))) == NULL)
142 *centry = ginfo;
145 centry->flags |= F_MAGIC;
146 if (strunvis(centry->name, p) == -1)
148 set(NULL, centry);
151 last = root = centry;
154 centry
[all...]
/freebsd-10-stable/usr.sbin/btxld/
H A Dbtxld.c106 static uint32_t centry; /* Client entry address */ variable
152 centry = optaddr(optarg);
254 btx.btx_entry = Eflag ? centry : ihdr.entry;

Completed in 111 milliseconds