OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entsiz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/acorn32/stand/nbfs/
nbfs.c
378
size_t
entsiz
= 0;
local in function:nbfs_func_dirents
396
entsiz
= strlen(dp->d_name) + 1;
397
if (buflen <
entsiz
)
402
entsiz
= ALIGN(offsetof(
405
if (buflen <
entsiz
)
421
outp +=
entsiz
;
422
buflen -=
entsiz
;
nbfs.c
378
size_t
entsiz
= 0;
local in function:nbfs_func_dirents
396
entsiz
= strlen(dp->d_name) + 1;
397
if (buflen <
entsiz
)
402
entsiz
= ALIGN(offsetof(
405
if (buflen <
entsiz
)
421
outp +=
entsiz
;
422
buflen -=
entsiz
;
Completed in 47 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025