Home
last modified time | relevance | path

Searched refs:_file (Results 1 – 25 of 65) sorted by relevance

123

/openbsd/usr.sbin/syspatch/
H A Dsyspatch.sh58 for _file in ${_files}; do
61 install_file ${_edir}/${_file} /${_file} || _rc=$?
113 local _file _patch=$1 _rbfiles _rc=0
119 for _file in ${_files}; do
120 [[ -f /${_file} ]] && _rbfiles="${_rbfiles} ${_file}"
213 for _file in ${_files}; do
215 install_file ${_edir}/${_file} /${_file} || _rc=$?
257 local _file=$2 _rc=0 _user=_syspatch
260 >${_file}
261 chown "${_user}" "${_file}"
[all …]
/openbsd/lib/libc/stdio/
H A Dstdio.c48 ret = read(fp->_file, buf, n); in __sread()
63 (void) lseek(fp->_file, 0, SEEK_END); in __swrite()
65 return (write(fp->_file, buf, n)); in __swrite()
74 ret = lseek(fp->_file, offset, whence); in __sseek()
87 return (close(((FILE *)cookie)->_file)); in __sclose()
H A Dmakebuf.c71 if (couldbetty && isatty(fp->_file)) in __smakebuf()
84 if (fp->_file < 0 || fstat(fp->_file, &st) == -1) { in __swhatbuf()
H A Dfseek.c130 fp->_file < 0 || fstat(fp->_file, &st) == -1 || in fseeko()
146 if (fstat(fp->_file, &st) == -1) in fseeko()
H A Dfreopen.c83 if ((wantfd = fp->_file) < 0 && isopen) { in freopen()
152 fp->_file = f; in freopen()
H A Dvsprintf.c52 f._file = -1; in vsprintf()
H A Dsprintf.c54 f._file = -1; in sprintf()
H A Dvsnprintf.c57 f._file = -1; in vsnprintf()
H A Dfunopen.c61 fp->_file = -1; in funopen()
H A Dsnprintf.c58 f._file = -1; in snprintf()
H A Dvdprintf.c63 f._file = -1; in vdprintf()
H A Dfopen.c67 fp->_file = f; in fopen()
H A Dfdopen.c84 fp->_file = fd; in fdopen()
/openbsd/usr.sbin/sysupgrade/
H A Dsysupgrade.sh44 local _file _rc=0 _user=_syspatch
47 _file=$2
50 if [[ -n ${_file} ]]; then
51 >${_file}
52 chown "${_user}" "${_file}"
58 [[ -n ${_file} ]] && chown root "${_file}"
/openbsd/gnu/usr.bin/perl/ext/File-Glob/t/
H A Dthreads.t31 my @temp_files = qw(1_file.tmp 2_file.tmp 3_file.tmp);
/openbsd/usr.sbin/sysmerge/
H A Dsysmerge.sh30 local _file=$1 _line
32 [[ -s $_file ]] || return
37 done <$_file
384 sm_warn "${_file} appears to be invalid"
390 local _file=$1.merged
395 sm_warn_valid sshd -f ${_file} -t ;;
397 sm_warn_valid pfctl -nf ${_file} ;;
399 sm_warn_valid "cap_mkdb -f ${_TMPROOT}/login.conf.check ${_file} || true"
/openbsd/sys/sys/
H A Dsiginfo.h162 } _file;
185 #define si_fd _data._file._fd
186 #define si_band _data._file._band
/openbsd/etc/
H A Dnetstart29 local _file=$1 _line
31 [[ -f $_file ]] || return
35 done <$_file
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLineEntry.cpp22 const FileSpec &_file, uint32_t _line, uint16_t _column, in LineEntry() argument
26 : range(section_sp, section_offset, byte_size), file(_file), in LineEntry()
27 original_file(_file), line(_line), column(_column), in LineEntry()
/openbsd/regress/usr.bin/ssh/
H A Dkeygen-knownhosts.sh117 _file=$3
118 test "x$_file" = "x" && _file=$OBJ/kh.invalid
119 ${SSHKEYGEN} -f $_file -HF $_host | grep '|1|' | \
/openbsd/distrib/miniroot/
H A Dgroup14 _file:*:104:
H A Dmaster.passwd9 _file:*:104:104::0:0:file privsep:/var/empty:/sbin/nologin
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.h282 long _file; member
296 #define PERLIO_FILE_file(f) (*(int*)(&((__crt_stdio_stream_data*)(f))->_file))
314 #define PERLIO_FILE_file(f) ((f)->_file)
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dmpw.h52 #define fileno(fp) ((fp)->_file)
/openbsd/sys/dev/pci/drm/i915/
H A Di915_debugfs_params.c14 #define MATCH_DEBUGFS_NODE_NAME(_file, _name) \ argument
15 (strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0)

123