Home
last modified time | relevance | path

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

/freebsd/libexec/save-entropy/
H A Dsave-entropy.sh102 next_file=saved-entropy.${n}
103 if [ -f "${next_file}" ]; then
104 [ "${next_file}" -ot "${save_file}" ] && \
105 save_file="${next_file}"
106 elif [ ! -e "${next_file}" ]; then
107 save_file="${next_file}"
111 "${next_file}" is not a regular file, skipped.
/freebsd/bin/pax/
H A Dextern.h159 int next_file(ARCHD *);
H A Dar_subs.c392 while (next_file(arcn) == 0) { in wr_archive()
777 while (next_file(arcn) == 0) { in copy()
H A Dftree.c336 next_file(ARCHD *arcn) in next_file() function