Searched refs:d_name (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dlsroot.c71 printf("- %s\n", dent->d_name);
H A Dlslr.c67 printf("%d %s\n", dent->d_type, dent->d_name);
70 snprintf(subpath, 4095, "%s%s/", path, dent->d_name);
H A Dfsw_posix.c268 memcpy(dent.d_name, dno->name.data, dno->name.size);
269 dent.d_name[dno->name.size] = 0;
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxVolInfo.cpp86 snprintf(path, sizeof(path), "/dev/%s", de->d_name);
91 puts(de->d_name);
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c898 if (strcmp(dir->d_name, ".") != 0
899 && strcmp(dir->d_name, "..") != 0)
1032 if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, ".."))
1035 fullname = (char *) xmalloc(strlen(pfinfo->path) + strlen(dp->d_name) + 2);
1036 sprintf(fullname, "%s/%s", pfinfo->path, dp->d_name);
1226 while (pdirent && fnmatch(pfinfo->pattern, pdirent->d_name, 0) != 0)
1234 snprintf(fullpath, sizeof(fullpath), "%s/%s", dirname, pdirent->d_name);
1236 sprintf(fullpath, "%s/%s", dirname, pdirent->d_name);
1260 if (pdirent->d_name[
[all...]
/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/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c368 (de->d_name[0] == '.') && (de->d_name[1] == 0))
371 (de->d_name[0] == '.') && (de->d_name[1] == '.') &&
372 (de->d_name[2] == 0))
377 return de->d_name;
/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/Runtime/r3/posix/
H A Ddir-posix.cpp206 size_t cbDir = RT_OFFSETOF(RTDIR, Data.d_name[cbNameMax + 1]);
310 int rc = rtPathFromNative(&pDir->pszName, pDir->Data.d_name, pDir->pszPath);
321 rtPathFreeIprt(pDir->pszName, pDir->Data.d_name);
409 rtPathFreeIprt(pDir->pszName, pDir->Data.d_name);
527 rtPathFreeIprt(pDir->pszName, pDir->Data.d_name);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c81 (de->d_name[0] == '.') && (de->d_name[1] == 0))
85 (de->d_name[0] == '.') && (de->d_name[1] == '.') &&
86 (de->d_name[2] == 0))
89 if ((flags & PR_SKIP_HIDDEN) && (de->d_name[1] == '.'))
94 return de->d_name;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp524 if (entry && strcmp(entry->d_name, dot) == 0)
526 if (entry && strcmp(entry->d_name, dotdot) == 0)
532 mCurrent.SetLeafName(entry->d_name);
H A DnsFileSpecUnix.cpp618 if (entry && strcmp(entry->d_name, dot) == 0)
620 if (entry && strcmp(entry->d_name, dotdot) == 0)
626 mCurrent.SetLeafName(entry->d_name);
/vbox/src/recompiler/tests/
H A Dlinux-test.c204 if (strcmp(de->d_name, ".") != 0 &&
205 strcmp(de->d_name, "..") != 0 &&
206 strcmp(de->d_name, "file2") != 0 &&
207 strcmp(de->d_name, "file3") != 0)
/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c465 size_t cchName = strlen(pEntry->d_name);
466 memcpy(&szPath[offPath], pEntry->d_name, cchName);
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c105 .d_name = "vboxdrv"
118 .d_name = "vboxdrvu"
/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/HostDrivers/VBoxNetAdp/freebsd/
H A DVBoxNetAdp-freebsd.c96 .d_name = VBOXNETADP_CTL_DEV_NAME,
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1546 size_t cchName = suplibHardenedStrLen(pEntry->d_name);
1550 4, "Path grew too long during recursion: '", pszDirPath, pEntry->d_name, "'");
1553 suplibHardenedMemCopy(&pszDirPath[cchName], pEntry->d_name, cchName + 1);
1573 && suplibHardenedStrCmp(pEntry->d_name, ".")
1574 && suplibHardenedStrCmp(pEntry->d_name, ".."))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c743 if (dp->d_name[0] == '.')
758 _dtrace_provdir, dp->d_name);
764 (prov->dp_name = malloc(strlen(dp->d_name) + 1)) == NULL) {
770 (void) strcpy(prov->dp_name, dp->d_name);
774 dt_dprintf("opened provider %s\n", dp->d_name);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp189 NS_FAILED(rv = file->AppendNative(nsDependentCString(mEntry->d_name)))) {
209 } while (mEntry->d_name[0] == '.' &&
210 (mEntry->d_name[1] == '\0' || // .\0
211 (mEntry->d_name[1] == '.' &&
212 mEntry->d_name[2] == '\0'))); // ..\0
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dgetmode.c557 if (strncmp(pDirent->d_name, "event", sizeof("event") - 1) == 0)
564 strncat(szFile, pDirent->d_name, sizeof(szFile) - sizeof("/dev/input/"));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-freebsd.c130 .d_name = DEVICE_NAME
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c501 name = xstrdup(ep->d_name);
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp836 entry.d_name) < 0)
842 if ((err = maybeAddPathToVector(pszPath, entry.d_name, pvecpchDevs)))

Completed in 3323 milliseconds

12