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

12

/freebsd-9.3-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-9.3-release/gnu/usr.bin/patch/
H A Dbackupfile.h42 char *find_backup_file_name (char *_file);
H A Dbackupfile.c83 char *find_backup_file_name(char *_file);
84 static char *make_version_name (char *_file, int _version);
85 static int max_backup_version(char *_file, char *_dir);
/freebsd-9.3-release/lib/libc/stdio/
H A Dfreopen.c90 if ((dflags = _fcntl(fp->_file, F_GETFL)) < 0) {
109 if (_fcntl(fp->_file, F_SETFL, dflags) < 0) {
118 (void) ftruncate(fp->_file, (off_t)0);
122 (void) _fcntl(fp->_file, F_SETFD, FD_CLOEXEC);
123 f = fp->_file;
147 if ((wantfd = fp->_file) < 0 && isopen) {
204 (void)_close(fp->_file);
208 * File descriptors are a full int, but _file is only a short.
222 fp->_file = f;
H A Dmakebuf.c82 if (couldbetty && isatty(fp->_file))
98 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) {
H A Dfclose.c67 fp->_file = -1;
H A Dfunopen.c69 fp->_file = -1;
H A Dstdio.c60 return(_read(fp->_file, buf, (size_t)n));
71 return (_write(fp->_file, buf, (size_t)n));
82 return (lseek(fp->_file, (off_t)offset, whence));
90 return (_close(((FILE *)cookie)->_file));
H A Dvdprintf.c60 f._file = fd;
H A Dfdopen.c58 * File descriptors are a full int, but _file is only a short.
97 fp->_file = fd;
H A Dfopen.c69 * File descriptors are a full int, but _file is only a short.
81 fp->_file = f;
H A Dperror.c73 (void)_writev(stderr->_file, iov, (v - iov) + 1);
H A Dfindfp.c58 ._file = (file), \
150 fp->_file = -1; /* no file */
H A Dfseek.c185 fp->_file < 0 || _fstat(fp->_file, &st) ||
201 if (_fstat(fp->_file, &st))
H A Dlocal.h122 ._file = -1, \
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dfile.h57 if (filp->_file == NULL) {
61 if (refcount_release(&filp->_file->f_count)) {
62 _fdrop(filp->_file, curthread);
84 filp->_file = file;
/freebsd-9.3-release/contrib/bind9/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-9.3-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-9.3-release/contrib/sendmail/include/sm/
H A Drpool.h143 char *_file,
152 char *_file,
/freebsd-9.3-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-9.3-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-9.3-release/usr.sbin/bsdconfig/startup/
H A Drcconf120 _${var}_file="$( f_sysrc_find $var )"
145 printf "%s", ENVIRON["_" var "_file"]

Completed in 140 milliseconds

12