Lines Matching refs:lineno
67 u_long lineno; /* Current line in test script. */ variable
157 for (lineno = 1;
158 (p = fgets(buf, sizeof(buf), stdin)) != NULL; ++lineno) {
166 if (XXlineno == lineno)
171 err("line %lu: not expecting command", lineno);
177 err("line %lu: not expecting command", lineno);
187 err("line %lu: not expecting command", lineno);
193 err("line %lu: not expecting command", lineno);
199 err("line %lu: not expecting command", lineno);
210 err("line %lu: not expecting command", lineno);
216 err("line %lu: not expecting command", lineno);
228 err("line %lu: not expecting data", lineno);
233 err("line %lu: not expecting data", lineno);
245 lineno);
254 err("line %lu: not expecting a key", lineno);
257 lineno);
262 err("line %lu: not expecting a key", lineno);
300 lineno);
308 lineno, p);
361 err("line %lu: get: %s", lineno, strerror(errno));
369 lineno, MIN(kp->size, 20), kp->data, NOSUCHKEY);
384 err("line %lu: getdata: %s", lineno, strerror(errno));
387 err("line %lu: getdata failed, no such key", lineno);
401 err("line %lu: put: %s", lineno, strerror(errno));
418 err("line %lu: rem: %s", lineno, strerror(errno));
426 lineno, MIN(kp->size, 20), kp->data, NOSUCHKEY);
429 "%d: rem of cursor failed\n", lineno);
443 err("line %lu: synk: %s", lineno, strerror(errno));
462 err("line %lu: seq: %s", lineno, strerror(errno));
470 lineno, MIN(kp->size, 20), kp->data, NOSUCHKEY);
473 "%d: seq (%s) failed\n", lineno, sflags(flags));
505 lineno, strerror(errno));
532 err("line %lu: %s: unknown flag", lineno, s);