Searched refs:_file (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/libexec/rc/rc.d/
H A Dmdconfig81 _file=${_config##*-f\ }
82 _file=${_file%%\ *}
83 if [ -z "${_file}" ]; then
86 if [ "${_file}" != "${_file%.uzip}" ]; then
89 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
96 debug "${_md} file: ${_file}"
103 local _md _mp _config _type _dev _file _fs _newfs _fsck_cmd
115 if [ "${_file}" !
[all...]
H A Dmdconfig286 _file=${_config##*-f\ }
87 _file=${_file%%\ *}
88 if [ -z "${_file}" ]; then
92 if [ "${_file}" != "${_file%.uzip}" ]; then
95 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
102 debug "${_md} file: ${_file}"
112 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
116 if [ ! -r ${_file} ]; the
[all...]
H A Dbluetooth47 local _err _file _line _namespace
49 _file=$1
53 if [ ! -e $_file ]; then
57 if [ ! -f $_file -o ! -r $_file ]; then
58 err 1 "Bluetooth configuration file $_file is not a file or not readable"
77 warn "Unable to parse line \"$_line\" in $_file"
82 done < $_file
231 local _file
266 _file
[all...]
/freebsd-current/contrib/kyua/utils/fs/
H A Dauto_cleaners.cpp159 fs::path _file; member in struct:utils::fs::auto_file::impl
168 _file(file_),
179 LW(F("Failed to auto-cleanup file '%s': %s") % _file %
195 fs::unlink(_file);
248 return _pimpl->_file;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h71 if (refcount_release(filp->_file == NULL ?
72 &filp->f_count : &filp->_file->f_count)) {
80 return (filp->_file == NULL ?
81 filp->f_count : filp->_file->f_count);
109 filp->_file = NULL;
111 filp->_file = file;
H A Dfs.h84 struct file *_file; member in struct:linux_file
263 refcount_acquire(f->_file == NULL ? &f->f_count : &f->_file->f_count);
271 f->_file == NULL ? &f->f_count : &f->_file->f_count));
316 return (file->_file->f_offset);
/freebsd-current/lib/libc/stdio/
H A Dfreopen.c84 if ((dflags = _fcntl(fp->_file, F_GETFL)) < 0) {
104 if (_fcntl(fp->_file, F_SETFL, dflags) < 0) {
113 (void) ftruncate(fp->_file, (off_t)0);
117 (void) _fcntl(fp->_file, F_SETFD, FD_CLOEXEC);
118 f = fp->_file;
142 if ((wantfd = fp->_file) < 0 && isopen) {
208 (void)_close(fp->_file);
212 * File descriptors are a full int, but _file is only a short.
226 fp->_file = f;
H A Dfclose.c63 fp->_file = -1;
101 } else if (fp->_file < 0) {
111 *fdp = fp->_file;
H A Dmakebuf.c77 if (couldbetty && isatty(fp->_file))
90 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) {
H A Dstdio.c53 return(_read(fp->_file, buf, (size_t)n));
61 return (_write(fp->_file, buf, (size_t)n));
69 return (lseek(fp->_file, (off_t)offset, whence));
76 return (_close(((FILE *)cookie)->_file));
H A Dfunopen.c65 fp->_file = -1;
H A Dvdprintf.c59 f._file = fd;
H A Dperror.c68 (void)_writev(stderr->_file, iov, (v - iov) + 1);
H A Dfopen.c63 * File descriptors are a full int, but _file is only a short.
75 fp->_file = f;
H A Dfdopen.c52 * File descriptors are a full int, but _file is only a short.
94 fp->_file = fd;
H A Dfindfp.c55 ._file = (file), \
148 fp->_file = -1; /* no file */
H A Dfseek.c171 fp->_file < 0 || _fstat(fp->_file, &st) ||
187 if (_fstat(fp->_file, &st))
H A Dlocal.h131 ._file = -1, \
/freebsd-current/sys/ofed/include/rdma/
H A Dib.h117 return (filp->_file != NULL &&
118 filp->_file == td->td_fpop &&
119 filp->_file->f_cred == td->td_ucred);
/freebsd-current/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dmutex.h130 isc_mutex_init_profile(isc_mutex_t *mp, const char * _file, int _line);
132 isc_mutex_lock_profile(isc_mutex_t *mp, const char * _file, int _line);
134 isc_mutex_unlock_profile(isc_mutex_t *mp, const char * _file, int _line);
/freebsd-current/sys/sys/
H A Dlinker.h151 linker_file_t _file);
164 caddr_t linker_file_lookup_symbol(linker_file_t _file, const char* _name,
172 int linker_file_lookup_set(linker_file_t _file, const char *_name,
185 int linker_file_unload(linker_file_t _file, int flags);
388 int kldload(const char* _file);
391 int kldfind(const char* _file);
/freebsd-current/contrib/sendmail/include/sm/
H A Drpool.h143 char *_file,
152 char *_file,
/freebsd-current/contrib/file/python/
H A Dmagic.py78 _file = _libraries['magic'].magic_file variable
79 _file.restype = c_char_p
80 _file.argtypes = [magic_t, c_char_p]
165 return Magic.__tostr(_file(self._magic_t, Magic.__tobytes(filename)))
/freebsd-current/crypto/openssh/regress/
H A Dkeygen-knownhosts.sh117 _file=$3
118 test "x$_file" = "x" && _file=$OBJ/kh.invalid
119 ${SSHKEYGEN} -f $_file -HF $_host | grep '|1|' | \
/freebsd-current/usr.sbin/bsdconfig/startup/
H A Drcconf119 _${var}_file="$( f_sysrc_find $var )"
144 printf "%s", ENVIRON["_" var "_file"]

Completed in 213 milliseconds

12