| /src/external/bsd/mdocml/dist/ |
| test-dirent-namlen.c | 2 #include <dirent.h> 7 struct dirent entry;
|
| test-dirent-namlen.c | 2 #include <dirent.h> 7 struct dirent entry;
|
| /src/external/bsd/openldap/dist/include/ac/ |
| dirent.h | 1 /* $NetBSD: dirent.h,v 1.4 2025/09/05 21:16:20 christos Exp $ */ 3 /* Generic dirent.h */ 23 # include <dirent.h> 24 # define NAMLEN(dirent) strlen((dirent)->d_name) 30 struct dirent { struct 35 struct dirent data; 40 struct dirent *readdir(DIR *dir); 43 # define dirent direct macro 44 # define NAMLEN(dirent) (dirent)->d_namle [all...] |
| dirent.h | 1 /* $NetBSD: dirent.h,v 1.4 2025/09/05 21:16:20 christos Exp $ */ 3 /* Generic dirent.h */ 23 # include <dirent.h> 24 # define NAMLEN(dirent) strlen((dirent)->d_name) 30 struct dirent { struct 35 struct dirent data; 40 struct dirent *readdir(DIR *dir); 43 # define dirent direct macro 44 # define NAMLEN(dirent) (dirent)->d_namle [all...] |
| /src/lib/libc/compat/gen/ |
| compat__readdir_unlocked30.c | 5 #include <dirent.h> 6 #include <compat/include/dirent.h> 10 "warning: reference to compatibility _readdir_unlocked(); include <dirent.h> for correct reference") 16 struct dirent *
|
| compat_alphasort.c | 6 #include <dirent.h> 7 #include <compat/include/dirent.h> 15 "warning: reference to compatibility alphasort(); include <dirent.h> for correct reference") 18 #define dirent dirent12 macro
|
| compat_scandir.c | 6 #include <dirent.h> 7 #include <compat/include/dirent.h> 15 "warning: reference to compatibility scandir(); include <dirent.h> for correct reference") 18 #define dirent dirent12 macro
|
| compat__readdir_unlocked30.c | 5 #include <dirent.h> 6 #include <compat/include/dirent.h> 10 "warning: reference to compatibility _readdir_unlocked(); include <dirent.h> for correct reference") 16 struct dirent *
|
| compat_alphasort.c | 6 #include <dirent.h> 7 #include <compat/include/dirent.h> 15 "warning: reference to compatibility alphasort(); include <dirent.h> for correct reference") 18 #define dirent dirent12 macro
|
| compat_scandir.c | 6 #include <dirent.h> 7 #include <compat/include/dirent.h> 15 "warning: reference to compatibility scandir(); include <dirent.h> for correct reference") 18 #define dirent dirent12 macro
|
| compat_opendir.c | 8 #include <dirent.h> 9 #include <compat/include/dirent.h> 18 "warning: reference to compatibility opendir(); include <dirent.h> for correct reference") 20 "warning: reference to compatibility __opendir2(); include <dirent.h> for correct reference") 23 #define dirent dirent12 macro
|
| compat_opendir.c | 8 #include <dirent.h> 9 #include <compat/include/dirent.h> 18 "warning: reference to compatibility opendir(); include <dirent.h> for correct reference") 20 "warning: reference to compatibility __opendir2(); include <dirent.h> for correct reference") 23 #define dirent dirent12 macro
|
| /src/lib/libc/compat/include/ |
| dirent.h | 1 /* $NetBSD: dirent.h,v 1.8 2016/12/16 04:45:04 mrg Exp $ */ 31 * @(#)dirent.h 8.2 (Berkeley) 7/28/94 37 #include <compat/sys/dirent.h> 46 int __readdir_r30(DIR * __restrict, struct dirent * __restrict, 47 struct dirent ** __restrict); 50 struct dirent *__readdir30(DIR *); 55 struct dirent *___readdir_unlocked50(DIR *, int); 56 struct dirent *___readdir_unlocked30(DIR *); 63 int __scandir30(const char *, struct dirent ***, 64 int (*)(const struct dirent *), [all...] |
| dirent.h | 1 /* $NetBSD: dirent.h,v 1.8 2016/12/16 04:45:04 mrg Exp $ */ 31 * @(#)dirent.h 8.2 (Berkeley) 7/28/94 37 #include <compat/sys/dirent.h> 46 int __readdir_r30(DIR * __restrict, struct dirent * __restrict, 47 struct dirent ** __restrict); 50 struct dirent *__readdir30(DIR *); 55 struct dirent *___readdir_unlocked50(DIR *, int); 56 struct dirent *___readdir_unlocked30(DIR *); 63 int __scandir30(const char *, struct dirent ***, 64 int (*)(const struct dirent *), [all...] |
| /src/bin/ksh/ |
| ksh_dir.h | 7 # include <dirent.h> 8 # define NLENGTH(dirent) (strlen(dirent->d_name)) 10 # define dirent direct macro 11 # define NLENGTH(dirent) (dirent->d_namlen)
|
| ksh_dir.h | 7 # include <dirent.h> 8 # define NLENGTH(dirent) (strlen(dirent->d_name)) 10 # define dirent direct macro 11 # define NLENGTH(dirent) (dirent->d_namlen)
|
| /src/external/cddl/osnet/sys/sys/ |
| dirent.h | 1 /* $NetBSD: dirent.h,v 1.5 2025/07/24 09:04:56 hans Exp $ */ 28 * $FreeBSD: head/sys/cddl/compat/opensolaris/sys/dirent.h 219089 2011-02-27 19:41:40Z pjd $ 36 #include_next <sys/dirent.h> 39 typedef struct dirent dirent64_t; 42 #define dirent64 dirent 46 #define __DIRENT64_NAMEOFF __builtin_offsetof(struct dirent, d_name)
|
| dirent.h | 1 /* $NetBSD: dirent.h,v 1.5 2025/07/24 09:04:56 hans Exp $ */ 28 * $FreeBSD: head/sys/cddl/compat/opensolaris/sys/dirent.h 219089 2011-02-27 19:41:40Z pjd $ 36 #include_next <sys/dirent.h> 39 typedef struct dirent dirent64_t; 42 #define dirent64 dirent 46 #define __DIRENT64_NAMEOFF __builtin_offsetof(struct dirent, d_name)
|
| /src/sys/sys/ |
| dir.h | 35 * The information in this file should be obtained from <dirent.h> 44 #error "Please use <sys/dirent.h> instead" 47 #include <dirent.h> 52 #define direct dirent
|
| dir.h | 35 * The information in this file should be obtained from <dirent.h> 44 #error "Please use <sys/dirent.h> instead" 47 #include <dirent.h> 52 #define direct dirent
|
| /src/lib/libc/gen/ |
| alphasort.c | 44 #include <dirent.h> 48 #define ALPHASORTARG struct dirent ** 61 return (strcmp((*(const struct dirent *const *)d1)->d_name, 62 (*(const struct dirent *const *)d2)->d_name));
|
| alphasort.c | 44 #include <dirent.h> 48 #define ALPHASORTARG struct dirent ** 61 return (strcmp((*(const struct dirent *const *)d1)->d_name, 62 (*(const struct dirent *const *)d2)->d_name));
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| dirent.d | 16 module core.sys.posix.dirent; 40 struct dirent 48 struct dirent 59 // _DARWIN_FEATURE_64_BIT_INODE dirent is default for Mac OSX >10.5 and is 62 struct dirent 79 struct dirent 94 struct dirent 106 struct dirent 118 struct dirent 131 struct dirent [all...] |
| dirent.d | 16 module core.sys.posix.dirent; 40 struct dirent 48 struct dirent 59 // _DARWIN_FEATURE_64_BIT_INODE dirent is default for Mac OSX >10.5 and is 62 struct dirent 79 struct dirent 94 struct dirent 106 struct dirent 118 struct dirent 131 struct dirent [all...] |
| /src/include/ |
| dirent.h | 1 /* $NetBSD: dirent.h,v 1.38 2022/12/28 11:51:21 nia Exp $ */ 31 * @(#)dirent.h 8.2 (Berkeley) 7/28/94 44 #include <sys/dirent.h> 99 struct dirent *readdir(DIR *) __RENAME(__readdir30); 100 int readdir_r(DIR * __restrict, struct dirent * __restrict, 101 struct dirent ** __restrict) __RENAME(__readdir_r30); 111 int scandir(const char *, struct dirent ***, 112 int (*)(const struct dirent *), int (*)(const struct dirent **, 113 const struct dirent **)) [all...] |