/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/ |
H A D | lsroot.c | 49 struct fsw_posix_dir *dir; local 64 //dir = fsw_posix_opendir(vol, "/drivers/net/"); 65 dir = fsw_posix_opendir(vol, "/"); 66 if (dir == NULL) { 70 while ((dent = fsw_posix_readdir(dir)) != NULL) { 73 fsw_posix_closedir(dir);
|
H A D | lslr.c | 54 struct fsw_posix_dir *dir; local 59 dir = fsw_posix_opendir(vol, path); 60 if (dir == NULL) { 64 while ((dent = fsw_posix_readdir(dir)) != NULL) { 74 fsw_posix_closedir(dir);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prdir.c | 43 PRDir *dir; local 46 dir = PR_NEW(PRDir); 47 if (dir) { 48 sts = _PR_MD_OPEN_DIR(&dir->md,name); 50 PR_DELETE(dir); 56 return dir; 59 PR_IMPLEMENT(PRDirEntry*) PR_ReadDir(PRDir *dir, PRDirFlags flags) argument 62 char* name = _PR_MD_READ_DIR(&dir->md, flags); 63 dir->d.name = name; 64 return name ? &dir 122 PRDirUTF16 *dir; local 138 PR_ReadDirUTF16(PRDirUTF16 *dir, PRDirFlags flags) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | tempnam.c | 76 tempnam(const char *dir, const char *pfx) argument 92 if (dir != NULL && 93 (f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | direct.h | 55 static inline int rmdir(const char* dir) { return _rmdir(dir); } argument
|
/vbox/src/VBox/Main/src-helper-apps/ |
H A D | VBoxVolInfo.cpp | 81 DIR *dir = opendir("/dev"); local 83 while ((de = readdir(dir)) != NULL) 95 closedir(dir);
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | process.c | 197 void crGetCurrentDir( char *dir, int maxLen ) argument 200 if (!GetCurrentDirectory(maxLen, dir)) 201 dir[0] = 0; 203 if (!getcwd(dir, maxLen)) 204 dir[0] = 0;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | direct.h | 65 static inline int rmdir(const char* dir) { return _rmdir(dir); } argument
|
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | shflhandle.h | 24 #include <iprt/dir.h> 57 } dir; member in union:_SHFLFILEHANDLE::__anon16448
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | lazyinit.c | 76 PRDir *dir = NULL; local 113 case 6: dir = PR_OpenDir("/usr/tmp/");
|
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/ |
H A D | spuload.c | 48 static char *__findDLL( char *name, char *dir ) 52 if (!dir) 70 snprintf ( path, sizeof(path), "%s/%s%sspu%s", dir, DLL_PREFIX, name, DLL_SUFFIX ); 72 sprintf ( path, "%s/%s%sspu%s", dir, DLL_PREFIX, name, DLL_SUFFIX ); 82 SPU * crSPULoad( SPU *child, int id, char *name, char *dir, void *server ) argument 96 path = __findDLL( name, dir ); 130 the_spu->superSPU = crSPULoad( child, id, the_spu->super_name, dir, server ); 140 the_spu->superSPU = crSPULoad( child, id, the_spu->super_name, dir, server ); 171 crSPULoadChain( int count, int *ids, char **names, char *dir, void *server ) argument 186 the_spu = crSPULoad( child_spu, spu_id, spu_name, dir, serve [all...] |
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_mod.c | 165 (b->dir == p->dir) && 274 find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *pip, argument 286 if ((p->dir & dir) && (p->proto & proto))
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcModuleReg.cpp | 180 PRDir *dir = PR_OpenDir(modulesDir); local 181 if (dir) { 183 while ((ent = PR_ReadDir(dir, PR_SKIP_BOTH)) != NULL) { 192 PR_CloseDir(dir);
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 241 nsCOMPtr<nsILocalFile> dir = local 244 if (NS_FAILED(rv) || (!dir)) 250 rv = dir->InitWithNativePath(nsDependentCString(targetDir)); 253 rv = file->CopyTo(dir, EmptyString()); 325 nsCOMPtr<nsILocalFile> dir(do_CreateInstance(NS_LOCAL_FILE_CONTRACTID)); 327 if (!dir) 333 rv = dir->InitWithNativePath(nsDependentCString(targetDir)); 336 rv = file->MoveToNative(dir, NS_LITERAL_CSTRING("newtemp"));
|
/vbox/src/libs/zlib-1.2.6/contrib/iostream/ |
H A D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { argument
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | ptrveloc.h | 61 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | ptrveloc.h | 62 int dir; /* initial direction bitfield */ member in struct:_MotionTracker
|