Searched refs:FileList (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c220 * FileList ADT - a dynamic list of C filenames
228 typedef struct FileList_ *FileList; typedef in typeref:struct:FileList_
230 static FileList
233 FileList fl = NEW_(FileList);
242 FileList_print(FileList fl)
255 FileList_free(FileList fl)
269 FileList_ensureCapacity(FileList fl, int capacity)
280 FileList_add(FileList fl, char *file)
287 FileList_addSubstring(FileList f
[all...]
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c220 * FileList ADT - a dynamic list of C filenames
228 typedef struct FileList_ *FileList; typedef in typeref:struct:FileList_
230 static FileList
233 FileList fl = NEW_(FileList);
243 FileList_free(FileList fl)
257 FileList_ensureCapacity(FileList fl, int capacity)
268 FileList_add(FileList fl, char *file)
275 FileList_addSubstring(FileList fl, const char *beg, int len)
285 FileList_join(FileList f
[all...]

Completed in 31 milliseconds