Searched refs:mesgwrit (Results 1 – 2 of 2) sorted by relevance
343 FILE *mesgwrit; in flushsh() local354 mesgwrit = fopen(strings, old ? "r+" : "w"); in flushsh()355 if (mesgwrit == NULL) in flushsh()361 (void) fseek(mesgwrit, hp->hpt, 0); in flushsh()363 strlen(hp->hstr) + 1, 1, mesgwrit); in flushsh()364 if (ferror(mesgwrit)) { in flushsh()371 if (fclose(mesgwrit) == EOF) in flushsh()
339 register FILE *mesgwrit; in flushsh() local350 mesgwrit = fopen(strings, old ? "r+" : "w"); in flushsh()355 fseek(mesgwrit, hp->hpt, 0); in flushsh()357 1, mesgwrit)); in flushsh()358 if (ferror(mesgwrit)) { in flushsh()365 ignore(fclose(mesgwrit)); in flushsh()