Searched defs:FILENAME (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Drmdir.c56 #define FILENAME "file80883" macro
97 fd = PR_Open( DIRNAME FILENAME, PR_CREATE_FILE|PR_RDWR, 0666);
118 (void) PR_Delete( DIRNAME FILENAME);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c34 either the FILENAME or BAD_CPP macro as described below.
40 //#define FILENAME "enquire.c"
42 /* Some compilers won't accept the line "#include FILENAME". Uncomment
245 - Some compilers won't accept the line "#include FILENAME". Add
270 #include FILENAME -DBAD_CPP
478 Added FILENAME, since ANSI C doesn't allow #define __FILE__
521 /* Set FILENAME to the name of this file */
522 #ifndef FILENAME
524 #define FILENAME "enquire.c" macro
527 #define FILENAME __FILE_
[all...]

Completed in 79 milliseconds