Searched defs:file1 (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16thred.c | 79 static FILE * file1 = 0; /* instrumentation: WRT debug */ variable
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | ntioto.c | 104 PRFileDesc *file1; variable 155 PR_Write( file1, ".", 1 ); 172 PR_Write( file1, "+", 1 ); 280 file1 = PR_Open("xxxTestFile", PR_CREATE_FILE | PR_RDWR, 666); 310 PR_Close( file1 );
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileMac.cpp | 224 Entry: file1 = pointer to first FSSpec record. 230 static PRBool IsEqualFSSpec(const FSSpec& file1, const FSSpec& file2) argument 233 file1.vRefNum == file2.vRefNum && 234 file1.parID == file2.parID && 235 EqualString(file1.name, file2.name, false, true);
|
Completed in 39 milliseconds