Lines Matching +full:byte +full:- +full:len
51 "void *buf" "size_t len"
54 "pcell_t *buf" "size_t len"
59 "void *buf" "size_t len"
62 "pcell_t *buf" "size_t len"
79 "char *buf" "size_t len"
82 "const void *buf" "size_t len"
86 A name is a human-readable string from 1 to 31 characters long.
90 Properties can encode byte arrays, text strings, unsigned 32-bit
93 Property with a zero-length value usually represents boolean
97 A byte array is encoded as a sequence of bytes and represents
101 It is encoded as a byte array of length n + 1 bytes with
104 Unsigned 32-bit values, also sometimes called cells, are
105 encoded as a sequence of 4 bytes in big-endian order.
115 does not exist, -1 is returned.
119 .Fa len
126 Returns the actual size of the value or -1 if the
131 .Fa len
134 then converts cell values from big-endian to host byte order.
135 Returns the actual size of the value in bytes, or -1
137 .Fa len
154 .Fa len
159 or -1 if the property does not exist.
168 .Fa len
172 then converts cell values from big-endian to host byte order.
174 or -1 if the property does not exist.
186 If the property has a zero-sized value
189 Returns -1 if the property does not exist or
203 then converts cell values from big-endian to host byte
208 If the property has zero-length value,
211 Returns -1 if the property does not exist or
232 If the property has a zero-sized value
235 Returns -1 if the property does not exist or
251 then converts cell values from big-endian to host byte
259 If the property has a zero-sized value
262 Returns -1 if the property does not exist or
293 returns -1 if
308 .Fa len
313 returns the actual size of the new value, or -1 if the
317 .Bd -literal
325 * Get a byte array property
348 .An -nosplit