Searched defs:d_name (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h78 CHAR16 FileName[1]; // (d_name) The Null-terminated name of the file.
82 #define d_name FileName macro
109 * The _DIRENT_NAMEOFF macro returns the offset of the d_name field in
118 * without the d_name field, plus enough space for the name with a terminating
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Ddirops.c114 * Extract element ([dir]->f_pos) from the directory [dir] into [d_name].
118 static int sf_getdent(struct file *dir, char d_name[NAME_MAX]) argument
204 return sf_nlscpy(sf_g, d_name, NAME_MAX,
246 char d_name[NAME_MAX]; local
248 err = sf_getdent(dir, d_name);
268 /* d_name now contains a valid entry name */
283 if (!dir_emit(ctx, d_name, strlen(d_name), fake_ino, DT_UNKNOWN))
289 err = filldir(opaque, d_name, strlen(d_name), di
[all...]
H A Dutils.c427 const char *d_name, size_t d_len, SHFLSTRING **result)
466 memcpy(&tmp->String.utf8[0], d_name, d_len + 1);
471 memcpy(&tmp->String.utf8[p_len + 1], d_name, d_len);
489 const char *d_name; local
495 d_name = dentry->d_name.name;
496 d_len = dentry->d_name.len;
504 in = d_name;
556 name = d_name;
561 if (name != d_name)
426 sf_make_path(const char *caller, struct sf_inode_info *sf_i, const char *d_name, size_t d_len, SHFLSTRING **result) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h116 UINT8 d_namlen; /* length of string in d_name */
117 char d_name[255 + 1]; /* name must be no longer than this */ member in struct:dirent
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h51 /* Note: the following is POSIX! POSIX only requires the d_name member.
55 char d_name[_XF86NAMELEN+1]; /* char [MAXNAMLEN]; might be smaller or unaligned */ member in struct:_xf86dirent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h73 /* Note: the following is POSIX! POSIX only requires the d_name member.
77 char d_name[_XF86NAMELEN+1]; /* char [MAXNAMLEN]; might be smaller or unaligned */ member in struct:_xf86dirent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h73 /* Note: the following is POSIX! POSIX only requires the d_name member.
77 char d_name[_XF86NAMELEN+1]; /* char [MAXNAMLEN]; might be smaller or unaligned */ member in struct:_xf86dirent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h77 /* Note: the following is POSIX! POSIX only requires the d_name member.
81 char d_name[_XF86NAMELEN+1]; /* char [MAXNAMLEN]; might be smaller or unaligned */ member in struct:_xf86dirent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h77 /* Note: the following is POSIX! POSIX only requires the d_name member.
81 char d_name[_XF86NAMELEN+1]; /* char [MAXNAMLEN]; might be smaller or unaligned */ member in struct:_xf86dirent

Completed in 79 milliseconds