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

123

/freebsd-11-stable/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 Dmdconfig82 _file=${_config##*-f\ }
83 _file=${_file%%\ *}
84 if [ -z "${_file}" ]; then
87 if [ "${_file}" != "${_file%.uzip}" ]; then
90 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
97 debug "${_md} file: ${_file}"
104 local _md _mp _config _type _dev _file _fs _newfs _fsck_cmd
116 if [ "${_file}" !
[all...]
H A Dmdconfig287 _file=${_config##*-f\ }
88 _file=${_file%%\ *}
89 if [ -z "${_file}" ]; then
93 if [ "${_file}" != "${_file%.uzip}" ]; then
96 for _i in `df ${_file} 2>/dev/null`; do _fs=${_i}; done
103 debug "${_md} file: ${_file}"
113 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
117 if [ ! -r ${_file} ]; the
[all...]
H A Dbluetooth48 local _err _file _line _namespace
50 _file=$1
54 if [ ! -e $_file ]; then
58 if [ ! -f $_file -o ! -r $_file ]; then
59 err 1 "Bluetooth configuration file $_file is not a file or not readable"
78 warn "Unable to parse line \"$_line\" in $_file"
83 done < $_file
232 local _file
298 _file
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp186 const NormalizedFile &_file; member in class:lld::mach_o::normalized::MachOFileLayout
256 : _file(file),
276 if (!_file.functionStarts.empty() || alwaysIncludeFunctionStarts) {
280 if (_file.generateDataInCodeLoadCommand) {
391 size += _file.segments.size() * segCommandSize;
392 count += _file.segments.size();
394 size += _file.sections.size() * sectionSize;
397 if (_file.fileType == llvm::MachO::MH_DYLIB) {
398 size += sizeof(dylib_command) + pointerAlign(_file.installName.size() + 1);
411 if (_file
739 writeVersionMinLoadCommand(const NormalizedFile &_file, bool _swap, uint8_t *&lc) argument
[all...]
H A DObjCPass.cpp100 _file(*_ctx.make_file<MachOFile>("<mach-o objc pass>")) {
101 _file.setOrdinal(_ctx.getNextOrdinalAndIncrement());
115 return new (_file.allocator()) ObjCImageInfoAtom(_file, IsBig,
121 MachOFile &_file; member in class:lld::mach_o::ObjCPass
H A DStubsPass.cpp213 _file(*_ctx.make_file<MachOFile>("<mach-o Stubs pass>")) {
214 _file.setOrdinal(_ctx.getNextOrdinalAndIncrement());
251 new (_file.allocator()) StubHelperCommonAtom(_file, _stubInfo);
253 new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
256 new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
293 auto *stub = new (_file.allocator()) StubAtom(_file, _stubInf
368 MachOFile &_file; member in class:lld::mach_o::StubsPass
[all...]
H A DShimPass.cpp45 _file(*_ctx.make_file<MachOFile>("<mach-o shim pass>")) {
46 _file.setOrdinal(_ctx.getNextOrdinalAndIncrement());
107 const DefinedAtom *shim = _archHandler.createShim(_file, thumbToArm,
117 MachOFile &_file; member in class:lld::mach_o::ShimPass
H A DTLVPass.cpp69 _file(*_ctx.make_file<MachOFile>("<mach-o TLV pass>")) {
70 _file.setOrdinal(_ctx.getNextOrdinalAndIncrement());
118 auto *tlvpEntry = new (_file.allocator())
119 TLVPEntryAtom(_file, _ctx.is64Bit(), target->name());
130 MachOFile &_file; member in class:lld::mach_o::TLVPass
H A DGOTPass.cpp95 _file(*_ctx.make_file<MachOFile>("<mach-o GOT Pass>")) {
96 _file.setOrdinal(_ctx.getNextOrdinalAndIncrement());
159 auto *gotEntry = new (_file.allocator())
160 GOTEntryAtom(_file, _ctx.is64Bit(), target->name());
173 MachOFile &_file; member in class:lld::mach_o::GOTPass
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h75 if (refcount_release(filp->_file == NULL ?
76 &filp->f_count : &filp->_file->f_count)) {
84 return (filp->_file == NULL ?
85 filp->f_count : filp->_file->f_count);
117 filp->_file = NULL;
119 filp->_file = file;
/freebsd-11-stable/lib/libc/stdio/
H A Dfreopen.c88 if ((dflags = _fcntl(fp->_file, F_GETFL)) < 0) {
108 if (_fcntl(fp->_file, F_SETFL, dflags) < 0) {
117 (void) ftruncate(fp->_file, (off_t)0);
121 (void) _fcntl(fp->_file, F_SETFD, FD_CLOEXEC);
122 f = fp->_file;
146 if ((wantfd = fp->_file) < 0 && isopen) {
212 (void)_close(fp->_file);
216 * File descriptors are a full int, but _file is only a short.
230 fp->_file = f;
H A Dfclose.c67 fp->_file = -1;
105 } else if (fp->_file < 0) {
115 *fdp = fp->_file;
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 Dfunopen.c69 fp->_file = -1;
H A Dvdprintf.c60 f._file = fd;
H A Dperror.c72 (void)_writev(stderr->_file, iov, (v - iov) + 1);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DYamlContext.h35 File *_file = nullptr; member in struct:lld::YamlContext
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib.h119 return (filp->_file != NULL &&
120 filp->_file == td->td_fpop &&
121 filp->_file->f_cred == td->td_ucred);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DNode.h60 : Node(Node::Kind::File), _file(std::move(f)) {}
66 File *getFile() { return _file.get(); }
69 std::unique_ptr<File> _file; member in class:lld::FileNode
H A DSimple.h146 : _file(f), _ordinal(f.getNextAtomOrdinalAndIncrement()) {}
152 const File &file() const override { return _file; }
205 auto node = new (_file.allocator())
241 const File &_file; member in class:lld::SimpleDefinedAtom
248 SimpleUndefinedAtom(const File &f, StringRef name) : _file(f), _name(name) {
255 const File &file() const override { return _file; }
264 const File &_file; member in class:lld::SimpleUndefinedAtom
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/sendmail/include/sm/
H A Drpool.h143 char *_file,
152 char *_file,

Completed in 238 milliseconds

123