echoes.c | 54 char resultfile[FILENAME_MAX + 1]; member in struct:__anon26506 80 snprintf(echo_struc[j].resultfile, 82 echofile(sp, hp, echo_struc[j].resultfile, argv[2]); 134 echofile(struct servent *sp, struct addrinfo *ai, char *resultfile, 267 if ((fdw = creat(resultfile, 0644)) < 0) { 274 tst_resm(TINFO, "creat(resultfile,...) done."); 344 if (checkfile(srcfile, resultfile) != TRUE) {
|