Searched refs:obs (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/sys/tools/
H A Dembed_mfs.sh35 obs=`strings -at d $1 | grep "MFS Filesystem goes here" | awk '{print $1}'`
36 dd if=$2 ibs=8192 of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-9.3-release/sys/tools/fdt/
H A Dembed_dtb.sh36 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-9.3-release/games/caesar/
H A Dcaesar.c83 int obs[26], try, winner; local
98 bzero(obs, 26 * sizeof(int));
108 ++obs[ch - 'a'];
110 ++obs[ch - 'A'];
121 dot += obs[i] * stdf[(i + try) % 26];
/freebsd-9.3-release/tools/tools/nanobsd/Files/root/
H A Dupdatep149 dd of=/dev/${NANO_DRIVE}s1 obs=64k
H A Dupdatep249 dd of=/dev/${NANO_DRIVE}s2 obs=64k
/freebsd-9.3-release/tools/tools/nanobsd/gateworks/Files/root/
H A Dupdatep149 dd of=/dev/${NANO_DRIVE}s1 obs=64k
H A Dupdatep249 dd of=/dev/${NANO_DRIVE}s2 obs=64k
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep149 dd of=/dev/${NANO_DRIVE}s1 obs=64k
H A Dupdatep249 dd of=/dev/${NANO_DRIVE}s2 obs=64k
/freebsd-9.3-release/crypto/openssh/regress/
H A Dtransfer.sh18 dd if=$DATA obs=${s} 2> /dev/null | \
H A Dputty-transfer.sh29 dd if=$DATA obs=${s} 2> /dev/null | \
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dutil.c216 ** obs -- the size of the output buffer.
223 dequote_internal_chars(ibp, obp, obs)
226 int obs;
241 if (op < &obp[obs - 1])
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbf_lbuf.c273 int obs; local
296 obs = (int)num;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
304 if (ctx->obuf_len > obs) {
305 ctx->obuf_len = obs;
310 ctx->obuf_size = obs;
H A Dbf_buff.c296 int ibs, obs; local
356 obs = ctx->obuf_size;
360 obs = (int)num;
364 obs = (int)num;
373 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) {
393 ctx->obuf_size = obs;
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A DMakefile34 dd if=${.TARGET}.tmp of=${.TARGET} obs=2k conv=osync
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h96 void runOnAllBlocks(Observer &obs);
/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c690 int ibs, obs; local
710 obs = -1;
716 obs = (int)num;
719 obs = ibs;
730 if (obs != -1) {
735 ctx->obufsize = obs;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp114 LiveVariables::Observer *obs = 0);
463 LiveVariables::Observer *obs) {
465 TransferFunctions TF(*this, val, obs, block);
492 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { argument
495 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
461 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val, LiveVariables::Observer *obs) argument
/freebsd-9.3-release/sys/boot/i386/boot2/
H A DMakefile72 dd if=boot2.ld of=${.TARGET} obs=7680 conv=osync
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A DMakefile81 dd if=boot2.ld of=${.TARGET} obs=7680 conv=osync
/freebsd-9.3-release/release/picobsd/build/
H A Dpicobsd879 dd if=${c_fs} ibs=8192 iseek=1 of=kernel obs=${mfs_ofs} \
944 dd of=${BUILDDIR}/${c_img} oseek=1 obs=788 conv=notrunc 2>/dev/null

Completed in 311 milliseconds