Home
last modified time | relevance | path

Searched refs:save_file (Results 1 – 6 of 6) sorted by relevance

/freebsd/libexec/save-entropy/
H A Dsave-entropy.sh85 save_file="saved-entropy.${n}"
86 if [ ! -e "${save_file}" -o -f "${save_file}" ]; then
90 "${save_file}" is not a regular file, skipped.
99 if [ -f ${save_file} ]; then
104 [ "${next_file}" -ot "${save_file}" ] && \
105 save_file="${next_file}"
107 save_file="${next_file}"
120 if [ -e "${save_file}" -a ! -f "${save_file}" ]; then
127 chmod 600 "${save_file}" 2>/dev/null || :
129 chflags nodump "${save_file}" 2>/dev/null || :
[all …]
/freebsd/lib/libc/db/hash/
H A Dhash.c182 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()
H A Dhash.h106 int save_file; /* Indicates whether we need to flush member
/freebsd/sbin/ipf/libipf/
H A DMakefile42 save_execute.c save_file.c save_nothing.c save_syslog.c save_v1trap.c save_v2trap.c vtof.c \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h405 python::PythonObject &save_file, const char *mode);
H A DScriptInterpreterPython.cpp621 PythonObject &save_file, in SetStdHandle() argument
624 save_file.Reset(); in SetStdHandle()
640 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()