Searched refs:places (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/usr.bin/seq/
H A Dseq.c384 * decimal_places - count decimal places in a number (string)
389 int places = 0; local
397 places++;
399 return (places);
413 int precision, width1, width2, places; local
432 if ((places = decimal_places(buf)))
433 width1 -= (places + strlen(decimal_point));
435 precision = MAX(places, precision);
440 if ((places = decimal_places(buf)))
441 width2 -= (places
[all...]
/freebsd-9.3-release/share/mk/
H A Dbsd.kmod.mk3 # Search for kernel source tree in standard places.
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y94 expression_t *places, symbol_ref_t *src, int ret);
1679 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places,
1702 if (places->value > 8 || places->value <= 0) {
1708 if (places->value == 8)
1711 shift_control = (places->value << 4) | places->value;
1714 if (places->value == 8) {
1717 shift_control = (places->value << 4)
1718 | (8 - places
[all...]
/freebsd-9.3-release/release/picobsd/build/
H A Dpicobsd215 log "do a 'make obj' in a few places."
558 # (which searches in a lot of places in the subtree)
623 local places="" # places to search
625 [ -d "${dir}/${i}" ] && places="${places} ${dir}/${i}"
629 [ -d "${ldir}/${i}" ] && places="${places} ${ldir}/${i}"
635 find ${places} -maxdepth 3 -type f -name ${i} | head -1
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.mk32 # Sometimes we want to turn on debugging in just one or two places
/freebsd-9.3-release/sys/conf/
H A Dkern.mk16 # Disable a few warnings for clang, since there are several places in the
H A Dkmod.mk250 # Search for kernel source tree in standard places.
/freebsd-9.3-release/contrib/tcpdump/
H A Dconfigure5542 places=`ls $srcdir/.. | sed -e 's,/$,,' -e "s,^,$srcdir/../," | \
5544 for dir in $places $srcdir/../libpcap $srcdir/libpcap ; do
5738 places=`ls $srcdir/.. | sed -e 's,/$,,' -e "s,^,$srcdir/../," | \
5742 elif test -r $places/pcap.h; then
5743 V_INCLS="-I$places $V_INCLS"
/freebsd-9.3-release/etc/
H A Dservices1925 virtual-places 1533/tcp #Virtual Places Software
1926 virtual-places 1533/udp #Virtual Places Software
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY590 instead of crashing, making calling it easier in many places
/freebsd-9.3-release/contrib/file/
H A Dconfigure13773 propagated back to all the places they're supposed to be.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1204 % for display in the outlines, and in other places. Thus, we have to

Completed in 319 milliseconds