/freebsd/sys/crypto/openssl/powerpc/ |
H A D | aes-ppc.S | 695 stb 16,0(4) 697 stb 17,1(4) 698 stb 18,2(4) 700 stb 8,3(4) 702 stb 20,4(4) 704 stb 21,5(4) 705 stb 22,6(4) 707 stb 9,7(4) 709 stb 24,8(4) 711 stb 25,9(4) [all …]
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | aes-ppc.S | 698 stb 16,0(4) 700 stb 17,1(4) 701 stb 18,2(4) 703 stb 8,3(4) 705 stb 20,4(4) 707 stb 21,5(4) 708 stb 22,6(4) 710 stb 9,7(4) 712 stb 24,8(4) 714 stb 25,9(4) [all …]
|
H A D | keccak1600-ppc64.S | 582 stb 0,1(29) 584 stb 0,2(29) 586 stb 0,3(29) 588 stb 0,4(29) 590 stb 0,5(29) 592 stb 0,6(29) 594 stb 0,7(29)
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | aes-ppc.S | 722 stb 16,0(4) 724 stb 17,1(4) 725 stb 18,2(4) 727 stb 8,3(4) 729 stb 20,4(4) 731 stb 21,5(4) 732 stb 22,6(4) 734 stb 9,7(4) 736 stb 24,8(4) 738 stb 25,9(4) [all …]
|
H A D | keccak1600-ppc64.S | 582 stb 0,1(29) 584 stb 0,2(29) 586 stb 0,3(29) 588 stb 0,4(29) 590 stb 0,5(29) 592 stb 0,6(29) 594 stb 0,7(29)
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 692 struct stat stb; local 721 sff, smode, &stb); 724 sff, smode, &stb); 730 if (stb.st_mode == ST_MODE_NOFILE && bitset(SFF_CREAT, sff)) 748 if (filechanged(fn, fd, &stb)) 863 filechanged(fn, fd, stb) in filechanged() argument 866 struct stat *stb; 870 if (stb->st_mode == ST_MODE_NOFILE) 874 if (lstat(fn, stb) < 0 || stb->st_nlink != 1) 883 if (sta.st_nlink != stb->st_nlink || [all …]
|
/freebsd/lib/libc/powerpc64/string/ |
H A D | strcpy_arch_2_05.S | 45 stb %r0,0(%r8) 98 stb %r6,6(%r8) 112 stb %r6,4(%r8) 124 stb %r6,2(%r8) 134 stb %r6,0(%r8) 163 stb %r6,6(%r8) 175 stb %r6,4(%r8) 185 stb %r6,2(%r8) 193 stb %r0,0(%r8)
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | util.c | 83 struct stat stb; local 85 if (!stat(cp, &stb)) { 86 if (S_ISDIR(stb.st_mode)) 150 struct stat stb; local 154 if (fstat(fd, &stb) < 0) { 158 size = roundup(stb.st_blksize, blksize);
|
H A D | rcp.c | 279 struct stat stb; in source() local 291 if (fstat(fd, &stb)) { in source() 295 if (S_ISDIR(stb.st_mode) && iamrecursive) { in source() 296 rsource(name, &stb); in source() 298 } else if (!S_ISREG(stb.st_mode)) { in source() 312 (long)stb.st_mtime, in source() 313 (long)stb.st_atime); in source() 321 (unsigned int)(stb.st_mode & MODEMASK), in source() 322 (unsigned long)stb.st_size, in source() 333 for (haderr = i = 0; i < stb.st_size; i += bp->cnt) { in source() [all …]
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 148 struct stat stb; in printjob() local 189 statok = stat(pp->lock_file, &stb); in printjob() 190 if (statok == 0 && (stb.st_mode & LFM_PRINT_DIS)) in printjob() 207 statok = stat(pp->lock_file, &stb); in printjob() 235 if (stb.st_mode & LFM_RESET_QUE) { /* reset queue flag */ in printjob() 236 if (fchmod(lfd, stb.st_mode & ~LFM_RESET_QUE) < 0) in printjob() 264 if (stat(q->job_cfname, &stb) < 0) in printjob() 282 if (fstat(lfd, &stb) == 0) { in printjob() 284 if (stb.st_mode & LFM_PRINT_DIS) in printjob() 287 if (stb.st_mode & LFM_RESET_QUE) { in printjob() [all …]
|
H A D | recvjob.c | 81 struct stat stb; in recvjob() local 112 if (stat(pp->lock_file, &stb) == 0) { in recvjob() 113 if (stb.st_mode & 010) { in recvjob() 118 } else if (stat(pp->spool_dir, &stb) < 0) in recvjob()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 328 const void *stb, uint64_t count); 461 void br_md5_set_state(br_md5_context *ctx, const void *stb, uint64_t count); 556 void br_sha1_set_state(br_sha1_context *ctx, const void *stb, uint64_t count); 652 const void *stb, uint64_t count); 756 const void *stb, uint64_t count); 855 const void *stb, uint64_t count); 959 const void *stb, uint64_t count); 1069 const void *stb, uint64_t count);
|
/freebsd/contrib/tnftp/src/ |
H A D | ruserpass.c | 96 struct stat stb; in ruserpass() local 163 fstat(fileno(cfile), &stb) >= 0 && in ruserpass() 164 (stb.st_mode & 077) != 0) { in ruserpass() 175 if (fstat(fileno(cfile), &stb) >= 0 in ruserpass() 176 && (stb.st_mode & 077) != 0) { in ruserpass()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ruserpass.c | 112 struct stat stb; in ruserpassword() local 176 fstat(fileno(cfile), &stb) >= 0 && in ruserpassword() 177 (stb.st_mode & 077) != 0) { in ruserpassword() 187 if (fstat(fileno(cfile), &stb) >= 0 in ruserpassword() 188 && (stb.st_mode & 077) != 0) { in ruserpassword()
|
/freebsd/crypto/openssh/ |
H A D | scp.c | 1391 struct stat stb; in source() local 1412 if (fstat(fd, &stb) == -1) { in source() 1416 if (stb.st_size < 0) { in source() 1421 switch (stb.st_mode & S_IFMT) { in source() 1426 rsource(name, &stb); in source() 1440 if (do_times(remout, verbose_mode, &stb) < 0) in source() 1445 (u_int) (stb.st_mode & FILEMODEMASK), in source() 1446 (long long)stb.st_size, last); in source() 1460 start_progress_meter(curfile, stb.st_size, &statbytes); in source() 1462 for (haderr = i = 0; i < stb.st_size; i += bp->cnt) { in source() [all …]
|
/freebsd/libexec/comsat/ |
H A D | comsat.c | 148 struct stat stb; in notify() local 163 if (stat(tty, &stb) == -1 || !(stb.st_mode & (S_IXUSR | S_IXGRP))) { in notify() 183 switch (stb.st_mode & (S_IXUSR | S_IXGRP)) { in notify()
|
/freebsd/contrib/tcsh/ |
H A D | sh.c | 1741 struct stat stb; in srcunit() local 1743 if (fstat(unit, &stb) < 0) { in srcunit() 2244 struct stat stb; in mailchk() local 2262 if (stat(filename, &stb) < 0) in mailchk() 2265 new = stb.st_mtime > time0.tv_sec; in mailchk() 2267 new = stb.st_mtime > seconds0; in mailchk() 2269 if (S_ISDIR(stb.st_mode)) { in mailchk() 2282 stb = stc; in mailchk() 2284 new = stb.st_mtime > time0.tv_sec; in mailchk() 2286 new = stb.st_mtime > seconds0; in mailchk() [all …]
|
H A D | sh.exp.c | 609 struct cvxstat stb, *st = NULL; in filetest() local 613 struct stat stb, *st = NULL; in filetest() 674 if (isa(**vp, ANYOP) && TCSH_STAT(short2str(**vp), &stb)) in filetest() 731 st = &stb; in filetest() 774 i = stb.st_dm_key; in filetest() 831 i = (stb.st_dmonflags & IMIGRATED) == IMIGRATED; in filetest() 836 i = stb.st_size != 0; in filetest()
|
/freebsd/lib/libcompat/4.3/ |
H A D | rexec.c | 137 struct stat stb; in ruserpass() local 195 fstat(fileno(cfile), &stb) >= 0 && in ruserpass() 196 (stb.st_mode & 077) != 0) { in ruserpass() 207 if (fstat(fileno(cfile), &stb) >= 0 in ruserpass() 208 && (stb.st_mode & 077) != 0) { in ruserpass()
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r9a07g043-smarc-pmod.dtso | 27 can0-stb-hog { 31 can1-stb-hog {
|
H A D | rzg2ul-smarc-pinfunction.dtsi | 21 can0-stb-hog { 35 can1-stb-hog {
|
/freebsd/contrib/sendmail/src/ |
H A D | alias.c | 411 struct stat stb; local 471 if (stat(map->map_file, &stb) < 0) 478 mtime = stb.st_mtime; 490 if (stat(buf, &stb) < 0 || stb.st_mtime < mtime || attimeout) 539 struct stat stb; local 557 fstat(sm_io_getinfo(af, SM_IO_WHAT_FD, NULL), &stb) < 0 || 558 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
|
/freebsd/usr.bin/mail/ |
H A D | lex.c | 63 struct stat stb; in setfile() local 80 if (fstat(fileno(ibuf), &stb) < 0) { in setfile() 86 if (S_ISDIR(stb.st_mode) || !S_ISREG(stb.st_mode)) { in setfile() 88 errno = S_ISDIR(stb.st_mode) ? EISDIR : EINVAL; in setfile()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | md5sha1.c | 115 br_md5sha1_set_state(br_md5sha1_context *cc, const void *stb, uint64_t count) in br_md5sha1_set_state() argument 119 buf = stb; in br_md5sha1_set_state()
|
/freebsd/usr.bin/diff/ |
H A D | diffreg_new.c | 116 format_label(const char *oldlabel, struct stat *stb) in format_label() argument 123 int nsec = stb->st_mtim.tv_nsec; in format_label() 125 tm_ptr = localtime_r(&stb->st_mtime, &tm); in format_label()
|