HomeSort by: relevance | last modified time | path
    Searched refs:tracefile (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ktrace/
ktrace.c 321 do_ktrace(const char *tracefile, int vers, int ops, int trpoints, int pid,
328 (!tracefile || strcmp(tracefile, "-") == 0)) {
396 ret = ktrace(ktracefile = tracefile, ops, trpoints, pid);
399 tracefile != NULL ? tracefile : "NULL", pid);
  /src/bin/sh/
show.c 85 char * tracefile; /* name of the tracefile */ member in struct:traceinfo
97 FILE *tracefile; /* just for histedit */ variable
133 if (tracefile)
134 fflush(tracefile);
151 error("Can't open tracefile: %s (%s)\n", s, strerror(errno));
157 error("Attempt to use fd %d as tracefile thwarted\n", fd);
164 if (tracefile)
165 (void) fclose(tracefile); /* also closes tfd */
166 tracefile = fdopen(fd, "ae"); /* don't care if it is NULL *
    [all...]
histedit.c 90 extern FILE *tracefile;
145 if (tracefile)
146 el_err = tracefile;
  /src/usr.bin/kdump/
kdump.c 91 static const char *tracefile = NULL; variable
218 tracefile = optarg;
274 if (tracefile == NULL) {
276 tracefile = argv[0];
280 tracefile = DEF_TRACEFILE;
291 if (!freopen(tracefile, "r", stdin))
292 err(1, "%s", tracefile);
  /src/usr.bin/make/
main.c 134 static const char *tracefile; variable
497 tracefile = bmake_strdup(argvalue);
1454 Trace_Init(tracefile);
  /src/usr.bin/make/unit-tests/
Makefile 294 TESTS+= opt-tracefile

Completed in 20 milliseconds