Searched refs:next_file (Results 1 – 4 of 4) sorted by relevance
102 next_file=saved-entropy.${n}103 if [ -f "${next_file}" ]; then104 [ "${next_file}" -ot "${save_file}" ] && \105 save_file="${next_file}"106 elif [ ! -e "${next_file}" ]; then107 save_file="${next_file}"111 "${next_file}" is not a regular file, skipped.
159 int next_file(ARCHD *);
392 while (next_file(arcn) == 0) { in wr_archive()777 while (next_file(arcn) == 0) { in copy()
336 next_file(ARCHD *arcn) in next_file() function