Searched refs:dirent (Results 1 - 25 of 189) sorted by relevance

12345678

/osnet-11/usr/src/lib/libc/port/gen/
H A Drewinddir.c39 #include <dirent.h>
H A Dscandir.c60 #include <dirent.h>
156 scandir(const char *dirname, struct dirent *(*namelist[]),
157 int (*select)(const struct dirent *),
158 int (*dcomp)(const struct dirent **, const struct dirent **))
160 struct dirent *d, *p, **names = NULL;
181 names = malloc(arraysz * sizeof (struct dirent *));
202 struct dirent **tmp;
211 arraysz * sizeof (struct dirent *));
222 qsort(names, nitems, sizeof (struct dirent *),
[all...]
H A Dclosedir.c40 #include <dirent.h>
H A Dopendir.c40 #include <dirent.h>
H A Dftw.c38 #include <dirent.h>
/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_dir.c18 # include <dirent.h>
19 # define NAMLEN(dirent) strlen((dirent)->d_name)
21 # define dirent direct macro
22 # define NAMLEN(dirent) (dirent)->d_namlen
52 struct dirent *dp;
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_dirent.h24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_i386_32bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
87 #define _hdr_dirent 1 /* #include <dirent.h> ok */
88 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
89 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
91 * <dirent.h> for [fl]stat64 and off64_t
96 #include <../include/dirent.h> /* the native <dirent.h> */
109 #include <../include/dirent
117 #define dirent macro
[all...]
H A Dast_dir.h29 * common dirent maintenance interface
55 #include <dirent.h>
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_dirent.h3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_i386_32bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
66 #define _hdr_dirent 1 /* #include <dirent.h> ok */
67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
70 * <dirent.h> for [fl]stat64 and off64_t
75 #include <../include/dirent.h> /* the native <dirent.h> */
88 #include <../include/dirent
96 #define dirent macro
[all...]
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_dirent.h24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_sparc_32bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
87 #define _hdr_dirent 1 /* #include <dirent.h> ok */
88 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
89 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
91 * <dirent.h> for [fl]stat64 and off64_t
96 #include <../include/dirent.h> /* the native <dirent.h> */
109 #include <../include/dirent
117 #define dirent macro
[all...]
H A Dast_dir.h29 * common dirent maintenance interface
55 #include <dirent.h>
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_dirent.h3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_sparc_32bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
66 #define _hdr_dirent 1 /* #include <dirent.h> ok */
67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
70 * <dirent.h> for [fl]stat64 and off64_t
75 #include <../include/dirent.h> /* the native <dirent.h> */
88 #include <../include/dirent
96 #define dirent macro
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc40 #include <dirent.h>
76 struct dirent **dirpp, *dirp;
79 uchar_t *dir_buf = new uchar_t[sizeof (struct dirent) + MAXPATHLEN];
89 dirp = (struct dirent *) dir_buf;
/osnet-11/usr/src/lib/libast/common/dir/
H A Ddirlib.h27 * library routines should include this file rather than <dirent.h>
56 #include <dirent.h>
66 #ifndef dirent
67 #define dirent direct
72 #define DIRdirent dirent
76 #define dirent DIRdirent
105 #include <dirent.h>
118 #undef dirent
/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c55 libuvfs_name_dirent_free(libuvfs_name_dirent_t *dirent) argument
57 libuvfs_fid_info_t *myinfo = dirent->de_myinfo;
59 if (list_link_active(&dirent->de_allnames))
60 list_remove(&myinfo->nm_allnames, dirent);
61 libuvfs_strfree(dirent->de_name);
63 umem_cache_free(libuvfs_name_dirent_cache, dirent);
249 libuvfs_name_dirent_t *dirent; local
270 dirent = libuvfs_name_dirent_find(dir, name, &where);
272 if (dirent != NULL)
273 *oldfid = dirent
323 libuvfs_name_dirent_t *dirent; local
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_dirent.h24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_i386_64bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
87 #define _hdr_dirent 1 /* #include <dirent.h> ok */
88 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
89 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
91 * <dirent.h> for systems with ok <dirent.h>
96 #include <../include/dirent.h> /* the native <dirent
[all...]
H A Dast_dir.h29 * common dirent maintenance interface
55 #include <dirent.h>
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_dirent.h3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_i386_64bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
66 #define _hdr_dirent 1 /* #include <dirent.h> ok */
67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
70 * <dirent.h> for systems with ok <dirent.h>
75 #include <../include/dirent.h> /* the native <dirent
[all...]
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_dirent.h24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_sparc_64bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
87 #define _hdr_dirent 1 /* #include <dirent.h> ok */
88 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
89 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
91 * <dirent.h> for systems with ok <dirent.h>
96 #include <../include/dirent.h> /* the native <dirent
[all...]
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_dirent.h3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_sparc_64bit_opt/src/lib/libast/features/dirent by iffe version 2011-01-07 : : */
66 #define _hdr_dirent 1 /* #include <dirent.h> ok */
67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
70 * <dirent.h> for systems with ok <dirent.h>
75 #include <../include/dirent.h> /* the native <dirent
[all...]
/osnet-11/usr/src/lib/libast/common/include/
H A Dglob.h34 struct dirent;
74 /* gnu extensions -- but how do you synthesize dirent and stat? */
77 struct dirent* (*gl_readdir)(void*);
H A Dast_dir.h27 * common dirent maintenance interface
46 #include <dirent.h>
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dllib-lvolmgt33 #include <dirent.h>
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c128 static int list_dir_entry(ntfsls_dirent * dirent, const ntfschar * name,
366 * @dirent: context for filldir callback supplied by the caller
376 static int readdir_recursive(ntfs_inode * ni, s64 * pos, ntfsls_dirent * dirent) argument
412 result = ntfs_readdir(ni, pos, dirent, (ntfs_filldir_t) list_dir_entry);
462 result = readdir_recursive(subdir->ni, &pos2, dirent);
492 static int list_dir_entry(ntfsls_dirent * dirent, const ntfschar * name, argument
560 ni = ntfs_inode_open(dirent->vol, mref);
644 ntfsls_dirent dirent; local
674 memset(&dirent, 0, sizeof(dirent));
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dufs.c458 struct grub_ufs_dirent dirent;
464 if (grub_ufs_read_file (data, 0, pos, sizeof (dirent),
465 (char *) &dirent) < 0)
469 namelen = dirent.namelen_bsd;
471 namelen = grub_le_to_cpu16 (dirent.namelen);
476 if (grub_ufs_read_file (data, 0, pos + sizeof (dirent),
485 grub_ufs_read_inode (data, grub_le_to_cpu32 (dirent.ino), 0);
515 pos += grub_le_to_cpu16 (dirent.direntlen);
610 struct grub_ufs_dirent dirent;
613 if (grub_ufs_read_file (data, 0, pos, sizeof (dirent),
457 struct grub_ufs_dirent dirent; local
609 struct grub_ufs_dirent dirent; local
[all...]

Completed in 126 milliseconds

12345678