Home
last modified time | relevance | path

Searched refs:obs (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/sys/tools/fdt/
Dembed_dtb.sh38 obs=`strings -at d $1 | grep "Device Tree Blob STARTS here" | awk '{print $1}'`
40 sz=$((eol - obs));
46 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-12-stable/usr.bin/caesar/
Dcaesar.c83 int obs[26], try, winner; in main() local
98 bzero(obs, 26 * sizeof(int)); in main()
108 ++obs[ch - 'a']; in main()
110 ++obs[ch - 'A']; in main()
121 dot += obs[i] * stdf[(i + try) % 26]; in main()
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbf_lbuf.c212 int obs; in linebuffer_ctrl() local
235 obs = (int)num; in linebuffer_ctrl()
237 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) { in linebuffer_ctrl()
243 if (ctx->obuf_len > obs) { in linebuffer_ctrl()
244 ctx->obuf_len = obs; in linebuffer_ctrl()
249 ctx->obuf_size = obs; in linebuffer_ctrl()
Dbf_buff.c244 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()
325 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) { in buffer_ctrl()
345 ctx->obuf_size = obs; in buffer_ctrl()
/freebsd-12-stable/contrib/sendmail/libsm/
Dutil.c253 dequote_internal_chars(ibp, obp, obs) in dequote_internal_chars() argument
256 int obs;
271 if (op < &obp[obs - 1])
/freebsd-12-stable/crypto/openssl/crypto/comp/
Dc_zlib.c547 int ibs, obs; in bio_zlib_ctrl() local
569 obs = -1; in bio_zlib_ctrl()
575 obs = (int)num; in bio_zlib_ctrl()
578 obs = ibs; in bio_zlib_ctrl()
587 if (obs != -1) { in bio_zlib_ctrl()
590 ctx->obufsize = obs; in bio_zlib_ctrl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DLiveVariables.cpp45 LiveVariables::Observer *obs = nullptr);
459 LiveVariables::Observer *obs) { in runOnBlock() argument
461 TransferFunctions TF(*this, val, obs, block); in runOnBlock()
488 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { in runOnAllBlocks() argument
491 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
/freebsd-12-stable/tools/tools/nanobsd/Files/root/
Dupdatep149 dd of=/dev/${NANO_DRIVE}s1 obs=64k
Dupdatep249 dd of=/dev/${NANO_DRIVE}s2 obs=64k
/freebsd-12-stable/tools/tools/nanobsd/pcengines/Files/root/
Dupdatep149 dd of=/dev/${NANO_DRIVE}s1 obs=64k
Dupdatep249 dd of=/dev/${NANO_DRIVE}s2 obs=64k
/freebsd-12-stable/crypto/openssh/regress/
Dtransfer.sh16 dd if=$DATA obs=${s} 2> /dev/null | \
Dputty-transfer.sh39 dd if=$DATA obs=${s} 2> /dev/null | \
/freebsd-12-stable/sys/tools/
Dembed_mfs.sh84 dd if=$2 ibs=8192 of=$1 obs=${sec_start} oseek=1 conv=notrunc 2> /dev/null && \
/freebsd-12-stable/bin/dd/
DMakefile30 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DLiveVariables.h98 void runOnAllBlocks(Observer &obs);
/freebsd-12-stable/release/picobsd/build/
Dpicobsd875 dd if=${c_fs} ibs=8192 iseek=1 of=kernel obs=${mfs_ofs} \
940 dd of=${BUILDDIR}/${c_img} oseek=1 obs=788 conv=notrunc 2>/dev/null
/freebsd-12-stable/lib/libc/nls/
Dpl_PL.ISO8859-2.msg101 47 Rodzina adres�w nie jest obs�ugiwana przez rodzin� protoko��w
/freebsd-12-stable/share/examples/csh/
Ddot.cshrc31 complete dd 'c/[io]f=/f/ n/*/"(if of ibs obs bs skip seek count)"/='
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dspan89 // [span.obs], span observers
/freebsd-12-stable/contrib/tcsh/
Dcomplete.tcsh227 n/*/"(if of conv ibs obs bs cbs files skip file seek count)"/=
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.info-1493 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
3433 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
3436 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
Dgdb.texinfo622 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
4065 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4068 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)