Searched defs:DIR (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Ddirent.h54 typedef struct _dirdesc DIR; typedef in typeref:struct:_dirdesc
83 int closedir(DIR *);
84 void rewinddir(DIR *);
86 DIR *opendir(const char *) __RENAME(__opendir30);
87 struct dirent *readdir(DIR *) __RENAME(__readdir30);
88 int readdir_r(DIR * __restrict, struct dirent * __restrict,
91 void seekdir(DIR *, long);
92 long telldir(DIR *);
93 DIR *__opendir2(const char *, int) __RENAME(__opendir230);
/vbox/src/libs/libxml2-2.6.31/
H A Dcheck-xinclude-test-suite.py12 DIR="xinclude-test-suite" variable
18 os.chdir(DIR)
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.h37 #define DIR int macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk_old.c256 extern char *DIR();
349 else printf("TOKENS = %stokens.h", DIR());
353 printf("DLG_FILE = %s%s\n", DIR(), dlg);
354 printf("ERR = %serr\n", DIR());
355 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr);
357 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode);
359 else printf("SCAN = %s%s\n", DIR(), dlg_class);
414 else printf(" %s$(SCAN).c", DIR());
425 printf(" %s%s", DIR(), APARSER_O);
427 printf(" %s%s", DIR(), DLEXERBASE_
755 char *DIR() function
[all...]
H A Dgenmk.c367 extern char *DIR(void);
369 extern char *DIR();
485 else printf("TOKENS = %stokens.h", DIR());
489 printf("DLG_FILE = %s%s\n", DIR(), dlg);
490 printf("ERR = %serr\n", DIR());
491 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr);
493 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode);
495 else printf("SCAN = %s%s\n", DIR(), dlg_class);
561 else printf(" %s$(SCAN).c", DIR());
585 printf("%s%s", DIR(), APARSER_
1053 char *DIR(void) function
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h92 typedef void *DIR; typedef
197 DIR *opendir (const char *);
198 struct dirent *readdir (DIR *);
199 int closedir (DIR *);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h290 UINT32 DIR:1; member in struct:_TRANSFER_TRB_CONTROL_DATA
312 UINT32 DIR:1; member in struct:_TRANSFER_TRB_CONTROL_STATUS
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h49 typedef void XF86DIR; /* opaque DIR replacement */
490 #undef DIR macro
491 #define DIR XF86DIR macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h71 typedef void XF86DIR; /* opaque DIR replacement */
534 #undef DIR macro
535 #define DIR XF86DIR macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h71 typedef void XF86DIR; /* opaque DIR replacement */
534 #undef DIR macro
535 #define DIR XF86DIR macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h75 typedef void XF86DIR; /* opaque DIR replacement */
540 #undef DIR macro
541 #define DIR XF86DIR macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h75 typedef void XF86DIR; /* opaque DIR replacement */
538 #undef DIR macro
539 #define DIR XF86DIR macro

Completed in 174 milliseconds