HomeSort by relevance Sort by last modified time
    Searched defs:Stat (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
stat.pl 1 ;# $RCSfile: stat.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:13 $
4 ;# require 'stat.pl';
5 ;# @ary = stat(foo);
23 ;# require 'stat.pl';
24 ;# do Stat('foo'); # sets st_* as a side effect
26 sub Stat {
28 $st_atime,$st_mtime,$st_ctime,$st_blksize,$st_blocks) = stat(shift(@_));
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
stats.c 22 static struct statistics Stat;
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.stat_bf[e->e_from.q_mailer->m_mno] +
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
unixish.h 61 * returned by stat(). It's usually just struct stat. It may be necessary
62 * to include <sys/stat.h> and <sys/types.h> to get any typedef'ed
65 #define Stat_t struct stat
68 * This symbol is defined if this system has a stat structure declaring
124 #define Stat(fname,bufptr) stat((fname),(bufptr))
dosish.h 81 * returned by stat(). It's usually just struct stat. It may be necessary
82 * to include <sys/stat.h> and <sys/types.h> to get any typedef'ed
87 # include <sys\stat.h>
96 #define Stat_t struct stat
101 * This symbol is defined if this system has a stat structure declaring
142 # define Stat(fname,bufptr) stat((fname),(bufptr))
  /onnv/onnv-gate/usr/src/cmd/ssh/sftp-server/
sftp-server.c 23 #include <sys/stat.h>
79 typedef struct Stat Stat;
81 struct Stat {
448 send_names(u_int32_t id, int count, const Stat *stats)
630 struct stat st;
639 ret = do_lstat ? lstat(name, &st) : stat(name, &st);
668 struct stat st;
863 struct stat st;
865 Stat *stats
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 41 #include <sys/stat.h>
516 #define Stat _Stat
535 int _Fstat ( int , struct stat * );
537 int _Lstat ( char * , struct stat * );
545 int _Stat ( char * , struct stat * );
  /onnv/onnv-gate/usr/src/cmd/savecore/
savecore.c 46 #include <sys/stat.h>
153 Stat(const char *fname, Stat_t *sb)
156 logprint(LOG_ERR, 1, 1, "stat(\"%s\"): %s", fname,
    [all...]

Completed in 4489 milliseconds