Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c154 unsigned char *tracef; in main() local
273 tracef = (unsigned char *)"trace"; in main()
277 tracef = tttrace; in main()
278 strcpy(tracef, optarg); in main()
280 trace = fopen((char *)tracef, "w"); in main()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1195 FILE *tracef = NULL; in decompress_pages() local
1322 if (tracef != NULL) in decompress_pages()
1323 (void) fclose(tracef); in decompress_pages()