Searched refs:save_file (Results 1 – 6 of 6) sorted by relevance
85 save_file="saved-entropy.${n}"86 if [ ! -e "${save_file}" -o -f "${save_file}" ]; then90 "${save_file}" is not a regular file, skipped.99 if [ -f ${save_file} ]; then104 [ "${next_file}" -ot "${save_file}" ] && \105 save_file="${next_file}"107 save_file="${next_file}"120 if [ -e "${save_file}" -a ! -f "${save_file}" ]; then127 chmod 600 "${save_file}" 2>/dev/null || :128 dd if=/dev/random of="${save_file}" bs=${entropy_save_sz} count=1 2>/dev/null[all …]
182 hashp->save_file = file && (hashp->flags & O_RDWR); in __hash_open()400 if (__buf_free(hashp, 1, hashp->save_file)) in hdestroy()421 if (hashp->save_file) in hdestroy()455 if (!hashp->save_file) in hash_sync()479 if (!hashp->save_file) in flush_meta()
106 int save_file; /* Indicates whether we need to flush member
41 save_execute.c save_file.c save_nothing.c save_syslog.c save_v1trap.c save_v2trap.c vtof.c \
407 python::PythonObject &save_file, const char *mode);
626 PythonObject &save_file, in SetStdHandle() argument629 save_file.Reset(); in SetStdHandle()645 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()