Lines Matching +defs:test +defs:error
342 static int readit(struct testcase *test, struct tftphdr **dpp, in readit()
362 static void read_ahead(struct testcase *test, in read_ahead()
422 static int writeit(struct testcase *test, struct tftphdr * volatile *dpp, in writeit()
440 static ssize_t write_behind(struct testcase *test, int convert) in write_behind()
561 int error; in main() local
562 struct testcase test; in main() local
890 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size) in do_tftp()
909 int error = errno; in do_tftp() local
1012 int error; in parse_servercmd() local
1073 static int validate_access(struct testcase *test, in validate_access()
1131 int error = errno; in validate_access() local
1138 int error = getpart(&test->buffer, &count, "reply", partbuf, stream); in validate_access() local
1165 static void sendtftp(struct testcase *test, const struct formats *pf) in sendtftp()
1246 static void recvtftp(struct testcase *test, const struct formats *pf) in recvtftp()
1354 static void nak(int error) in nak()