Searched refs:stat (Results 201 - 225 of 2893) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_crypt.c175 int i, j, stat; local
183 stat = cbc_crypt(keys[j].c, buf, len, m | flags, ivec);
187 if (DES_FAILED(stat))
188 return (stat);
196 stat = cbc_crypt(keys[0].c, buf, len, mode, ivec);
201 return (stat);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c30 #include <sys/stat.h>
64 static void cpstatbuf(struct stat *, struct n_stat *);
67 fstat(int fd, struct stat *buf)
73 bc_fstat(int fd, struct stat *buf)
97 stat_com(int lstat, char *path, struct stat *buf)
105 * stat the real mnttab, or the "parsed" mtab
108 * for now, stat the real mnttab.
170 cpstatbuf(struct stat *bsdbuf, struct n_stat *nbuf)
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_utils.c91 struct stat sfsb; /* search file's stat structure buffer */
96 if (stat(SRCH_FILE_NAME, &sfsb) < 0) {
155 struct stat st;
168 if (stat((const char *)file_name, &st) < 0)
220 struct stat statb;
245 if (stat(name, &statb) < 0) /* name truncated usually */
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dllib-llp38 #include "sys/stat.h"
137 int _Fstat ( int , struct stat * );
139 int _Lstat ( char * , struct stat * );
147 int _Stat ( char * , struct stat * );
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-cD.ksh63 typeset size0=$(stat -c %s $stream0)
64 typeset size1=$(stat -c %s $stream1)
74 typeset size2=$(stat -c %s $inc)
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dcheck_svm.c36 #include <sys/stat.h>
150 struct stat sbuf;
156 if (stat(device_name, &sbuf) != 0)
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dgetspent.c78 nss_status_t stat; local
113 stat = _nss_ad_marshall_data(be, argp);
114 return (_nss_ad_sanitize_status(be, argp, stat));
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_ll_dump.c46 #include <sys/stat.h>
55 struct stat statbuf;
64 (void) stat(thistty, &statbuf);
/illumos-gate/usr/src/lib/libunistat/common/
H A Dspcs_log.c36 #include <sys/stat.h>
56 struct stat st;
67 if (stat(sessionlog, &st) == 0) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_update.c73 enum clnt_stat stat; local
132 stat = clnt_call(client, proc,
136 if (stat != RPC_SUCCESS) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c44 * contains a pointer to a stat buffer which will usually hold
48 * FTW_F The object is a file for which stat was
52 * FTW_D The object is a directory for which stat and
55 * FTW_DNR The object is a directory for which stat
65 * permission. Because stat failed, it is not
67 * or a directory. The stat buffer passed to fn will
96 #include <sys/stat.h>
116 struct stat sb;
121 if(stat(path, &sb) < 0) {
142 * The stat succeede
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dmkdead.c38 struct stat st;
54 if ((aret = legal(dotdead)) && stat(dotdead, &st) == 0)
66 if ((aret=legal(hmdead)) && !(stat(hmdead, &st) < 0 &&
/illumos-gate/usr/src/cmd/svc/mfstscan/
H A Dmfstscan.c37 #include <sys/stat.h>
69 struct stat sb;
112 if (stat(argv[i], &sb) == -1) {
113 uu_warn(gettext("cannot stat %s"), argv[i]);
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h77 extern int fstat(int fd, struct stat *buf);
78 extern int stat(const char *filename, struct stat *buf);
/illumos-gate/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c45 #include <sys/stat.h>
140 struct stat st;
142 ret = stat(filebase, &st);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h44 struct stat;
83 /* gnu extensions -- but how do you synthesize dirent and stat? */
88 int (*gl_stat) __PROTO__((const char*, struct stat*));
89 int (*gl_lstat) __PROTO__((const char*, struct stat*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dglob.h44 struct stat;
83 /* gnu extensions -- but how do you synthesize dirent and stat? */
88 int (*gl_stat) __PROTO__((const char*, struct stat*));
89 int (*gl_lstat) __PROTO__((const char*, struct stat*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h44 struct stat;
83 /* gnu extensions -- but how do you synthesize dirent and stat? */
88 int (*gl_stat) __PROTO__((const char*, struct stat*));
89 int (*gl_lstat) __PROTO__((const char*, struct stat*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h44 struct stat;
83 /* gnu extensions -- but how do you synthesize dirent and stat? */
88 int (*gl_stat) __PROTO__((const char*, struct stat*));
89 int (*gl_lstat) __PROTO__((const char*, struct stat*));
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dmisc.c36 #include <sys/stat.h>
45 struct stat status;
54 if (stat(filename, &status) < 0)
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosunixdir.c51 #include <sys/stat.h>
140 struct stat temp_stat;
168 err = stat (temp_str, &temp_stat);
172 "Cannot stat file (should not happen) - %s\n",
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DInitialize.c26 #include <sys/stat.h>
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcrammd5_init.c9 #include <sys/stat.h>
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5_init.c9 #include <sys/stat.h>
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapiv2_init.c9 #include <sys/stat.h>

Completed in 87 milliseconds

1234567891011>>