Searched refs:firstFile (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c129 char *firstFile; /* Stupid FindFirstFile...FindNextFile */ member in struct:WildcardIterator_
141 it->firstFile = find_data.cFileName;
149 if (it->firstFile != NULL) {
150 char *firstFile = it->firstFile; local
151 it->firstFile = NULL;
152 return firstFile;
163 JLI_MemFree(it->firstFile);
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c130 char *firstFile; /* Stupid FindFirstFile...FindNextFile */ member in struct:WildcardIterator_
142 it->firstFile = find_data.cFileName;
149 if (it->firstFile != NULL) {
150 char *firstFile = it->firstFile; local
151 it->firstFile = NULL;
152 return firstFile;
163 JLI_MemFree(it->firstFile);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java92 String firstFile )
94 return arg2 ("declNotInSameFile", scanner, type, firstFile) ;
H A DParser.java3199 String firstFile =
3203 if (!firstFile.equals( defFile ))
3205 fullName, firstFile ) ;

Completed in 57 milliseconds