Searched refs:st (Results 226 - 250 of 1036) sorted by relevance

1234567891011>>

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddce_error.c365 int st;
369 dce_get_msg(index, format, sizeof (format), NULL, NULL, &st);
370 if (st != 0) return EOF;
380 int st;
384 dce_get_msg(index, format, sizeof (format), NULL, NULL, &st);
385 if (st != 0) return EOF;
H A Ddgcall.h193 #define RPC_DG_CALL_SET_MAX_FRAG_SIZE(call, st) \
196 &((call)->xq.max_frag_size), (st)); \
197 if (*st != rpc_s_ok) \
245 unsigned32 * /*st*/
254 unsigned32 * /*st*/
H A Ddgxq.c197 unsigned32 st, j; local
223 &sp->brd_addrs, &st);
224 if (st != rpc_s_ok)
234 rpc__naf_addr_inq_endpoint(call->addr, &endpoint, &st);
238 rpc__naf_addr_set_endpoint(endpoint, &sp->brd_addrs->addrs[j], &st);
442 unsigned32 st; local
447 (*auth_epv->pre_send) (key_info, xqe, &xq->hdr, iov, iovlen, cksum, &st);
448 if (st != 0)
452 st));
453 rpc__dg_call_signal_failure (call, st);
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dmisc.c67 logdata.sh->st.ioset = 0;
213 struct sh_scoped savst, *prevscope = shp->st.self;
263 *prevscope = shp->st;
264 shp->st.lineno = np?((struct functnod*)nv_funtree(np))->functline:1;
265 shp->st.var_local = shp->st.save_tree = shp->var_tree;
268 shp->st.filename = filename;
269 shp->st.lineno = 1;
273 shp->st.prevst = prevscope;
274 shp->st
[all...]
H A Dgetopts.c104 argv = shp->st.dolv;
105 argc = shp->st.dolc;
107 opt_info.index = shp->st.optindex;
108 opt_info.offset = shp->st.optchar;
117 shp->st.opterror = 1;
145 shp->st.opterror = 1;
153 if(shp->st.opterror)
177 shp->st.optindex = opt_info.index;
178 shp->st.optchar = opt_info.offset;
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dopen.c53 struct stat st;
77 if (fstat(fd, &st) || (st.st_mode & S_IPERM))
H A Dfcntl.c56 struct stat st;
71 op = fstat(fd, &st);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_open_filename.c85 struct stat st; local
113 if (fstat(fd, &st) != 0) {
132 mine->st_mode = st.st_mode;
135 if (S_ISREG(st.st_mode)) {
136 archive_read_extract_set_skip_file(a, st.st_dev, st.st_ino);
/macosx-10.10/man-16/man/man2html/
H A Dstrdefs.c146 if (stdf->st) stdf->st = xstrdup(stdf->st);
158 if (stdf->st) stdf->st = xstrdup(stdf->st);
H A Ddefs.h7 char *st; member in struct:STRDEF
/macosx-10.10/postfix-255/postfix/src/local/
H A Dinclude.c83 struct stat st; local
117 if (stat_as(path, &st, usr_attr.uid, usr_attr.gid) < 0) {
124 if (S_ISREG(st.st_mode) == 0) {
131 if (st.st_mode & S_IWOTH) {
160 if ((errno = mypwuid_err(st.st_uid, &file_pwd)) != 0 || file_pwd == 0) {
162 "cannot find username for uid %ld", (long) st.st_uid);
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dpipesupp.c123 error_status_t *st
152 p_pipe_state->p_st = st;
154 *st = error_status_ok;
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Drpcdep.c133 INTERNAL int is_unpriv_handle( handle_t h, error_status_t *st )
152 *st = status;
162 *st = status;
168 *st = rpc_s_ok;
178 *st = status;
186 *st = status;
195 *st = status;
210 *st = status;
221 *st = ept_s_no_memory;
232 *st
[all...]
/macosx-10.10/libarchive-30/libarchive/tar/test/
H A Dtest_option_T_upper.c49 struct stat st; local
168 assertEqualInt(0, stat("check.err", &st));
169 if (st.st_size == 0) {
/macosx-10.10/postfix-255/postfix/src/oqmgr/
H A Dqmgr_active.c175 struct stat st; local
186 if (mail_open_ok(scan_info->queue, queue_id, &st, &path) == MAIL_OPEN_NO)
197 && st.st_mtime > time((time_t *) 0) + 1) {
200 (long) (st.st_mtime - event_time()));
233 (st.st_mode & MAIL_QUEUE_STAT_UNTHROTTLE) ?
236 (st.st_mode & MAIL_QUEUE_STAT_UNTHROTTLE) ?
237 st.st_mode & ~MAIL_QUEUE_STAT_UNTHROTTLE :
261 struct stat st; local
286 if (stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_BOUNCE, message->queue_id), &st) == 0) {
287 if (st
343 struct stat st; local
[all...]
/macosx-10.10/postfix-255/postfix/src/qmgr/
H A Dqmgr_active.c175 struct stat st; local
186 if (mail_open_ok(scan_info->queue, queue_id, &st, &path) == MAIL_OPEN_NO)
197 && st.st_mtime > time((time_t *) 0) + 1) {
200 (long) (st.st_mtime - event_time()));
233 (st.st_mode & MAIL_QUEUE_STAT_UNTHROTTLE) ?
236 (st.st_mode & MAIL_QUEUE_STAT_UNTHROTTLE) ?
237 st.st_mode & ~MAIL_QUEUE_STAT_UNTHROTTLE :
261 struct stat st; local
286 if (stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_BOUNCE, message->queue_id), &st) == 0) {
287 if (st
343 struct stat st; local
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict.c400 struct stat st; local
412 if (fstat(vstream_fileno(fp), &st) < 0)
417 if (st.st_mtime < before - 1 || st.st_mtime > after)
438 struct stat st; local
448 if (fstat(vstream_fileno(fp), &st) < 0)
468 dict->owner.uid = st.st_uid;
469 dict->owner.status = (st.st_uid != 0);
542 struct stat st; local
556 if (fstat(dict->stat_fd, &st) <
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfsetbuf.c56 #define sysfstatf(fd,st) (-1)
116 sfstat_t st; local
220 st.st_mode = 0;
236 if(sysfstatf((int)f->file,&st) < 0)
241 f->blksz = (size_t)st.st_blksize;
244 if(S_ISDIR(st.st_mode) || (Sfoff_t)st.st_size < (Sfoff_t)SF_GRAIN)
246 if(S_ISREG(st.st_mode) || S_ISDIR(st.st_mode))
263 { f->extent = (Sfoff_t)st
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dmkdir.c77 struct stat st; local
174 if (stat(path, &st))
179 if ((st.st_mode & (S_ISVTX|S_ISUID|S_ISGID)) != (mode & (S_ISVTX|S_ISUID|S_ISGID)) && chmod(path, mode))
181 error(ERROR_system(0), "%s: cannot change mode from %s to %s", path, fmtperm(st.st_mode & (S_ISVTX|S_ISUID|S_ISGID)), fmtperm(mode));
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcRegisterInfo.h32 SparcRegisterInfo(SparcSubtarget &st, const TargetInstrInfo &tii);
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmkmap_db.c104 struct stat st; local
159 if (fstat(mkmap->lock_fd, &st) < 0)
161 if (st.st_size == 0) {
162 if (st.st_nlink > 0) {
/macosx-10.10/ruby-106/ruby/
H A Dgc.h31 rb_gc_debug_body(const char *mode, const char *msg, int st, void *ptr) argument
33 if (st == 0) {
37 printf("%s: %s %s (%p)\n", mode, st ? "->" : "<-", msg, ptr);
39 if (st) {
/macosx-10.10/ruby-106/ruby/tool/
H A Deval.rb112 vals = stats.map{|st|
113 st[idx][1]
138 total.each{|st|
139 print st[idx][1], "\t"
/macosx-10.10/postfix-255/postfix/src/showq/
H A Dshowq.c322 struct stat st; local
369 status = mail_open_ok(qp->name, id, &st, &path);
379 queue_size += st.st_size;
380 showq_report(client, qp->name, id, qfile, (long) st.st_size,
381 st.st_mtime);
385 queue_size += st.st_size;
388 (long) st.st_size,
389 asctime(localtime(&st.st_mtime)),
390 (unsigned) st.st_uid);
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkcs12.c139 int st = 0; local
153 &st); /* NO DUP */
154 if(st) goto err;
155 cert = rb_protect((VALUE(*)_((VALUE)))ossl_x509_new, (VALUE)x509, &st);
156 if(st) goto err;
159 rb_protect((VALUE(*)_((VALUE)))ossl_x509_sk2ary, (VALUE)x509s, &st);
160 if(st) goto err;
169 if(st) rb_jump_tag(st);

Completed in 380 milliseconds

1234567891011>>