HomeSort by: relevance | last modified time | path
    Searched refs:dirent (Results 1 - 25 of 767) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/mdocml/dist/
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...]
  /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_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...]
  /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)
  /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)
  /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
  /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));
dirent_private.h 21 struct dirent;
22 struct dirent *_readdir_unlocked(struct _dirdesc *, int)
readdir.c 46 #include <dirent.h>
56 struct dirent *
60 struct dirent *dp;
81 dp = (struct dirent *)
105 struct dirent *
108 struct dirent *dp;
123 readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result)
125 struct dirent *dp;
  /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...]
  /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...]
  /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;
  /src/sys/arch/ia64/stand/common/
readdir.c 36 #include <sys/dirent.h>
41 int skifs_readdir(struct open_file *f, struct dirent *d);
43 struct dirent *
46 static struct dirent dir; /* XXX not thread safe. eh ??? */
  /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/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...]
  /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/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 */
  /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 */
  /src/usr.sbin/mmcformat/
defs.h 36 #include <dirent.h>
  /src/lib/libc/compat/sys/
compat_getdirentries.c 39 #include <dirent.h>
40 #include <compat/include/dirent.h>
compat_getdents.c 42 #include <dirent.h>
44 #include <compat/include/dirent.h>
53 struct dirent *ndp, *nndp, *endp;
63 ndp = (struct dirent *)(void *)buf;
64 endp = (struct dirent *)(void *)&buf[rv];

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>