Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/misc/
H A Dmkstr.c66 FILE *mesgread, *mesgwrite; variable
82 mesgwrite = fopen(argv[0], addon ? "a" : "w");
83 if (mesgwrite == NULL)
248 fflush(mesgwrite);
269 hp->hpt = really ? ftell(mesgwrite) : fakept;
271 fwrite(str, sizeof (char), strlen(str) + 1, mesgwrite);
272 fwrite("\n", sizeof (char), 1, mesgwrite);
/titanic_41/usr/src/ucbcmd/mkstr/
H A Dmkstr.c68 static FILE *mesgread, *mesgwrite; variable
98 mesgwrite = fopen(argv[0], addon ? "a" : "w"); in main()
99 if (mesgwrite == NULL) in main()
279 (void) fflush(mesgwrite); in hashit()
297 hp->hpt = really ? ftell(mesgwrite) : fakept; in hashit()
300 mesgwrite); in hashit()
301 (void) fwrite("\n", sizeof (char), 1, mesgwrite); in hashit()