Searched refs:dir (Results 151 - 175 of 275) sorted by relevance

1234567891011

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A Dxptiprivate.h341 PRUint32 FindFile(PRUint32 dir, const char* name);
412 nsresult GetCloneOfDirectoryAt(PRUint32 i, nsILocalFile** dir);
413 nsresult GetDirectoryAt(PRUint32 i, nsILocalFile** dir);
414 PRBool FindDirectory(nsILocalFile* dir, PRUint32* index);
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { argument
/vbox/src/libs/liblzf-3.4/
H A Dconfigure485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
488 rm -f conf$$.dir
489 mkdir conf$$.dir
495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
506 rmdir conf$$.dir 2>/dev/null
1183 --srcdir=DIR find the sources in DIR [configure dir o
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfigure514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538 rmdir conf$$.dir 2>/dev/null
1329 --srcdir=DIR find the sources in DIR [configure dir o
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h439 DECLEXPORT(SPU *) crSPULoad( SPU *child, int id, char *name, char *dir, void *server);
440 DECLEXPORT(SPU *) crSPULoadChain( int count, int *ids, char **names, char *dir, void *server );
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_irc.c122 .dir = OUT,
H A Dalias_skinny.c82 .dir = IN|OUT,
/vbox/src/VBox/Main/glue/
H A Dcom.cpp48 #include <iprt/dir.h>
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp53 #include <iprt/dir.h>
/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp22 #include <iprt/dir.h>
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp22 #include <iprt/dir.h>
/vbox/include/iprt/
H A Dvfs.h31 #include <iprt/dir.h>
/vbox/src/VBox/Runtime/r3/linux/
H A Dsysfs.cpp34 #include <iprt/dir.h>
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp34 #include <iprt/dir.h>
43 #include "internal/dir.h"
/vbox/src/bldprogs/
H A Dscmrw.cpp23 #include <iprt/dir.h>
/vbox/src/VBox/Devices/PC/
H A DDevDMA.cpp283 int chidx, reg, val, dir; local
290 dir = IS_MODE_DEC(ch->u8Mode) ? -1 : 1;
294 val = ch->u16CurAddr + ch->u16CurCount * dir;
/vbox/src/libs/libxml2-2.6.31/
H A Drunsuite.c74 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { argument
77 if (dir == NULL) return(xmlStrdup(path));
80 snprintf(buf, 500, "%s/%s", (const char *) dir, (const char *) path);
422 test = getNext(tst, "./dir[1]");
425 test = getNext(test, "following-sibling::dir[1]");
444 tmp = getNext(tst, "./dir[1]");
H A DdebugXML.c2262 * Implements the XML shell function "dir"
2296 * Implements the XML shell function "dir"
2960 char dir[500]; local
2962 if (!xmlShellPwd(ctxt, dir, ctxt->node, NULL))
2963 fprintf(ctxt->output, "%s\n", dir);
2998 } else if ((!strcmp(command, "ls")) || (!strcmp(command, "dir"))) {
2999 int dir = (!strcmp(command, "dir")); local
3002 if (dir)
3029 if (dir)
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp745 nsCOMPtr<nsIFile> dir = do_QueryInterface(elem); local
746 if (dir)
747 nsComponentManagerImpl::gComponentManager->AutoRegister(dir);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp196 nsIFile *dir)
208 rv = dir->IsDirectory(&isDir);
217 rv = dir->GetDirectoryEntries(getter_AddRefs(dirIterator));
701 // Ensure we are dealing with a file as opposed to a dir
195 RegisterComponentsInDir(PRInt32 when, nsIFile *dir) argument
H A DnsComponentManager.cpp3124 nsCOMPtr<nsIFile> dir; local
3135 dir = inDirSpec;
3139 mComponentsDir->Clone(getter_AddRefs(dir));
3140 if (!dir)
3156 rv = mNativeComponentLoader->AutoRegisterComponents((PRInt32)when, dir);
3202 rv = AutoRegisterNonNativeComponents(dir.get());
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c1194 char *dir; local
1207 dir = nval > rates[i].val ? "reduced" : "increased";
1210 error("%s %s to %lld hz\n", rates[i].name, dir,
1217 rates[i].name, dir,
1223 rates[i].name, dir, (long long)nval);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxaalocal.h1330 int x, int y, int len, int dir
1336 int x, int y, int len, int dir
1342 int x, int y, int len, int dir
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxaalocal.h1330 int x, int y, int len, int dir
1336 int x, int y, int len, int dir
1342 int x, int y, int len, int dir
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxaalocal.h1319 int x, int y, int len, int dir
1325 int x, int y, int len, int dir
1331 int x, int y, int len, int dir

Completed in 208 milliseconds

1234567891011