OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/hfs/
hfs_vnops.c
859
struct dirent
curent
; /* the dirent entry we are constructing */
local in function:hfs_vop_readdir
909
namlen = utf16_to_utf8(
curent
.d_name, NAME_MAX,
918
if (
curent
.d_name[ni] == '/')
919
curent
.d_name[ni] = ':';
920
curent
.d_namlen = namlen;
921
curent
.d_reclen = _DIRENT_SIZE(&
curent
);
924
bufoff +=
curent
.d_reclen;
925
if (bufoff -
curent
.d_reclen < uio->uio_offset)
929
if (uio->uio_resid <
curent
.d_reclen)
[
all
...]
hfs_vnops.c
859
struct dirent
curent
; /* the dirent entry we are constructing */
local in function:hfs_vop_readdir
909
namlen = utf16_to_utf8(
curent
.d_name, NAME_MAX,
918
if (
curent
.d_name[ni] == '/')
919
curent
.d_name[ni] = ':';
920
curent
.d_namlen = namlen;
921
curent
.d_reclen = _DIRENT_SIZE(&
curent
);
924
bufoff +=
curent
.d_reclen;
925
if (bufoff -
curent
.d_reclen < uio->uio_offset)
929
if (uio->uio_resid <
curent
.d_reclen)
[
all
...]
Completed in 152 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025