OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUNOS_NAMEOFF
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/sunos/
sunos_dirent.h
45
#define
SUNOS_NAMEOFF
(dp) ((char *)&(dp)->d_name - (char *)dp)
46
#define SUNOS_RECLEN(de,namlen) ALIGN((
SUNOS_NAMEOFF
(de) + (namlen) + 1))
/src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c
56
#define
SUNOS_NAMEOFF
(dp) ((char *)&(dp)->d_name - (char *)dp)
57
#define SUNOS_RECLEN(de,namlen) ALIGN((
SUNOS_NAMEOFF
(de) + (namlen) + 1))
Completed in 11 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025