Home
last modified time | relevance | path

Searched refs:read_sort_file (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsort.h32 extern int read_sort_file(char *, int, char *[]);
Dsort.c217 int read_sort_file(char *filename, int source, char *source_path[]) in read_sort_file() function
Dmksquashfs.c6398 int res = read_sort_file(argv[++i], source, in main()
/external/squashfs-tools/
DCHANGES48 - pseudo: avoid buffer overflow in read_sort_file() using fscanf()