Searched refs:sb (Results 276 - 300 of 1472) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.cc148 CONSOLE_SCREEN_BUFFER_INFO sb; local
171 if (GetConsoleScreenBufferInfo (h, &sb))
173 cr = sb.dwCursorPosition;
195 if (GetConsoleScreenBufferInfo (h, &sb))
197 cr = sb.dwCursorPosition;
199 if (sb.dwSize.Y - cr.Y > n1)
202 cr.Y = sb.dwSize.Y;
219 if (GetConsoleScreenBufferInfo (h, &sb))
221 cr = sb.dwCursorPosition;
223 if (sb
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_exec.c352 struct stat sb; local
359 if (stat(map, &sb)) {
363 if (!S_ISREG(sb.st_mode)) {
367 if (sb.st_uid != 0) {
368 plog(XLOG_ERROR, "map \"%s\" owned by uid %u (must be 0)", map, (u_int) sb.st_uid);
371 if (!(sb.st_mode & S_IXUSR)) {
375 if (sb.st_mode & (S_ISUID|S_ISGID)) {
379 if (sb.st_mode & S_IWOTH) {
/netbsd-current/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c117 struct stat sb; local
215 if (fstat(fd, &sb) == -1)
217 if (sb.st_size != (ssize_t)sb.st_size)
220 if ((mappedfile = mmap(NULL, sb.st_size,
229 if ((*exec_formats[i].check)(mappedfile, sb.st_size) == 0)
243 if ((*exec_formats[i].findoff)(mappedfile, sb.st_size,
337 munmap(mappedfile, sb.st_size);
/netbsd-current/usr.sbin/autofs/
H A Dautomount.c51 unmount_by_statfs(const struct statvfs *sb, bool force) argument
55 log_debugx("unmounting %s", sb->f_mntonname);
60 error = unmount(sb->f_mntonname, flags);
62 log_warn("cannot unmount %s", sb->f_mntonname);
106 const struct statvfs *sb; local
116 sb = find_statfs(mntbuf, nitems, mountpoint);
117 if (sb != NULL) {
118 if (strcmp(sb->f_fstypename, "autofs") != 0) {
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dbfdtest2.c51 void *stream, struct stat *sb)
53 return fstat (fileno ((FILE*) stream), sb);
50 iovec_stat(struct bfd *abfd ATTRIBUTE_UNUSED, void *stream, struct stat *sb) argument
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dbfdtest2.c51 void *stream, struct stat *sb)
53 return fstat (fileno ((FILE*) stream), sb);
50 iovec_stat(struct bfd *abfd ATTRIBUTE_UNUSED, void *stream, struct stat *sb) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-imm-post-ind.s58 ld_or_st ldr, sb, x
61 ld_or_st ldr, sb, w
H A Dldst-reg-imm-pre-ind.s58 ld_or_st ldr, sb, x
61 ld_or_st ldr, sb, w
H A Dldst-reg-unscaled-imm.s78 ld_or_st ldur, sb, x
81 ld_or_st ldur, sb, w
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16e2-imm-error.s17 sb $2, -32769($gp)
18 sb $2, 32768($gp)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dbfdtest2.c51 void *stream, struct stat *sb)
53 return fstat (fileno ((FILE*) stream), sb);
50 iovec_stat(struct bfd *abfd ATTRIBUTE_UNUSED, void *stream, struct stat *sb) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-mpx-call.c79 int sb[ARRAY_LENGTH]; local
92 *x = upper (sa, sb, sc, sd, 0); /* bkpt 1. */
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dbio_ssl.c94 BIO_SSL *sb; local
101 sb = BIO_get_data(b);
102 ssl = sb->ssl;
110 if (sb->renegotiate_count > 0) {
111 sb->byte_count += *readbytes;
112 if (sb->byte_count > sb->renegotiate_count) {
113 sb->byte_count = 0;
114 sb->num_renegotiates++;
119 if ((sb
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dbio_ssl.c94 BIO_SSL *sb; local
101 sb = BIO_get_data(b);
102 ssl = sb->ssl;
110 if (sb->renegotiate_count > 0) {
111 sb->byte_count += *readbytes;
112 if (sb->byte_count > sb->renegotiate_count) {
113 sb->byte_count = 0;
114 sb->num_renegotiates++;
119 if ((sb
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dutil.cc451 StringBuilder sb;
462 sb.append ('\"');
465 sb.append ('\'');
468 sb.append ('\\');
471 sb.append ('\t');
474 sb.append ('\r');
477 sb.append ('\b');
480 sb.append ('\f');
483 sb.append ('\n');
504 sb
774 StringBuilder sb; local
1146 StringBuilder sb; local
1193 StringBuilder sb; local
1220 StringBuilder sb; local
1254 StringBuilder sb; local
[all...]
H A DHist_data.cc833 StringBuilder sb, sb1, sb2, sb3; local
837 sb.appendf (fmt, space, NTXT (""));
854 sb.appendf (fmt, len, m->legend ? m->legend : NTXT (""));
859 sb.trim ();
860 if (sb.length () != 0)
862 sb.toFileLn (out_file);
873 StringBuilder sb; local
879 sb.setLength (0);
880 print_row (&sb, i, hist_metric, NTXT (" "));
881 sb
886 append_str(StringBuilder *sb, char *s, size_t len, int vis_bits) argument
901 print_row(StringBuilder *sb, int row, Metric::HistMetric *hmp, const char *mark) argument
1292 StringBuilder sb; local
1401 add_inlined_info(StringBuilder *sb) argument
1856 StringBuilder sb; local
[all...]
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dfile.c192 struct stat sb; local
196 if (fstat(fd, &sb) == -1) {
200 us->size = sb.st_size;
201 us->atime = sb.st_atime;
202 us->mtime = sb.st_mtime;
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Defifs_ls.c131 struct stat sb; local
139 || fstat(fd, &sb) < 0
140 || (sb.st_mode & S_IFMT) != S_IFDIR) {
164 if (fstat(fd, &sb) < 0) {
168 if ((sb.st_mode & S_IFMT) != S_IFDIR) {
/netbsd-current/sbin/mount_msdos/
H A Dmount_msdos.c87 struct stat sb; local
166 if (stat(dir, &sb) == -1)
170 args->uid = sb.st_uid;
172 args->gid = sb.st_gid;
175 sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/netbsd-current/sys/kern/
H A Dkern_module_vfs.c154 struct stat sb; local
190 error = vn_stat(vp, &sb);
194 if (sb.st_size >= (plistsize - 1)) { /* leave space for term \0 */
200 error = vn_rdwr(UIO_READ, vp, base, sb.st_size, 0,
202 *((uint8_t *)base + sb.st_size) = '\0';
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mep/
H A Ddj1.s25 sb $0,($0)
33 sb $15,($0)
41 sb $0,($15)
49 sb $15,($15)
75 sb $0,0($tp)
78 sb $7,0($tp)
81 sb $0,127($tp)
84 sb $7,127($tp)
87 sb $0,%tpoff(symbol)($tp)
90 sb
[all...]
/netbsd-current/libexec/telnetd/
H A Dtelnetd.c524 static unsigned char sb[] = local
527 output_datalen((const char *)sb, sizeof sb);
528 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
540 static unsigned char sb[] = local
543 output_datalen((const char *)sb, sizeof sb);
544 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb
547 static unsigned char sb[] = local
554 static unsigned char sb[] = local
[all...]
/netbsd-current/sbin/mount_cd9660/
H A Dmount_cd9660.c102 struct stat sb; local
191 if (stat(dir, &sb) == -1)
195 args->uid = sb.st_uid;
197 args->gid = sb.st_gid;
200 sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/netbsd-current/usr.bin/ftp/
H A Dmain.c849 char *sb = stringbase; local
853 if (*sb == '!' || *sb == '$') { /* recognize ! as a token for shell */
858 return ((*sb == '!') ? bangstr : dollarstr);
869 switch (*sb) {
876 INC_CHKCURSOR(sb);
886 altarg = sb;
895 switch (*sb) {
903 INC_CHKCURSOR(sb);
907 INC_CHKCURSOR(sb);
[all...]
/netbsd-current/sys/compat/linux/common/
H A Dlinux_misc_notalpha.c350 struct statvfs *sb; local
357 sb = STATVFSBUF_GET();
358 error = do_sys_pstatvfs(l, SCARG(uap, path), ST_WAIT, sb);
360 bsd_to_linux_statfs64(sb, &ltmp);
363 STATVFSBUF_PUT(sb);
375 struct statvfs *sb; local
382 sb = STATVFSBUF_GET();
383 error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb);
385 bsd_to_linux_statfs64(sb, &ltmp);
388 STATVFSBUF_PUT(sb);
[all...]

Completed in 274 milliseconds

<<11121314151617181920>>