| /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/lib/libc/compat/gen/ |
| 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_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_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_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_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_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
|
| /src/external/bsd/libarchive/dist/tar/ |
| bsdtar_platform.h | 44 * Include "dirent.h" (or its equivalent on several different platforms). 47 * In particular, FreeBSD includes d_namlen in its dirent structure, 52 # include <dirent.h> 54 # define DIRENT_NAMLEN(dirent) (dirent)->d_namlen 56 # define DIRENT_NAMLEN(dirent) strlen((dirent)->d_name) 59 # define dirent direct macro 60 # define DIRENT_NAMLEN(dirent) (dirent)->d_namle [all...] |
| bsdtar_platform.h | 44 * Include "dirent.h" (or its equivalent on several different platforms). 47 * In particular, FreeBSD includes d_namlen in its dirent structure, 52 # include <dirent.h> 54 # define DIRENT_NAMLEN(dirent) (dirent)->d_namlen 56 # define DIRENT_NAMLEN(dirent) strlen((dirent)->d_name) 59 # define dirent direct macro 60 # define DIRENT_NAMLEN(dirent) (dirent)->d_namle [all...] |
| /src/external/gpl3/gdb/dist/readline/readline/ |
| posixdir.h | 21 /* This file should be included instead of <dirent.h> or <sys/dir.h>. */ 27 # include <dirent.h> 43 # if !defined (dirent) 44 # define dirent direct macro 45 # endif /* !dirent */ 66 /* Signal the rest of the code that it can safely use dirent.d_fileno */
|
| posixdir.h | 21 /* This file should be included instead of <dirent.h> or <sys/dir.h>. */ 27 # include <dirent.h> 43 # if !defined (dirent) 44 # define dirent direct macro 45 # endif /* !dirent */ 66 /* Signal the rest of the code that it can safely use dirent.d_fileno */
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| posixdir.h | 21 /* This file should be included instead of <dirent.h> or <sys/dir.h>. */ 27 # include <dirent.h> 43 # if !defined (dirent) 44 # define dirent direct macro 45 # endif /* !dirent */ 66 /* Signal the rest of the code that it can safely use dirent.d_fileno */
|
| posixdir.h | 21 /* This file should be included instead of <dirent.h> or <sys/dir.h>. */ 27 # include <dirent.h> 43 # if !defined (dirent) 44 # define dirent direct macro 45 # endif /* !dirent */ 66 /* Signal the rest of the code that it can safely use dirent.d_fileno */
|
| /src/sys/arch/ews4800mips/stand/common/ |
| fileread_bfs.c | 51 struct bfs_dirent *dirent = (void *)SDBOOT_DIRENTADDR; local 108 err = dk_read(bfs_sector + inode->start_sector, 1, dirent); 114 for (i = 0; i < n; i++, dirent++) 115 if (strcmp(dirent->name, fname) == 0) 122 DPRINTF("%s (%d)\n", dirent->name, dirent->inode); 123 inode = &inode[dirent->inode - BFS_ROOT_INODE];
|
| fileread_bfs.c | 51 struct bfs_dirent *dirent = (void *)SDBOOT_DIRENTADDR; local 108 err = dk_read(bfs_sector + inode->start_sector, 1, dirent); 114 for (i = 0; i < n; i++, dirent++) 115 if (strcmp(dirent->name, fname) == 0) 122 DPRINTF("%s (%d)\n", dirent->name, dirent->inode); 123 inode = &inode[dirent->inode - BFS_ROOT_INODE];
|
| /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/external/mpl/dhcp/bind/dist/lib/dns/ |
| gen-unix.h | 32 #include <dirent.h> 36 #include <sys/types.h> /* Required on some systems for dirent.h. */ 68 struct dirent *dirent; local 74 dirent = readdir(dir->handle); 75 if (dirent != NULL) { 76 dir->filename = dirent->d_name;
|
| gen-unix.h | 32 #include <dirent.h> 36 #include <sys/types.h> /* Required on some systems for dirent.h. */ 68 struct dirent *dirent; local 74 dirent = readdir(dir->handle); 75 if (dirent != NULL) { 76 dir->filename = dirent->d_name;
|
| /src/share/examples/puffs/pgfs/ |
| newfs.sql | 56 -- filetype and the dirent table. however, users expect that getattr is 79 -- a row in the dirent table describes a directory entry. 81 CREATE TABLE dirent ( table 90 CREATE INDEX dirent_child ON dirent (child_fileid);
|
| newfs.sql | 56 -- filetype and the dirent table. however, users expect that getattr is 79 -- a row in the dirent table describes a directory entry. 81 CREATE TABLE dirent ( table 90 CREATE INDEX dirent_child ON dirent (child_fileid);
|
| /src/tests/fs/hfs/ |
| t_pathconvert.c | 7 #include <dirent.h> 39 struct dirent *dirent; local 62 for (offset = 0; offset < nbytes; offset += dirent->d_reclen) { 63 dirent = (struct dirent *)(buf + offset); 64 if (strchr(dirent->d_name, '/')) 65 atf_tc_fail("dirent with slash: %s", dirent->d_name); 66 if (0 == strcmp(FUNNY_FILENAME, dirent->d_name) [all...] |
| /src/external/gpl2/gmake/dist/w32/include/ |
| dirent.h | 1 /* Windows version of dirent.h 23 # include_next <dirent.h> 38 struct dirent struct 49 struct dirent dir_sdReturn; 53 struct dirent *readdir(DIR *);
|
| /src/external/gpl2/xcvs/dist/lib/ |
| glob_.h | 53 # define dirent direct macro
|