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

/freebsd-10.1-release/tools/regression/pipe/
H A Dpipe-ino.c46 struct stat st1, st2; local
51 if (fstat(pipefd[0], &st1) == -1)
52 err(1, "FAIL: fstat st1");
55 if (st1.st_dev != st2.st_dev || st1.st_dev == 0 || st2.st_dev == 0) {
57 st1.st_dev, st2.st_dev);
59 if (st1.st_ino == st2.st_ino)
60 errx(1, "FAIL: inode numbers are equal: %d", st1.st_ino);
/freebsd-10.1-release/tools/regression/lib/libc/stdio/
H A Dtest-mkostemp.c53 struct stat st1, st2; local
84 if (stat(tmpf, &st1) == -1) {
96 if (!S_ISREG(st1.st_mode) || (st1.st_mode & 0777) != 0600 ||
97 st1.st_nlink != 1 || st1.st_size != 0) {
110 if (st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino) {
/freebsd-10.1-release/lib/libc/ia64/string/
H A Dbcopy.S48 st1 [in1]=r14,1
58 st1 [in1]=r14,1
88 st1 [in1]=r14,-1
H A Dbzero.S42 2: st1 [in0]=r0,1 // zero one byte
52 (p6) st1 [in0]=r0,1
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.c47 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
48 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
/freebsd-10.1-release/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S389 { .mii; st1 [out3]=r16,4
392 { .mii; st1 [out2]=r17,4
396 { .mmi; st1 [out1]=r18,4
397 st1 [out0]=r19,4 };;
398 { .mmi; st1 [out3]=r20,4
399 st1 [out2]=r21,4 }//;;
400 { .mmi; st1 [out1]=r22,4
401 st1 [out0]=r23,4 };;
402 { .mmi; st1 [out3]=r24,4
403 st1 [out
[all...]
/freebsd-10.1-release/lib/libutil/
H A Dpw_util.c290 struct stat st1, st2; local
296 if (stat(tempname, &st1) == -1)
347 return (st1.st_mtim.tv_sec != st2.st_mtim.tv_sec ||
348 st1.st_mtim.tv_nsec != st2.st_mtim.tv_nsec);
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dia64cpuid.S143 { .mib; st1 [r32]=r0,1
152 { .mmi; st1 [r32]=r0,1;;
/freebsd-10.1-release/sys/dev/ctau/
H A Dctddk.c873 int i, dsr, st1, st2, cda; local
935 st1 = inb (c->ST1);
937 if (st1 & ST1_CDCD){
943 outb (c->ST1, st1);
997 st1 = inb (c->ST1);
998 if (st1 & ST1_HDLC_UDRN) {
1003 outb (c->ST1, st1);
/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dfs_test.c381 atf_fs_stat_t st1, st2; local
384 RE(atf_fs_stat_init(&st1, &p));
393 ATF_REQUIRE_EQ(atf_fs_stat_get_device(&st1),
395 ATF_REQUIRE_EQ(atf_fs_stat_get_inode(&st1),
399 atf_fs_stat_fini(&st1);
/freebsd-10.1-release/sys/ia64/ia64/
H A Dsupport.S202 st1.rel [in0]=in1
584 st1 [in1]=r15,1 // write that byte
665 st1 [in1]=r14,1
675 st1 [in1]=r14,1
705 st1 [in1]=r14,-1
/freebsd-10.1-release/usr.bin/limits/
H A Dlimits.c708 struct stat st1; local
712 if (stat(procdir, &st1) != -1 && memcmp(&st, &st1, sizeof st) == 0)
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_both.c412 * are read in state 'st1', the body is read in state 'stn'.
414 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
437 if (s->state == st1) { /* s->init_num < 4 */
481 (st1 == SSL3_ST_SR_CERT_A) && (stn == SSL3_ST_SR_CERT_B)) {
H A Dd1_both.c171 static long dtls1_get_message_fragment(SSL *s, int st1, int stn, long max,
452 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
480 i = dtls1_get_message_fragment(s, st1, stn, max, ok);
857 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok) argument
H A Dssl_locl.h951 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
1116 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
H A Dssl.h428 long (*ssl_get_message) (SSL *s, int st1, int stn, int mt, long
/freebsd-10.1-release/sys/dev/ic/
H A Dhd64570.h49 unsigned char st1; /* rw */ member in struct:msci_channel
/freebsd-10.1-release/contrib/libarchive/cpio/test/
H A Dmain.c1147 struct stat st1, st2;
1151 r = lstat(path1, &st1);
1163 return (st1.st_ino == st2.st_ino && st1.st_dev == st2.st_dev);
/freebsd-10.1-release/contrib/libarchive/tar/test/
H A Dmain.c1148 struct stat st1, st2;
1152 r = lstat(path1, &st1);
1164 return (st1.st_ino == st2.st_ino && st1.st_dev == st2.st_dev);
/freebsd-10.1-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl130 # 4 stages. However, McKinley/Madison can issue "st1" to
370 # define SKEY st1
455 (pOutput) st1 [OutPtr] = Data[3], 1; \\
/freebsd-10.1-release/sys/netinet/
H A Din_mcast.c221 imf_init(struct in_mfilter *imf, const int st0, const int st1) argument
226 imf->imf_st[1] = st1;
676 imf_graft(struct in_mfilter *imf, const uint8_t st1, argument
689 lims->imsl_st[1] = st1;
/freebsd-10.1-release/sys/netinet6/
H A Din6_mcast.c210 im6f_init(struct in6_mfilter *imf, const int st0, const int st1) argument
215 imf->im6f_st[1] = st1;
670 im6f_graft(struct in6_mfilter *imf, const uint8_t st1, argument
683 lims->im6sl_st[1] = st1;
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dmain.c1146 struct stat st1, st2;
1150 r = lstat(path1, &st1);
1162 return (st1.st_ino == st2.st_ino && st1.st_dev == st2.st_dev);
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c82 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
83 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c82 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
83 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)

Completed in 510 milliseconds