Searched refs:bstring (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/lib9p/pytest/ |
| H A D | sequencer.py | 97 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 234 def _unpack1(self, via, bstring, offset, noerror): argument 237 tup = via.unpack_from(bstring, offset) 250 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 259 if len(bstring) < nexto: 266 val = bstring[offset:nexto] 451 if len(bstring) < nexto and not noerror: 454 return bstring[offset:nexto], nexto 641 def unpack(self, vdict, cdict, bstring, noerror=False): argument 647 if not noerror and offset != len(bstring): [all …]
|
| H A D | protocol.py | 708 def unpack_header(bstring, noerror=False): argument 719 vdict['size'] = len(bstring) + 4 720 vdict['dsize'] = max(0, len(bstring) - 1) 721 _9p_data.header_unpack_seq.unpack(vdict, None, bstring, noerror) 724 def unpack(self, bstring, noerror=False): argument 726 vdict = self.unpack_header(bstring, noerror) 764 def unpack_wirestat(self, bstring, offset, noerror=False): argument 771 newoff = td.wirestat_seq.unpack_from(d, self.conditions, bstring, 795 def unpack_dirent(self, bstring, offset, noerror=False): argument 801 offset = td.dirent_seq.unpack_from(deobj, self.conditions, bstring,
|
| H A D | p9conn.py | 1143 def decode_stat_objects(self, bstring, noerror=False): argument 1153 while offset < len(bstring): 1158 def decode_readdir_dirents(self, bstring, noerror=False): argument 1167 while offset < len(bstring): 1617 bstring = self.read(fid, offset, iounit) 1618 if bstring == b'': 1620 statvals.extend(self.decode_stat_objects(bstring)) 1621 offset += len(bstring) 1641 bstring = self.readdir(fid, offset, iounit) 1642 if bstring == b'': [all …]
|
| /freebsd-14.2/lib/libc/string/ |
| H A D | Makefile.inc | 49 MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | config.h.in | 354 /* Define to 1 if you have the <bstring.h> header file. */
|
| H A D | configure.ac | 286 AC_CHECK_HEADERS([bstring.h sys/procctl.h])
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | configure.ac | 461 bstring.h \
|