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

12

/freebsd-10.0-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.0-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) {
202 (void)_close(fp->_file);
206 * File descriptors are a full int, but _file is only a short.
220 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 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.0-release/sys/ofed/include/linux/
H A Dfile.h60 if (filp->_file == NULL) {
64 if (refcount_release(&filp->_file->f_count)) {
65 _fdrop(filp->_file, curthread);
91 filp->_file = file;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathProfileInfo.cpp77 FILE* _file; member in class:__anon2101::PathProfileLoaderPass
295 if (!(_file = fopen(_filename.c_str(), "rb"))) {
302 while( fread(&profType, sizeof(ProfilingType), 1, _file) ) {
312 fclose (_file);
317 fclose (_file);
337 if( fread(&savedArgsLength, sizeof(unsigned), 1, _file) != 1 ) {
344 if( fread(args, 1, savedArgsLength, _file) != savedArgsLength )
353 fseek(_file, 4-(savedArgsLength&3), SEEK_CUR);
360 if( fread(&functionCount, sizeof(functionCount), 1, _file) != 1 ) {
368 if( fread(&pathHeader, sizeof(pathHeader), 1, _file) !
[all...]
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Drpool.h143 char *_file,
152 char *_file,
/freebsd-10.0-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.0-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.0-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.0-release/usr.sbin/bsdconfig/startup/
H A Drcconf120 _${var}_file="$( f_sysrc_find $var )"
145 printf "%s", ENVIRON["_" var "_file"]
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dlp.h274 int chk(char *_file);
303 void process(const struct printer *_pp, char *_file);
H A Drmjob.c73 static void do_unlink(char *_file);
74 static int isowner(char *_owner, char *_file, const char *_cfhost);

Completed in 169 milliseconds

12