Searched defs:tracef (Results 1 - 2 of 2) sorted by relevance

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

Completed in 61 milliseconds