/openbsd/usr.sbin/syspatch/ |
H A D | syspatch.sh | 58 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 D | stdio.c | 48 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 D | makebuf.c | 71 if (couldbetty && isatty(fp->_file)) in __smakebuf() 84 if (fp->_file < 0 || fstat(fp->_file, &st) == -1) { in __swhatbuf()
|
H A D | fseek.c | 130 fp->_file < 0 || fstat(fp->_file, &st) == -1 || in fseeko() 146 if (fstat(fp->_file, &st) == -1) in fseeko()
|
H A D | freopen.c | 83 if ((wantfd = fp->_file) < 0 && isopen) { in freopen() 152 fp->_file = f; in freopen()
|
H A D | vsprintf.c | 52 f._file = -1; in vsprintf()
|
H A D | sprintf.c | 54 f._file = -1; in sprintf()
|
H A D | vsnprintf.c | 57 f._file = -1; in vsnprintf()
|
H A D | funopen.c | 61 fp->_file = -1; in funopen()
|
H A D | snprintf.c | 58 f._file = -1; in snprintf()
|
H A D | vdprintf.c | 63 f._file = -1; in vdprintf()
|
H A D | fopen.c | 67 fp->_file = f; in fopen()
|
H A D | fdopen.c | 84 fp->_file = fd; in fdopen()
|
/openbsd/usr.sbin/sysupgrade/ |
H A D | sysupgrade.sh | 44 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 D | threads.t | 31 my @temp_files = qw(1_file.tmp 2_file.tmp 3_file.tmp);
|
/openbsd/usr.sbin/sysmerge/ |
H A D | sysmerge.sh | 30 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 D | siginfo.h | 162 } _file; 185 #define si_fd _data._file._fd 186 #define si_band _data._file._band
|
/openbsd/etc/ |
H A D | netstart | 29 local _file=$1 _line 31 [[ -f $_file ]] || return 35 done <$_file
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | LineEntry.cpp | 22 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 D | keygen-knownhosts.sh | 117 _file=$3 118 test "x$_file" = "x" && _file=$OBJ/kh.invalid 119 ${SSHKEYGEN} -f $_file -HF $_host | grep '|1|' | \
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/ |
H A D | Compare.pm | 131 $newthing->set_file($thing->_file) unless $newthing->_file;
|
/openbsd/distrib/miniroot/ |
H A D | group | 14 _file:*:104:
|
H A D | master.passwd | 9 _file:*:104:104::0:0:file privsep:/var/empty:/sbin/nologin
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32.h | 284 long _file; member 298 #define PERLIO_FILE_file(f) (*(int*)(&((__crt_stdio_stream_data*)(f))->_file)) 312 #define PERLIO_FILE_file(f) ((f)->_file)
|
/openbsd/gnu/usr.bin/binutils/include/mpw/ |
H A D | mpw.h | 52 #define fileno(fp) ((fp)->_file)
|