Searched refs:stb (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-parisc.pl127 stb $acc0,0($out)
129 stb $acc1,1($out)
131 stb $acc2,2($out)
133 stb $s0,3($out)
135 stb $acc4,4($out)
137 stb $acc5,5($out)
139 stb $acc6,6($out)
141 stb $s1,7($out)
143 stb $acc0,8($out)
145 stb
[all...]
H A Daes-ppc.pl423 stb $acc00,0($out)
425 stb $acc01,1($out)
426 stb $acc02,2($out)
428 stb $s0,3($out)
430 stb $acc04,4($out)
432 stb $acc05,5($out)
433 stb $acc06,6($out)
435 stb $s1,7($out)
437 stb $acc08,8($out)
439 stb
[all...]
/freebsd-10.0-release/libexec/comsat/
H A Dcomsat.c164 struct stat stb; local
179 if (stat(tty, &stb) == -1 || !(stb.st_mode & (S_IXUSR | S_IXGRP))) {
199 switch (stb.st_mode & (S_IXUSR | S_IXGRP)) {
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Drecvjob.c93 struct stat stb; local
124 if (stat(pp->lock_file, &stb) == 0) {
125 if (stb.st_mode & 010) {
130 } else if (stat(pp->spool_dir, &stb) < 0)
/freebsd-10.0-release/lib/libcompat/4.3/
H A Drexec.c142 struct stat stb; local
200 fstat(fileno(cfile), &stb) >= 0 &&
201 (stb.st_mode & 077) != 0) {
212 if (fstat(fileno(cfile), &stb) >= 0
213 && (stb.st_mode & 077) != 0) {
/freebsd-10.0-release/contrib/sendmail/src/
H A Dalias.c396 struct stat stb; local
454 if (stat(map->map_file, &stb) < 0)
461 mtime = stb.st_mtime;
473 if (stat(buf, &stb) < 0 || stb.st_mtime < mtime || attimeout)
525 struct stat stb; local
543 fstat(sm_io_getinfo(af, SM_IO_WHAT_FD, NULL), &stb) < 0 ||
544 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
H A Ddeliver.c2373 struct stat stb; local
2402 if (m != FileMailer || stat(tochain->q_user, &stb) < 0)
2403 stb.st_mode = 0;
2454 else if (bitset(S_ISGID, stb.st_mode))
2455 new_gid = stb.st_gid;
2593 else if (bitset(S_ISUID, stb.st_mode))
2594 new_ruid = stb.st_uid;
5243 struct stat stb; local
5284 if (stat(targetfile, &stb) < 0)
5287 mode = stb
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dppccpuid.pl106 stb r0,0(r3)
112 stb r0,0(r3)
H A Dpariscid.pl108 stb %r0,0($inp)
123 stb %r0,0($inp)
H A Dsparccpuid.S334 stb %g0,[%o0]
354 stb %g0,[%o0]
379 stb %g0,[%o0]
/freebsd-10.0-release/usr.bin/mail/
H A Dlex.c69 struct stat stb; local
86 if (fstat(fileno(ibuf), &stb) < 0) {
92 if (S_ISDIR(stb.st_mode) || !S_ISREG(stb.st_mode)) {
94 errno = S_ISDIR(stb.st_mode) ? EISDIR : EINVAL;
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.c1717 struct stat stb; local
1719 if (fstat(unit, &stb) < 0) {
2212 struct stat stb; local
2230 if (stat(filename, &stb) < 0)
2233 new = stb.st_mtime > time0.tv_sec;
2235 new = stb.st_mtime > seconds0;
2237 if (S_ISDIR(stb.st_mode)) {
2250 stb = stc;
2252 new = stb.st_mtime > time0.tv_sec;
2254 new = stb
2442 struct stat stb; local
[all...]
H A Dsh.exp.c612 struct cvxstat stb, *st = NULL; local
616 struct stat stb, *st = NULL;
677 if (isa(**vp, ANYOP) && TCSH_STAT(short2str(**vp), &stb))
734 st = &stb;
777 i = stb.st_dm_key;
834 i = (stb.st_dmonflags & IMIGRATED) == IMIGRATED;
839 i = stb.st_size != 0;
H A Dsh.exec.c382 struct stat stb; local
383 if (stat(f, &stb) == 0 && S_ISDIR(stb.st_mode))
640 struct stat stb; local
709 if (fstat(dirp->dd_fd, &stb) < 0 || !S_ISDIR(stb.st_mode)) {
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-main.c525 static struct ui_stream *stb = NULL; local
527 stb = ui_out_stream_new (uiout);
573 stb->stream, format, 1, 0, Val_pretty_default);
574 ui_out_field_stream (uiout, "value", stb);
575 ui_out_stream_delete (stb);
702 struct ui_stream *stb = NULL; local
704 stb = ui_out_stream_new (uiout);
722 stb->stream, 0, 0, 0, 0);
724 ui_out_field_stream (uiout, "value", stb);
725 ui_out_stream_delete (stb);
[all...]
/freebsd-10.0-release/contrib/amd/libamu/
H A Dxutil.c1017 struct stat stb; local
1045 return stat(path, &stb) == 0 &&
1046 (stb.st_mode & S_IFMT) == S_IFDIR ? 0 : error_so_far;
1063 struct stat stb; local
1069 if (stat(xdp, &stb) == 0 && (stb.st_mode & 0200) == 0) {
H A Dmount_fs.c245 struct stat stb; local
246 if (lstat(mnt_dir, &stb) == 0) {
248 if (sizeof(stb.st_dev) == 2) /* e.g. SunOS 4.1 */
250 MNTTAB_OPT_DEV, (u_long) stb.st_dev & 0xffff);
253 MNTTAB_OPT_DEV, (u_long) stb.st_dev);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstack.c227 struct ui_stream *stb;
229 stb = ui_out_stream_new (uiout);
230 old_chain = make_cleanup_ui_out_stream_delete (stb);
341 fprintf_symbol_filtered (stb->stream, SYMBOL_PRINT_NAME (sym),
343 ui_out_field_stream (uiout, "name", stb);
358 common_val_print (val, stb->stream, 0, 0, 2, Val_no_prettyprint);
359 ui_out_field_stream (uiout, "value", stb);
542 struct ui_stream *stb;
546 stb = ui_out_stream_new (uiout);
547 old_chain = make_cleanup_ui_out_stream_delete (stb);
226 struct ui_stream *stb; local
541 struct ui_stream *stb; local
[all...]
H A Dbreakpoint.c2117 struct ui_stream *stb;
2118 stb = ui_out_stream_new (uiout);
2119 old_chain = make_cleanup_ui_out_stream_delete (stb);
2283 value_print (bs->old_val, stb->stream, 0, Val_pretty_default);
2284 ui_out_field_stream (uiout, "old", stb);
2286 value_print (bs->breakpoint_at->val, stb->stream, 0, Val_pretty_default);
2287 ui_out_field_stream (uiout, "new", stb);
2303 value_print (bs->breakpoint_at->val, stb->stream, 0, Val_pretty_default);
2304 ui_out_field_stream (uiout, "value", stb);
2319 value_print (bs->old_val, stb
2112 struct ui_stream *stb; local
3327 struct ui_stream *stb = ui_out_stream_new (uiout); local
4705 struct ui_stream *stb; local
[all...]
H A Dvarobj.c733 struct ui_file *stb;
742 stb = mem_fileopen ();
743 old_chain = make_cleanup_ui_file_delete (stb);
748 type_print (VALUE_TYPE (val), "", stb, -1);
750 thetype = ui_file_xstrdup (stb, &length);
2094 struct ui_file *stb = mem_fileopen ();
2095 struct cleanup *old_chain = make_cleanup_ui_file_delete (stb);
2100 common_val_print (var->value, stb,
2102 thevalue = ui_file_xstrdup (stb, &dummy);
732 struct ui_file *stb; local
747 type_print (VALUE_TYPE (val), "", stb, -1); local
2090 struct ui_file *stb = mem_fileopen (); local
H A Dinfcmd.c1065 struct ui_stream *stb;
1122 stb = ui_out_stream_new (uiout);
1123 old_chain = make_cleanup_ui_out_stream_delete (stb);
1128 value_print (value, stb->stream, 0, Val_no_prettyprint);
1129 ui_out_field_stream (uiout, "return-value", stb);
1056 struct ui_stream *stb; local
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl227 stb r16,0(r20)
228 stb r17,1(r20)
229 stb r18,2(r20)
230 stb r19,3(r20)
/freebsd-10.0-release/contrib/amd/amd/
H A Damfs_host.c178 struct stat stb; local
183 if (stat(mntdir, &stb) < 0 || (stb.st_mode & S_IFMT) != S_IFDIR) {
/freebsd-10.0-release/usr.sbin/lpr/lpr/
H A Dlpr.c141 struct stat stb; local
322 if (userid && stat(buf, &stb) == 0 && (stb.st_mode & LFM_QUEUE_DIS))
/freebsd-10.0-release/usr.sbin/rwhod/
H A Drwhod.c457 struct stat stb; local
489 if (stat(we->we_utmp.out_line, &stb) >= 0)
490 we->we_idle = htonl(now - stb.st_atime);

Completed in 272 milliseconds

123