Searched refs:stb (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-current/crypto/heimdal/appl/rcp/
H A Dutil.c83 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 Drcp.c279 struct stat stb; local
291 if (fstat(fd, &stb)) {
295 if (S_ISDIR(stb.st_mode) && iamrecursive) {
296 rsource(name, &stb);
298 } else if (!S_ISREG(stb.st_mode)) {
312 (long)stb.st_mtime,
313 (long)stb.st_atime);
321 (unsigned int)(stb.st_mode & MODEMASK),
322 (unsigned long)stb.st_size,
333 for (haderr = i = 0; i < stb
416 struct stat stb; local
[all...]
/freebsd-current/lib/libc/powerpc64/string/
H A Dstrcpy_arch_2_05.S45 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-current/contrib/sendmail/libsmutil/
H A Dsafefile.c692 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))
855 ** stb -- stat structure from before open.
863 filechanged(fn, fd, stb)
866 struct stat *stb;
870 if (stb->st_mode == ST_MODE_NOFILE)
874 if (lstat(fn, stb) <
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s41 stb %g0, [%fp - 4]
H A Dtst.embedded.s41 stb %g0, [%fp - 4]
H A Dtst.br.s68 stb %g0, [%fp - 4]
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_hash.h108 * - `br_xxx_set_state(br_xxx_context *ctx, const void *stb, uint64_t count)`
110 * Set the internal state to the provided values. The 'stb' and
324 * \param stb source buffer for the state.
328 const void *stb, uint64_t count);
458 * \param stb source buffer for the running state.
461 void br_md5_set_state(br_md5_context *ctx, const void *stb, uint64_t count);
553 * \param stb source buffer for the running state.
556 void br_sha1_set_state(br_sha1_context *ctx, const void *stb, uint64_t count);
648 * \param stb source buffer for the running state.
652 const void *stb, uint64_
[all...]
/freebsd-current/sys/crypto/openssl/powerpc64le/
H A Daes-ppc.S722 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 2
[all...]
H A Dkeccak1600-ppc64.S582 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-current/sys/crypto/openssl/powerpc64/
H A Daes-ppc.S698 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 2
[all...]
H A Dkeccak1600-ppc64.S582 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-current/sys/crypto/openssl/powerpc/
H A Daes-ppc.S695 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 2
[all...]
/freebsd-current/contrib/tnftp/src/
H A Druserpass.c96 struct stat stb; local
163 fstat(fileno(cfile), &stb) >= 0 &&
164 (stb.st_mode & 077) != 0) {
175 if (fstat(fileno(cfile), &stb) >= 0
176 && (stb.st_mode & 077) != 0) {
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c112 struct stat stb; local
176 fstat(fileno(cfile), &stb) >= 0 &&
177 (stb.st_mode & 077) != 0) {
187 if (fstat(fileno(cfile), &stb) >= 0
188 && (stb.st_mode & 077) != 0) {
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c148 struct stat stb; local
189 statok = stat(pp->lock_file, &stb);
190 if (statok == 0 && (stb.st_mode & LFM_PRINT_DIS))
204 * been created by open(). Update &stb to match that new file.
207 statok = stat(pp->lock_file, &stb);
235 if (stb.st_mode & LFM_RESET_QUE) { /* reset queue flag */
236 if (fchmod(lfd, stb.st_mode & ~LFM_RESET_QUE) < 0)
264 if (stat(q->job_cfname, &stb) < 0)
282 if (fstat(lfd, &stb) == 0) {
284 if (stb
613 struct stat stb; local
993 struct stat stb; local
1552 struct stat stb; local
[all...]
H A Drecvjob.c81 struct stat stb; local
112 if (stat(pp->lock_file, &stb) == 0) {
113 if (stb.st_mode & 010) {
118 } else if (stat(pp->spool_dir, &stb) < 0)
/freebsd-current/contrib/bearssl/src/hash/
H A Dmd5sha1.c115 br_md5sha1_set_state(br_md5sha1_context *cc, const void *stb, uint64_t count) argument
119 buf = stb;
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl604 stb %l0,[%i1+0]
606 stb %l1,[%i1+1]
607 stb %l2,[%i1+2]
609 stb %o0,[%i1+3]
612 stb %l4,[%i1+4]
614 stb %l5,[%i1+5]
615 stb %l6,[%i1+6]
617 stb %o1,[%i1+7]
620 stb %l0,[%i1+8]
622 stb
[all...]
H A Daes-parisc.pl137 stb $acc0,0($out)
139 stb $acc1,1($out)
141 stb $acc2,2($out)
143 stb $s0,3($out)
145 stb $acc4,4($out)
147 stb $acc5,5($out)
149 stb $acc6,6($out)
151 stb $s1,7($out)
153 stb $acc0,8($out)
155 stb
[all...]
H A Daes-ppc.pl478 stb $acc00,0($out)
480 stb $acc01,1($out)
481 stb $acc02,2($out)
483 stb $s0,3($out)
485 stb $acc04,4($out)
487 stb $acc05,5($out)
488 stb $acc06,6($out)
490 stb $s1,7($out)
492 stb $acc08,8($out)
494 stb
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl408 stb $h0,[$mac+0] ! store little-endian result
410 stb $r0,[$mac+1]
412 stb $r1,[$mac+2]
413 stb $r2,[$mac+3]
416 stb $h1,[$mac+4]
418 stb $r0,[$mac+5]
420 stb $r1,[$mac+6]
421 stb $r2,[$mac+7]
424 stb $h2,[$mac+8]
426 stb
[all...]
/freebsd-current/libexec/comsat/
H A Dcomsat.c148 struct stat stb; local
163 if (stat(tty, &stb) == -1 || !(stb.st_mode & (S_IXUSR | S_IXGRP))) {
183 switch (stb.st_mode & (S_IXUSR | S_IXGRP)) {
/freebsd-current/lib/libcompat/4.3/
H A Drexec.c137 struct stat stb; local
195 fstat(fileno(cfile), &stb) >= 0 &&
196 (stb.st_mode & 077) != 0) {
207 if (fstat(fileno(cfile), &stb) >= 0
208 && (stb.st_mode & 077) != 0) {
/freebsd-current/contrib/sendmail/src/
H A Dalias.c411 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))

Completed in 258 milliseconds

123