Searched refs:sb (Results 1 - 25 of 644) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure1249 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1252 | --sbi=* | --sb=*)
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c506 struct stat sb; local
540 if (-1 == stat(up->device, &sb) || !S_ISCHR(sb.st_mode)) {
H A Dntp_leapsec.h183 * '*sb' for the next cycle. Returns TRUE on successful load, FALSE
186 extern int/*BOOL*/ leapsec_load_file(const char * fname, struct stat * sb,
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure1371 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1374 | --sbi=* | --sb=*)
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c2176 struct sbuf *sb; local
2215 sb = sbuf_new(NULL, NULL, max_len + 1, SBUF_FIXEDLEN);
2239 sbuf_bcat(sb, &ifr, sizeof(ifr));
2244 if (sbuf_error(sb) == 0)
2245 valid_len = sbuf_len(sb);
2249 sbuf_bcat(sb, &ifr, sizeof(ifr));
2252 if (sbuf_error(sb) == 0)
2253 valid_len = sbuf_len(sb);
2259 sbuf_delete(sb);
2264 sbuf_finish(sb);
[all...]
/freebsd-9.3-release/sys/kern/
H A Dvfs_syscalls.c295 struct statfs *sp, sb; local
332 bcopy(sp, &sb, sizeof(sb));
333 sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0;
334 prison_enforce_statfs(td->td_ucred, mp, &sb);
335 sp = &sb;
375 struct statfs *sp, sb; local
421 bcopy(sp, &sb, sizeof(sb));
468 struct statfs *sfsp, *sp, sb; local
1902 struct stat sb; local
2279 struct stat sb; local
2308 struct stat sb; local
2368 struct stat sb; local
2388 struct stat sb; local
2419 struct stat sb; local
2470 struct stat sb; local
2528 struct stat sb; local
2557 struct stat sb; local
4674 struct stat *sb; member in struct:fhstat_args
4685 struct stat sb; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsession.c1459 struct stat sb; local
1470 if (stat(nl, &sb) == -1) {
H A Dreadconf.c1526 struct stat sb; local
1528 if (fstat(fileno(f), &sb) == -1)
1530 if (((sb.st_uid != 0 && sb.st_uid != getuid()) ||
1531 (sb.st_mode & 022) != 0))
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dbio_ssl.c141 BIO_SSL *sb; local
148 sb = (BIO_SSL *)b->ptr;
149 ssl = sb->ssl;
171 if (sb->renegotiate_count > 0) {
172 sb->byte_count += ret;
173 if (sb->byte_count > sb->renegotiate_count) {
174 sb->byte_count = 0;
175 sb->num_renegotiates++;
180 if ((sb
[all...]
/freebsd-9.3-release/crypto/openssl/fips/aes/
H A Dfips_aesavs.c221 * #define sb(a,b,v) ((a)[(b)/8]=((a)[(b)/8]&~(1 << ((b)%8)))|(!!(v) <<
226 # define sb(a,b,v) ((a)[(b)/8]=((a)[(b)/8]&~(1 << (7-(b)%8)))|(!!(v) << (7-(b)%8))) macro
359 sb(ptext[j + 1], 0, gb(iv[i], j));
361 sb(ptext[j + 1], 0, gb(ctext[j - 128], 0));
364 sb(ctext[j + 1], 0, gb(iv[i], j));
366 sb(ctext[j + 1], 0, gb(ptext[j - 128], 0));
385 sb(ciphertext, n1, gb(ctext[j - n2], 0));
407 sb(ciphertext, n1, gb(ptext[j - n2], 0));
447 sb(iv[i + 1], n1, gb(ctext[j - n2], 0));
469 sb(i
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drandfile.c120 struct stat sb; local
134 memset(&sb, 0, sizeof(sb));
137 if (stat(file, &sb) < 0)
139 RAND_add(&sb, sizeof(sb), 0.0);
151 if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
194 struct stat sb; local
196 i = stat(file, &sb);
283 struct stat sb; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_strnid.c207 const ASN1_STRING_TABLE *sa = a, *sb = b; local
208 return sa->nid - sb->nid;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.c1544 struct stat sb; local
1564 if (stat(serialfile, &sb) < 0) {
1791 struct stat sb; local
1826 if (stat(dbfile, &sb) < 0) {
1854 if (stat(buf[4], &sb) < 0) {
H A Dca.c775 struct stat sb; local
801 if (stat(outdir, &sb) != 0) {
807 if (!S_ISDIR(sb.st_mode)) {
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c1031 struct stat sb; local
1061 if (stat(f_name, &sb) != 0)
1064 if (S_ISDIR(sb.st_mode)) {
1162 struct stat sb; local
1177 if (stat(odesc->optArg.argString, &sb) != 0) {
1185 if (! S_ISREG(sb.st_mode)) {
H A Dusage.c973 struct stat sb; local
979 if ((stat(nm_buf, &sb) == 0) && S_ISDIR(sb.st_mode)) {
H A Dtext_mmap.c209 struct stat sb; local
210 if (fstat(mapinfo->txt_fd, &sb) != 0) {
216 if (! S_ISREG(sb.st_mode)) {
222 mapinfo->txt_size = (size_t)sb.st_size;
H A Dfile.c44 struct stat sb; local
50 if ((stat(fname, &sb) == 0) || (errno != ENOENT)) {
76 if ((stat(p, &sb) != 0) || (errno = EINVAL, ! S_ISDIR(sb.st_mode)))
85 if ( (stat(fname, &sb) != 0)
86 || (errno = EINVAL, ! S_ISREG(sb.st_mode)) )
/freebsd-9.3-release/sys/sys/
H A Dvnode.h606 void cvtnstat(struct stat *sb, struct nstat *nsb);
679 int vn_stat(struct vnode *vp, struct stat *sb, struct ucred *active_cred,
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure1119 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122 | --sbi=* | --sb=*)
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dfile.c478 struct stat sb; local
485 result = file_stats(filename, &sb);
487 if ((sb.st_mode & S_IFREG) == 0)
H A Dsocket.c4847 struct stat sb; local
4882 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4890 if (!(S_ISSOCK(sb.st_mode) || S_ISFIFO(sb.st_mode))) {
4917 if (stat(sockaddr->type.sunix.sun_path, &sb) < 0) {
4932 if (!(S_ISSOCK(sb.st_mode) || S_ISFIFO(sb.st_mode))) {
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dfile.c549 struct stat sb; local
556 result = file_stats(filename, &sb);
558 if ((sb.st_mode & S_IFREG) == 0)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dopenssldsa_link.c143 const unsigned char *sb; local
182 sb = sigbuf;
183 if (d2i_DSA_SIG(&dsasig, &sb, (long) siglen) == NULL) {
/freebsd-9.3-release/contrib/file/
H A Dconfigure1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1083 | --sbi=* | --sb=*)

Completed in 638 milliseconds

1234567891011>>