Lines Matching refs:dir_sort
456 (dir_read): Renamed from dir_sort. Don't sort the dir.
917 (dir_sort): Return 0 on error, 1 on success. All callers changed.
1769 * dir.c (dir_sort): Prefer NAMLEN (p) to strlen (p->d_name).
2234 * dir.c (dir_sort): Always init `data' to avoid GCC warning.
2303 * dir.c (dir_sort): Handle VOID_CLOSEDIR.
2351 * dir.c (dir_sort): Plug memory leak: space holding directory
2355 (diff_dirs): Pass struct file_data to dir_sort. Finish plugging leak.
2569 * dir.c (dir_sort): Support new --exclude* options.
3148 * dir.c (dir_sort): Delete the extra declaration of compare_names.
3278 (dir_sort): New arg NONEX, likewise.
3355 * dir.c (dir_sort): Open-trouble not fatal; just say # files is -1.
3356 (diff_dirs): If dir_sort does that, give up and return 2.