Lines Matching defs:buf
8 char buf[200];
15 regerror(n, &r, buf, sizeof buf);
16 t_error("regcomp(%s) returned %d (%s) wanted 0\n", pat, n, buf);
21 regerror(n, &r, buf, sizeof buf);
23 pat, n, buf);
28 regerror(n, &r, buf, sizeof buf);
30 pat, n, buf);