Lines Matching refs:strings
27 9P, NAMELEN, and strings
30 but has had a number of adjustments to deal with longer file names and error strings,
42 in which strings are represented by a count followed by that many bytes.
71 This change to 9P affects the way strings are handled by the kernel and throughout
100 For convenience, the kernel stores error strings internally as 256-byte arrays,
114 With strings now variable-length, a number of system calls needed to change:
260 Quoted strings and tokenize
346 While we're on the subject of quotes and strings, note that the implementation of
370 Although strings in 9P are now variable-length and not zero-terminated,
372 File and user names are still zero-terminated strings as always;
447 strings (that is, zero-terminated arrays of 16-bit character values).