/netbsd-src/sbin/fsck_lfs/ |
H A D | dir.c | 254 u_char namlen, type; in dircheck() local 372 unsigned namlen; in mkentry() local 411 int namlen; in chgino() local 757 int namlen; in lftempname() local
|
/netbsd-src/sys/ufs/lfs/ |
H A D | ulfs_lookup.c | 377 int namlen; in ulfs_lookup() local 663 int namlen; in ulfs_dirbadentry() local 716 ulfs_direntry_assign(struct lfs * fs,LFS_DIRHEADER * dirp,const char * name,size_t namlen,ino_t inum,unsigned dtype) ulfs_direntry_assign() argument 775 unsigned namlen, reclen; ulfs_direnter() local 1140 int error, namlen; ulfs_dirempty() local [all...] |
/netbsd-src/sys/ufs/ufs/ |
H A D | dir.h | 117 #define UFS_NAMEROUNDUP(namlen) (((namlen) + DIR_ROUNDUP) & ~(DIR_ROUNDUP - 1)) argument 118 #define UFS_NAMEPAD(namlen) (DIR_ROUNDUP - ((namlen) & (DIR_ROUNDUP - 1))) argument 119 #define UFS_DIRECTSIZ(namlen) \ argument
|
H A D | ufs_lookup.c | 557 const uint16_t namlen = NAMLEN(fsfmt, needswap, ep); in ufs_lookup() local 772 const uint8_t namlen = NAMLEN(fsfmt, needswap, ep); in ufs_dirbadentry() local 1326 const uint8_t namlen = NAMLEN(fsfmt, needswap, dp); ufs_dirempty() local [all...] |
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_lookup.c | 298 int namlen, error; in ext2fs_lookup() local 758 int namlen; in ext2fs_search_dirblock() local 840 int namlen = de->e2d_namlen; in ext2fs_dirbadentry() local 1131 int error, namlen; ext2fs_dirempty() local [all...] |
/netbsd-src/sys/compat/sunos/ |
H A D | sunos_dirent.h | 46 #define SUNOS_RECLEN(de,namlen) ALIGN((SUNOS_NAMEOFF(de) + (namlen) + 1)) argument
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_dirent.h | 47 #define SUNOS32_RECLEN(de,namlen) ALIGN((SUNOS32_NAMEOFF(de) + (namlen) + 1)) argument
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_dirent.h | 54 #define LINUX_RECLEN(de,namlen) ALIGN((LINUX_NAMEOFF(de) + (namlen) + 2)) argument
|
/netbsd-src/sys/fs/adosfs/ |
H A D | adutil.c | 149 adoshash(const u_char *nam, int namlen, int nelt, int inter) in adoshash()
|
/netbsd-src/sbin/fsck_ext2fs/ |
H A D | dir.c | 381 u_int16_t namlen = dirp->e2d_namlen; in chgino() local 695 int namlen; in lftempname() local
|
H A D | inode.c | 599 u_int16_t namlen = dirp->e2d_namlen; in findname() local
|
/netbsd-src/sys/sys/ |
H A D | dirent.h | 106 #define _DIRENT_RECLEN(dp, namlen) \ argument
|
/netbsd-src/sbin/fsck_ffs/ |
H A D | dir.c | 313 uint8_t namlen, type; in dircheck() local 932 int namlen; in lftempname() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coff-rs6000.c | 241 bfd_size_type namlen; member 1342 size_t namlen; in _bfd_xcoff_slurp_armap() local 1693 bfd_size_type namlen; in _bfd_xcoff_read_ar_hdr() local 1956 size_t namlen; in xcoff_write_armap_old() local 2403 bfd_size_type namlen; in xcoff_write_archive_contents_old() local 2495 bfd_size_type namlen; in xcoff_write_archive_contents_old() local 2639 bfd_size_type namlen; in xcoff_write_archive_contents_big() local 2753 size_t namlen; in xcoff_write_archive_contents_big() local
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coff-rs6000.c | 241 bfd_size_type namlen; member 1342 size_t namlen; in _bfd_xcoff_slurp_armap() local 1611 bfd_size_type namlen; in _bfd_xcoff_read_ar_hdr() local 1872 size_t namlen; in xcoff_write_armap_old() local 2310 bfd_size_type namlen; in xcoff_write_archive_contents_old() local 2404 bfd_size_type namlen; in xcoff_write_archive_contents_old() local 2546 bfd_size_type namlen; in xcoff_write_archive_contents_big() local 2660 size_t namlen; in xcoff_write_archive_contents_big() local
|
/netbsd-src/sys/lib/libsa/ |
H A D | minixfs3.c | 403 int namlen; in search_directory() local 851 int namlen; in minixfs3_ls() local
|
H A D | cd9660.c | 66 char namlen [ISODCL( 1, 1)]; /* 711 */ member
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | getcwd.c | 323 size_t namlen = _D_EXACT_NAMLEN (d); in __getcwd() local
|
/netbsd-src/usr.bin/passwd/ |
H A D | yp_passwd.c | 171 int reason, vallen, namlen = (int)strlen(nam); in ypgetpwnam() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | collect2-aix.c | 172 size_t namlen; in read_archive_member() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | collect2-aix.cc | 172 size_t namlen; in read_archive_member() local
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | getcwd.c | 271 size_t namlen; in __getcwd_generic() local
|
/netbsd-src/sys/rump/kern/lib/libsys_cygwin/ |
H A D | rump_cygwin_compat.c | 174 #define CYGWIN_RECLEN(dp, namlen) ((CYGWIN_NAMEOFF(dp) + (namlen) + 1)) argument
|
/netbsd-src/sbin/newfs_lfs/ |
H A D | make_lfs.c | 360 unsigned namlen, reclen; in make_dir() local
|
/netbsd-src/sys/fs/hfs/ |
H A D | hfs_vnops.c | 869 size_t namlen, ni; in hfs_vop_readdir() local
|