Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1_main.cpp83 if (FILE *StatFile = fopen("/proc/self/stat", "r")) { in getCurrentStackAllocation() local
96 if (fscanf(StatFile, in getCurrentStackAllocation()
107 fclose(StatFile); in getCurrentStackAllocation()
/freebsd-12.1/usr.sbin/ctm/mkCTM/
H A Dmkctm.c108 StatFile(char *name) in StatFile() function
133 st = StatFile(buf); in name_stat()
371 s_del_bytes += StatFile(buf1)->st_size; in Del()
417 nl[*i]->d_type = IFTODT(StatFile(buf)->st_mode); in GetNext()
/freebsd-12.1/contrib/sendmail/src/
H A Denvelope.c224 poststats(StatFile);
H A Dreadcf.c3463 SET_OPT_DEFAULT(StatFile, "statistics");
3468 StatFile = newstr(val);
H A Dsendmail.h2519 EXTERN char *StatFile; /* location of statistics summary */ variable
H A Dmain.c3037 poststats(StatFile);