Searched refs:stat (Results 1 - 25 of 2812) sorted by relevance

1234567891011>>

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dfile_id.h17 #include <sys/stat.h>
22 extern const char *get_file_id_st(struct stat *, int);
H A Dmail_open_ok.h16 extern int mail_open_ok(const char *, const char *, struct stat *,
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dexists.c13 struct stat s;
15 return stat ((char *) zfile, &s) == 0;
H A Disdir.c13 struct stat s;
15 if (stat ((char *) z, &s) < 0)
H A Dsize.c16 struct stat s;
18 if (stat ((char *) zfile, &s) < 0)
22 ulog (LOG_ERROR, "stat (%s): %s", zfile, strerror (errno));
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_proto.c68 MASTER_STATUS stat; local
76 stat.pid = pid;
77 stat.gen = generation;
78 stat.avail = status;
80 if (write(MASTER_STATUS_FD, (char *) &stat, sizeof(stat)) != sizeof(stat)) {
/macosx-10.10.1/apr-32/apr/apr/locks/unix/
H A Dthread_rwlock.c29 apr_status_t stat; local
31 stat = pthread_rwlock_destroy(&rwlock->rwlock);
33 if (stat) {
34 stat = errno;
37 return stat;
44 apr_status_t stat; local
49 if ((stat = pthread_rwlock_init(&new_rwlock->rwlock, NULL))) {
51 stat = errno;
53 return stat;
66 apr_status_t stat; local
79 apr_status_t stat; local
95 apr_status_t stat; local
108 apr_status_t stat; local
124 apr_status_t stat; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dlstat.c39 lstat(const char *path, struct stat *buf)
41 return stat(path, buf);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Exceptions/
H A Dregress-58946.js32 var stat = 'Testing a return statement inside a catch statement inside a function'; variable
41 printStatus (stat);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dlstat.h18 #include <sys/stat.h>
21 extern int rpl_lstat (const char *name, struct stat *buf);
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dstat.h8 struct stat;
9 int lstat(const char* path, struct stat* result);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/include/isc/
H A Dstat.h17 /* $Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp $ */
50 #include <sys/stat.h>
/macosx-10.10.1/file_cmds-242/cp/
H A Dextern.h47 int copy_fifo(struct stat *, int);
50 int copy_special(struct stat *, int);
51 int setfile(struct stat *, int);
52 int preserve_dir_acls(struct stat *, char *, char *);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dlstat.c34 lstat(const char* path, struct stat* st)
36 return(stat(path, st));
/macosx-10.10.1/ntp-92/lib/isc/unix/include/isc/
H A Dstat.h17 /* $Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp $ */
50 #include <sys/stat.h>
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dlstat_as.h10 /* #include <sys/stat.h>
17 extern int lstat_as(const char *, struct stat *, uid_t, gid_t);
H A Dsane_rename.c29 #include <sys/stat.h>
45 struct stat st;
58 if (stat(from, &st) < 0 && stat(to, &st) >= 0) {
H A Dstat_as.h8 /* stat file as user
10 /* #include <sys/stat.h>
17 extern int stat_as(const char *, struct stat *, uid_t, gid_t);
H A Dwarn_stat.h8 /* baby-sit stat() error returns
18 #define stat(p, s) warn_stat((p), (s)) macro
23 extern int warn_stat(const char *path, struct stat *);
24 extern int warn_lstat(const char *path, struct stat *);
25 extern int warn_fstat(int, struct stat *);
H A Dsane_link.c29 #include <sys/stat.h>
45 struct stat from_st;
46 struct stat to_st;
59 if (stat(from, &from_st) >= 0 && stat(to, &to_st) >= 0
H A Dsafe_open.h17 #include <sys/stat.h>
29 extern VSTREAM *safe_open(const char *, int, mode_t, struct stat *, uid_t, gid_t, VSTRING *);
/macosx-10.10.1/libarchive-30/libarchive/examples/minitar/
H A Dtree.h45 #include <sys/stat.h>
64 * Request the lstat() or stat() data for the current path.
68 const struct stat *tree_current_stat(struct tree *);
69 const struct stat *tree_current_lstat(struct tree *);
/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dthreadpriv.c23 apr_status_t stat; local
32 if ((stat = NXKeyCreate(NULL, dest, &(*key)->key)) == 0) {
33 return stat;
35 return stat;
40 apr_status_t stat; local
42 if ((stat = NXKeyGetValue(key->key, new)) == 0) {
46 return stat;
52 apr_status_t stat; local
53 if ((stat = NXKeySetValue(key->key, priv)) == 0) {
57 return stat;
63 apr_status_t stat; local
[all...]
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dvtlh.rb5 stat = line.split(',')
6 addr = stat[0].hex + 0x00400000
7 retired = stat[2].to_i
8 ticks = stat[3].to_i
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dfdmatch.c50 #include <sys/stat.h>
54 struct stat sbuf1;
55 struct stat sbuf2;

Completed in 160 milliseconds

1234567891011>>