| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
| H A D | dio_mixed.ksh | 67 for obs in "512" "$page_size" "131072"; do 69 oblocks=$(($file_size / $obs)) 78 if [[ $obs -ge $page_size ]]; then 83 log_must stride_dd -i $src_file -o $new_file -b $obs \ 91 log_must stride_dd -i $src_file -o $new_file -b $obs \ 99 log_must stride_dd -i $src_file -o $new_file -b $obs \
|
| /freebsd/sys/tools/fdt/ |
| H A D | embed_dtb.sh | 36 obs=`strings -at d $1 | grep "Device Tree Blob STARTS here" | awk '{print $1}'` 38 sz=$((eol - obs)); 44 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
|
| /freebsd/usr.bin/caesar/ |
| H A D | caesar.c | 69 int obs[26], try, winner; in main() local 84 bzero(obs, 26 * sizeof(int)); in main() 94 ++obs[ch - 'a']; in main() 96 ++obs[ch - 'A']; in main() 107 dot += obs[i] * stdf[(i + try) % 26]; in main()
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bf_lbuf.c | 227 int obs; in linebuffer_ctrl() local 252 obs = (int)num; in linebuffer_ctrl() 254 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) { in linebuffer_ctrl() 255 p = OPENSSL_malloc((size_t)obs); in linebuffer_ctrl() 260 if (ctx->obuf_len > obs) { in linebuffer_ctrl() 261 ctx->obuf_len = obs; in linebuffer_ctrl() 266 ctx->obuf_size = obs; in linebuffer_ctrl()
|
| H A D | bf_buff.c | 242 int ibs, obs; in buffer_ctrl() local 308 obs = ctx->obuf_size; in buffer_ctrl() 312 obs = (int)num; in buffer_ctrl() 316 obs = (int)num; in buffer_ctrl() 327 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) { in buffer_ctrl() 347 ctx->obuf_size = obs; in buffer_ctrl()
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | util.c | 259 dequote_internal_chars(ibp, obp, obs) in dequote_internal_chars() argument 262 int obs; 277 if (op < &obp[obs - 1])
|
| /freebsd/crypto/openssl/crypto/comp/ |
| H A D | c_zstd.c | 751 size_t ibs, obs; in bio_zstd_ctrl() local 776 obs = ctx->compress.bufsize; in bio_zstd_ctrl() 782 obs = (size_t)num; in bio_zstd_ctrl() 784 obs = ibs = (size_t)num; in bio_zstd_ctrl() 799 if (obs > 0 && obs != ctx->compress.bufsize) { in bio_zstd_ctrl() 801 tmp = OPENSSL_realloc(ctx->compress.outbuf.dst, obs); in bio_zstd_ctrl() 806 ctx->compress.bufsize = obs; in bio_zstd_ctrl()
|
| H A D | c_brotli.c | 703 size_t ibs, obs; in bio_brotli_ctrl() local 727 obs = ctx->encode.bufsize; in bio_brotli_ctrl() 733 obs = (size_t)num; in bio_brotli_ctrl() 736 obs = ibs; in bio_brotli_ctrl() 750 if (obs > 0 && obs != ctx->encode.bufsize) { in bio_brotli_ctrl() 753 tmp = OPENSSL_realloc(ctx->encode.buf, obs); in bio_brotli_ctrl() 758 ctx->encode.bufsize = obs; in bio_brotli_ctrl()
|
| H A D | c_zlib.c | 626 int ibs, obs; in bio_zlib_ctrl() local 650 obs = -1; in bio_zlib_ctrl() 656 obs = (int)num; in bio_zlib_ctrl() 659 obs = ibs; in bio_zlib_ctrl() 668 if (obs != -1) { in bio_zlib_ctrl() 671 ctx->obufsize = obs; in bio_zlib_ctrl()
|
| /freebsd/tools/tools/nanobsd/Files/root/ |
| H A D | updatep1 | 48 dd of=/dev/${NANO_DRIVE}s1 obs=64k
|
| H A D | updatep2 | 48 dd of=/dev/${NANO_DRIVE}s2 obs=64k
|
| /freebsd/tools/tools/nanobsd/pcengines/Files/root/ |
| H A D | updatep1 | 48 dd of=/dev/${NANO_DRIVE}s1 obs=64k
|
| H A D | updatep2 | 48 dd of=/dev/${NANO_DRIVE}s2 obs=64k
|
| /freebsd/crypto/openssh/regress/ |
| H A D | transfer.sh | 16 dd if=$DATA obs=${s} 2> /dev/null | \
|
| H A D | putty-transfer.sh | 30 dd if=$DATA obs=${s} 2> /dev/null | \
|
| /freebsd/sys/tools/ |
| H A D | embed_mfs.sh | 92 dd if=$2 ibs=8192 of=$1 obs=${sec_start} oseek=1 conv=notrunc 2> /dev/null && \
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 46 LiveVariables::Observer *obs = nullptr); 481 LiveVariables::Observer *obs) { in runOnBlock() argument 483 TransferFunctions TF(*this, val, obs, block); in runOnBlock() 510 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { in runOnAllBlocks() argument 513 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
|
| /freebsd/bin/dd/ |
| H A D | Makefile | 27 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | LiveVariables.h | 98 void runOnAllBlocks(Observer &obs);
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | mdspan | 52 // [mdspan.extents.obs], observers of the multidimensional index space 117 // [mdspan.layout.right.obs], observers 171 // [mdspan.layout.right.obs], observers 226 // [mdspan.layout.stride.obs], observers
|
| H A D | filesystem | 346 // [fs.file.status.obs], observers
|
| H A D | span | 103 // [span.obs], span observers
|
| /freebsd/lib/libc/nls/ |
| H A D | pl_PL.ISO8859-2.msg | 100 47 Rodzina adres�w nie jest obs�ugiwana przez rodzin� protoko��w
|
| /freebsd/share/examples/csh/ |
| H A D | dot.cshrc | 30 complete dd 'c/[io]f=/f/ n/*/"(if of ibs obs bs skip seek count)"/='
|
| /freebsd/contrib/tcsh/ |
| H A D | complete.tcsh | 227 n/*/"(if of conv ibs obs bs cbs files skip file seek count)"/=
|