Searched refs:bs (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in45 bs=\\; \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in45 bs=\\; \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in45 bs=\\; \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in45 bs=\\; \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in45 bs=\\; \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/ntp/scripts/lib/
H A DMakefile.in43 bs=\\; \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/expat/tests/benchmark/
H A DMakefile.in73 bs=\\; \
75 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/expat/examples/
H A DMakefile.in73 bs=\\; \
75 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.in75 bs=\\; \
77 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/file/tests/
H A DMakefile.in42 bs=\\; \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/file/doc/
H A DMakefile.in42 bs=\\; \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in43 bs=\\; \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1445 float bs; local
1457 bs = bytes / (s ? s : 1);
1458 if (bs >= 1048576) {
1459 bs /= 1048576;
1462 } else if (bs >= 1024) {
1463 bs /= 1024;
1472 bytes, direction, s, prec, bs, unit);
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh55 atf_check -e ignore -s exit:0 dd if=/dev/zero of=i count=1000 bs=1
90 dd if=/dev/zero of=${filesize}.file bs=1 \
97 dd if=/dev/zero of=${filesize}.file bs=$MB \
701 bs=$size count=1
703 bs=$size count=1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp977 Archive::symbol_iterator bs = symbol_begin(); local
980 for (; bs != es; ++bs) {
981 StringRef SymName = bs->getName();
983 if (auto MemberOrErr = bs->getMember())
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c2724 ndis_wlan_bssid_ex *bs; local
2745 bs = (ndis_wlan_bssid_ex *)&bl->nblx_bssid[0];
2747 if (bcmp(bs->nwbx_macaddr, bssid, sizeof(bssid)) == 0) {
2748 *assoc = malloc(bs->nwbx_len, M_TEMP, M_NOWAIT);
2753 bcopy((char *)bs, (char *)*assoc, bs->nwbx_len);
2759 bs = (ndis_wlan_bssid_ex *)((char *)bs + bs->nwbx_len);
2772 ndis_wlan_bssid_ex *bs; local
[all...]
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h152 _BUS_SPACE_CALL_FUNCS(bs,u_int8_t,1)
155 _BUS_SPACE_CALL_FUNCS(bs,u_int16_t,2)
158 _BUS_SPACE_CALL_FUNCS(bs,u_int32_t,4)
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S269 je putc.bs
280 putc.bs: test %di,%di
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1896 size_t bs; local
1936 bs = rar->unp_buffer_size - rar->unp_offset;
1938 bs = (size_t)rar->bytes_uncopied;
1939 ret = copy_from_lzss_window(a, buff, rar->offset, (int)bs);
1942 rar->offset += bs;
1943 rar->bytes_uncopied -= bs;
2065 bs = rar->unp_buffer_size - rar->unp_offset;
2067 bs = (size_t)rar->bytes_uncopied;
2068 ret = copy_from_lzss_window(a, buff, rar->offset, (int)bs);
2071 rar->offset += bs;
[all...]
/freebsd-11-stable/lib/libbsdstat/
H A Dbsdstat.c84 bsdstat_get(struct bsdstat *sf, int s, char b[] __unused, size_t bs __unused)
/freebsd-11-stable/tools/tools/atsectl/
H A Datsectl.c132 root@cheri1:/root # dd if=/dev/isf0 bs=32k skip=1 count=1 | hd
/freebsd-11-stable/tools/tools/build_option_survey/
H A Doption_survey.sh120 dd if=/dev/zero of=${ODIR}/imgfile bs=1m count=250
/freebsd-11-stable/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh284 silence dd msgfmt=quiet if="$disk" of=bootblk bs=1 count="$bootsz"
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_gas.c309 dmar_gaddr_t bs, start; local
330 bs = rounddown2(a->entry->start + a->offset + a->common->boundary,
332 start = roundup2(bs, a->common->alignment);
348 * XXXKIB. It is possible that bs is exactly at the start of
352 a->size = bs - a->entry->start;
/freebsd-11-stable/contrib/ntp/ntpdate/
H A DMakefile.in48 bs=\\; \
50 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \

Completed in 338 milliseconds

1234567891011>>