Lines Matching full:filenames
207 * Lists of Filenames
211 { const char** fileNames; member
212 char* buf; /* fileNames are stored in this buffer (or are read-only) */
213 size_t tableSize; /* nb of fileNames */
218 * read filenames from @inputFileName, and store them into returned object.
226 * This function takes ownership of its arguments, @filenames and @buf,
233 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf);
257 * copy the @filenames pointer table inside the returned object.
263 UTIL_createFNT_fromROTable(const char** filenames, size_t nbFilenames);
296 * read names from @filenames, and expand those corresponding to directories.
302 UTIL_createExpandedFNT(const char* const* filenames, size_t nbFilenames, int followLinks);