Lines Matching refs:filelist
52 char *filelist[10]; variable
212 while (filelist[i] != NULL) { in main()
213 if ((rv = fwflash_update(devpath, filelist[i], in main()
1225 if ((filelist[0] = calloc(1, MAXPATHLEN + 1)) == NULL) { in get_fileopts()
1231 (void) strlcpy(filelist[0], files, strlen(files) + 1); in get_fileopts()
1235 filelist[0]); in get_fileopts()
1239 if ((filelist[i] = calloc(1, MAXPATHLEN + 1)) in get_fileopts()
1246 (void) strlcpy(filelist[i], files, in get_fileopts()
1249 i, filelist[i]); in get_fileopts()
1253 if ((filelist[0] = calloc(1, MAXPATHLEN + 1)) == NULL) { in get_fileopts()
1259 (void) strlcpy(filelist[0], options, strlen(files) + 1); in get_fileopts()
1261 filelist[0]); in get_fileopts()