Searched refs:d_namlen (Results 1 - 25 of 101) sorted by relevance

12345

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddir.h87 * null byte (dp->d_namlen+1), rounded up to a 4 byte boundary.
91 (((unsigned long)&((struct direct *)0)->d_name + (dp)->d_namlen+1 + 3) & ~3)
H A Ddirent.h93 __uint8_t d_namlen; /* length of string in d_name */ member in struct:dirent
106 __uint16_t d_namlen; /* length of string in d_name */ \
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixdir.h29 # define D_NAMLEN(d) ((d)->d_namlen)
46 # define D_NAMLEN(d) ((d)->d_namlen)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixdir.h29 # define D_NAMLEN(d) ((d)->d_namlen)
46 # define D_NAMLEN(d) ((d)->d_namlen)
/macosx-10.10/ksh-23/ksh/src/lib/libast/dir/
H A Ddirstd.h44 int d_namlen; /* entry name length */ member in struct:dirent
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Ddirent2.h34 short d_namlen; /* Length of string in d_name */ member in struct:dirent
H A Dopendir.c15 ((sizeof (struct dirent) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
94 dir.d_namlen = strlen(dir.d_name);
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Ddirent2.h34 short d_namlen; /* Length of string in d_name */ member in struct:dirent
H A Dopendir.c18 ((sizeof (struct dirent) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
91 dir.d_namlen = strlen(dir.d_name);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dscandir.c53 * (dp->d_namlen + 1), rounded up to a 4 byte boundary.
89 p->d_namlen = d->d_namlen;
90 bcopy(d->d_name, p->d_name, p->d_namlen + 1);
H A Dscandir_b.c53 * (dp->d_namlen + 1), rounded up to a 4 byte boundary.
89 p->d_namlen = d->d_namlen;
90 bcopy(d->d_name, p->d_name, p->d_namlen + 1);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Ddirent.h42 # define NAMLEN(dirent) (dirent)->d_namlen
/macosx-10.10/bash-94.1.2/bash-3.2/lib/glob/
H A Dndir.h33 unsigned short d_namlen; /* Length of string in d_name. */ member in struct:direct
/macosx-10.10/emacs-93/emacs/src/
H A Dndir.h40 unsigned short d_namlen; /* length of string in d_name */ member in struct:direct
/macosx-10.10/man-16/man/src/
H A Dndir.h33 unsigned short d_namlen; /* length of string in d_name */ member in struct:direct
/macosx-10.10/Libc-1044.1.2/gen/
H A Ddevname.c85 dirp->d_namlen + 1);
92 if (dirp->d_namlen + 1 > len)
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dbsdtar_platform.h73 * In particular, FreeBSD includes d_namlen in it's dirent structure,
74 * so my configure script includes an explicit test for the d_namlen
80 # define DIRENT_NAMLEN(dirent) (dirent)->d_namlen
86 # define DIRENT_NAMLEN(dirent) (dirent)->d_namlen
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dgetcwd.c47 # define NAMLEN(dirent) (dirent)->d_namlen
204 bcopy(dp->d_name, bup, dp->d_namlen + 1);
221 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
239 bpt -= dp->d_namlen;
240 bcopy(dp->d_name, bpt, dp->d_namlen);
/macosx-10.10/diskdev_cmds-576/dev_mkdb.tproj/
H A Ddev_mkdb.c156 bcopy(dp->d_name, buf, dp->d_namlen);
157 buf[dp->d_namlen] = '\0';
158 data.size = dp->d_namlen + 1;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dgetcwd.c173 memcpy(bup, dp->d_name, dp->d_namlen + 1);
190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
209 bpt -= dp->d_namlen;
210 memcpy(bpt, dp->d_name, dp->d_namlen);
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast_dir.h54 #define D_NAMLEN(d) ((d)->d_namlen)
/macosx-10.10/ruby-106/ruby/win32/
H A Ddir.h13 long d_namlen; member in struct:direct
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_io.c95 de64->d_namlen = nmlen;
96 bcopy(name, de64->d_name, de64->d_namlen);
97 delen = de64->d_reclen = SMB_DIRENTRY_LEN(de64->d_namlen);
98 SMBVDEBUG("de64.d_name = %s de64.d_namlen = %d\n", de64->d_name, de64->d_namlen);
109 de32->d_namlen = nmlen;
110 bcopy(name, de32->d_name, de32->d_namlen);
111 delen = de32->d_reclen = SMB_DIRENT_LEN(de32->d_namlen);
112 SMBVDEBUG("de32.d_name = %s de32.d_namlen = %d\n", de32->d_name, de32->d_namlen);
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/certDecode/
H A DcertDecode.cpp140 memmove(filename, de->d_name, de->d_namlen);
141 filename[de->d_namlen] = '\0';
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/nisccCertVerify/
H A DnisccCertVerify.cpp169 memmove(filename, de->d_name, de->d_namlen);
170 filename[de->d_namlen] = '\0';

Completed in 151 milliseconds

12345