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

12

/freebsd-10.1-release/etc/rc.d/
H A Daccounting54 local _dir _file
60 _file=`mktemp newacct-XXXXX`
61 chmod 644 $_file
62 ${accounting_command} ${_dir}/${_file}
68 mv $_file ${accounting_file}
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
297 _file
[all...]
/freebsd-10.1-release/lib/libc/stdio/
H A Dfreopen.c88 if ((dflags = _fcntl(fp->_file, F_GETFL)) < 0) {
107 if (_fcntl(fp->_file, F_SETFL, dflags) < 0) {
116 (void) ftruncate(fp->_file, (off_t)0);
120 (void) _fcntl(fp->_file, F_SETFD, FD_CLOEXEC);
121 f = fp->_file;
145 if ((wantfd = fp->_file) < 0 && isopen) {
210 (void)_close(fp->_file);
214 * File descriptors are a full int, but _file is only a short.
228 fp->_file = f;
H A Dmakebuf.c81 if (couldbetty && isatty(fp->_file))
94 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) {
H A Dstdio.c57 return(_read(fp->_file, buf, (size_t)n));
65 return (_write(fp->_file, buf, (size_t)n));
73 return (lseek(fp->_file, (off_t)offset, whence));
80 return (_close(((FILE *)cookie)->_file));
H A Dfclose.c67 fp->_file = -1;
H A Dfunopen.c69 fp->_file = -1;
H A Dperror.c72 (void)_writev(stderr->_file, iov, (v - iov) + 1);
H A Dvdprintf.c60 f._file = fd;
H A Dftell.c126 else if (fp->_file != -1 &&
127 (dflags = _fcntl(fp->_file, F_GETFL)) < 0)
H A Dfdopen.c56 * File descriptors are a full int, but _file is only a short.
95 fp->_file = fd;
H A Dfopen.c67 * File descriptors are a full int, but _file is only a short.
79 fp->_file = f;
H A Dfindfp.c58 ._file = (file), \
149 fp->_file = -1; /* no file */
H A Dfseek.c175 fp->_file < 0 || _fstat(fp->_file, &st) ||
191 if (_fstat(fp->_file, &st))
H A Dlocal.h129 ._file = -1, \
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dfile.h61 if (filp->_file == NULL) {
65 if (refcount_release(&filp->_file->f_count)) {
66 _fdrop(filp->_file, curthread);
92 filp->_file = file;
/freebsd-10.1-release/contrib/ntp/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-10.1-release/contrib/file/python/
H A Dmagic.py64 _file = _libraries['magic'].magic_file variable
65 _file.restype = c_char_p
66 _file.argtypes = [magic_t, c_char_p]
126 return str(_file(self._magic_t, bi), 'utf-8')
128 return _file(self._magic_t, filename.encode('utf-8'))
/freebsd-10.1-release/contrib/sendmail/include/sm/
H A Drpool.h143 char *_file,
152 char *_file,
/freebsd-10.1-release/sys/dev/nxge/include/
H A Dxge-defs.h86 #define XGE_OS_MEMORY_CHECK_MALLOC(_vaddr, _size, _file, _line) { \
103 g_malloc_arr[index_mem_chk].file = _file; \
/freebsd-10.1-release/sys/sys/
H A Dlinker.h130 linker_file_t _file);
143 caddr_t linker_file_lookup_symbol(linker_file_t _file, const char* _name,
151 int linker_file_lookup_set(linker_file_t _file, const char *_name,
164 int linker_file_unload(linker_file_t _file, int flags);
335 int kldload(const char* _file);
338 int kldfind(const char* _file);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp35 const FileSpec &_file,
45 file(_file),
30 LineEntry( const lldb::SectionSP &section_sp, lldb::addr_t section_offset, lldb::addr_t byte_size, const FileSpec &_file, uint32_t _line, uint16_t _column, bool _is_start_of_statement, bool _is_start_of_basic_block, bool _is_prologue_end, bool _is_epilogue_begin, bool _is_terminal_entry ) argument
/freebsd-10.1-release/usr.sbin/bsdconfig/startup/
H A Drcconf120 _${var}_file="$( f_sysrc_find $var )"
145 printf "%s", ENVIRON["_" var "_file"]

Completed in 603 milliseconds

12