OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:centry
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mtree/
spec.c
112
NODE *
centry
, *last, *pathparent, *cur;
local in function:spec
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
->type == 0
[
all
...]
spec.c
112
NODE *
centry
, *last, *pathparent, *cur;
local in function:spec
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
->type == 0
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025