Searched refs:Stat (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | stats.c | 22 static struct statistics Stat; variable in typeref:struct:statistics 41 ** changes static Stat structure 54 Stat.stat_nq[e->e_from.q_mailer->m_mno]++; 61 Stat.stat_nd[e->e_from.q_mailer->m_mno]++; 63 Stat.stat_nr[e->e_from.q_mailer->m_mno]++; 65 Stat.stat_cr++; 70 Stat.stat_cf++; 72 Stat.stat_ct++; 80 Stat.stat_nf[e->e_from.q_mailer->m_mno]++; 81 Stat [all...] |
/illumos-gate/usr/src/cmd/lp/lib/forms/ |
H A D | putform.c | 74 if (Stat(path, &statbuf) == 0) {
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | next.c | 116 if (Stat(path, &statbuf) == -1) {
|
/illumos-gate/usr/src/cmd/lp/lib/printers/ |
H A D | printwheels.c | 139 if (Stat(path, &statbuf) == 0) {
|
H A D | putprinter.c | 140 if (Stat(path, &statbuf1) == 0) { 165 if (Stat(prbufp->interface, &statbuf1) == -1) 170 Stat(path, &statbuf2) == -1 583 if (Stat(ppd, &statbuf) == -1) 602 if (Stat(ppd, &statbuf) == -1)
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | dowait.c | 509 Stat(file, &statbuf) == 0
|
H A D | files.c | 80 if (Stat(file, &stbuf) == -1)
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | lp.h | 516 #define Stat _Stat macro
|
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 301 Stat(const char *fname, Stat_t *sb) function 1740 Stat(dumpfile, &st);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 752 if (Stat(path, &statbuf) == -1) {
|
Completed in 97 milliseconds