Home
last modified time | relevance | path

Searched refs:StatFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp82 if (FILE *StatFile = fopen("/proc/self/stat", "r")) { in getCurrentStackAllocation() local
95 if (fscanf(StatFile, in getCurrentStackAllocation()
106 fclose(StatFile); in getCurrentStackAllocation()
/freebsd-13.1/contrib/sendmail/src/
H A Denvelope.c224 poststats(StatFile);
H A Dreadcf.c3531 SET_OPT_DEFAULT(StatFile, "statistics");
3536 StatFile = newstr(val);
H A Dsendmail.h2547 EXTERN char *StatFile; /* location of statistics summary */ variable
H A Dmain.c3067 poststats(StatFile);