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

1234567891011>>

/macosx-10.9.5/postfix-252/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.9.5/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)
/macosx-10.9.5/postfix-252/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/autofs-234/automountlib/
H A Dwe_are_a_server.c25 #include <sys/stat.h>
36 struct stat statb;
43 if (stat("/System/Library/CoreServices/ServerVersion.plist",
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dlstat.c39 lstat(const char *path, struct stat *buf)
41 return stat(path, buf);
/macosx-10.9.5/JavaScriptCore-7537.78.1/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.9.5/gnutar-452/gnutar/lib/
H A Dlstat.h18 #include <sys/stat.h>
21 extern int rpl_lstat (const char *name, struct stat *buf);
/macosx-10.9.5/ruby-104/ruby/nacl/
H A Dstat.h8 struct stat;
9 int lstat(const char* path, struct stat* result);
/macosx-10.9.5/bind9-45.100/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.9.5/file_cmds-230/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.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dlstat.c34 lstat(const char* path, struct stat* st)
36 return(stat(path, st));
/macosx-10.9.5/ntp-88/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.9.5/postfix-252/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.9.5/libarchive-29/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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...]

Completed in 296 milliseconds

1234567891011>>