/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_set_standard_lookup.c | 123 char _buffer[128]; in lookup_gid() 125 char *buffer = _buffer; in lookup_gid() 192 char _buffer[128]; in lookup_uid() 194 char *buffer = _buffer; in lookup_uid() 124 char _buffer[128]; lookup_gid() local 193 char _buffer[128]; lookup_uid() local
|
H A D | archive.h | 223 void *_client_data, const void **_buffer); 243 const void *_buffer, size_t _length); 849 void *_buffer, size_t _buffSize, size_t *_used);
|
/freebsd/contrib/file/python/ |
H A D | magic.py | 86 _buffer = _libraries['magic'].magic_buffer variable 87 _buffer.restype = c_char_p 88 _buffer.argtypes = [magic_t, c_void_p, c_size_t] 181 return Magic.__tostr(_buffer(self._magic_t, buf, len(buf)))
|
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.h | 163 int iicdev_readfrom(device_t _slavedev, uint8_t _regaddr, void *_buffer, 165 int iicdev_writeto(device_t _slavedev, uint8_t _regaddr, void *_buffer,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSDictionary.cpp | 317 uint32_t _buffer; member 325 uint64_t _buffer; member 348 uint32_t _buffer; member 361 uint64_t _buffer; member 1149 m_keys_ptr = m_data_32->_buffer; in GetChildAtIndex() 1150 m_values_ptr = m_data_32->_buffer + (m_ptr_size * size); in GetChildAtIndex() 1153 m_keys_ptr = m_data_64->_buffer; in GetChildAtIndex() 1154 m_values_ptr = m_data_64->_buffer + (m_ptr_size * size); in GetChildAtIndex()
|
/freebsd/contrib/nvi/common/ |
H A D | conv.c | 219 #define CONVERT2(_buffer, lenp, cw, offset) \ in default_int2char() argument 221 char *bp = _buffer; \ in default_int2char() 240 #define CONVERT2(_buffer, lenp, cw, offset) in default_int2char() argument
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc.h | 77 int elftc_demangle(const char *_mangledname, char *_buffer,
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindCursor.hpp | 123 static entry *_buffer; member in libunwind::DwarfFDECache 131 DwarfFDECache<A>::_buffer = _initialBuffer; member in libunwind::DwarfFDECache<A> 156 for (entry *p = _buffer; p < _bufferUsed; ++p) { in findFDE() 174 size_t oldSize = (size_t)(_bufferEnd - _buffer); in add() 178 memcpy(newBuffer, _buffer, oldSize * sizeof(entry)); in add() 179 if (_buffer != _initialBuffer) in add() 180 free(_buffer); in add() 181 _buffer = newBuffer; in add() 203 entry *d = _buffer; in removeAllIn() 204 for (const entry *s = _buffer; s < _bufferUsed; ++s) { in removeAllIn() [all …]
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 757 function srom_ops_emit(opstream, string, _pending_bind, _buffer) { 762 _buffer = get(_pending_bind, p_buffer) 763 array_append(_buffer, string) 1294 _off_start, _width, _si_signbit, _written, _nbuffer, _buffer) 1358 _buffer = get(bind, p_buffer) 1359 _nbuffer = array_size(_buffer) 1361 srom_ops_emit(opstream, array_get(_buffer, _i))
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 67 char *_buffer = (buffer); \ 70 strlcat(_buffer, __func__, _buflen); \ 71 strlcat(_buffer, ":" TOSTRING(__LINE__) \
|