Home
last modified time | relevance | path

Searched refs:mesgwrite (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/mkstr/
H A Dmkstr.c66 static FILE *mesgread, *mesgwrite; variable
89 mesgwrite = fopen(argv[0], addon ? "a" : "w"); in main()
90 if (mesgwrite == NULL) in main()
273 fflush(mesgwrite); in hashit()
296 hp->hpt = really ? ftell(mesgwrite) : fakept; in hashit()
298 fwrite(str, sizeof (char), strlen(str) + 1, mesgwrite); in hashit()
299 fwrite("\n", sizeof (char), 1, mesgwrite); in hashit()