Lines Matching defs:read
376 * If speed is not important, use snprintf(). It's easy to read the code.
877 * checks permission at read() time. We don't want to
2354 * read the documentation (path below) first.
2395 * Please read the documentation (path below) before using!
2511 * number of characters read (or likely the delta where it wants
2775 int read = format_decode(fmt, &spec);
2777 fmt += read;
2781 int copy = read;
2787 str += read;
3092 int read = format_decode(fmt, &spec);
3094 fmt += read;
3252 int read = format_decode(fmt, &spec);
3254 fmt += read;
3258 int copy = read;
3264 str += read;
3518 /* return number of characters read so far */