Lines Matching refs:strings
69 char *strings = "strings"; variable
110 strings = savestr("/tmp/xstrXXXXXX");
111 tmpfd = mkstemp(strings);
113 perror(strings);
114 (void) free(strings);
266 register FILE *mesgread = fopen(strings, "r"); in inithash()
350 mesgwrit = fopen(strings, old ? "r+" : "w"); in flushsh()
359 perror(strings); in flushsh()
402 register FILE *strf = fopen(strings, "r"); in xsdotc()
406 perror(strings), exit(5); in xsdotc()
417 perror(strings); in xsdotc()
489 if (strings[0] == '/') { in cleanup()
490 ignore(unlink(strings)); in cleanup()