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

/freebsd-10.0-release/usr.bin/seq/
H A Dseq.c383 * decimal_places - count decimal places in a number (string)
388 int places = 0; local
396 places++;
398 return (places);
412 int precision, width1, width2, places; local
431 if ((places = decimal_places(buf)))
432 width1 -= (places + strlen(decimal_point));
434 precision = MAX(places, precision);
439 if ((places = decimal_places(buf)))
440 width2 -= (places
[all...]
/freebsd-10.0-release/share/mk/
H A Dbsd.kmod.mk3 # Search for kernel source tree in standard places.
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y94 expression_t *places, symbol_ref_t *src, int ret);
1678 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places,
1701 if (places->value > 8 || places->value <= 0) {
1707 if (places->value == 8)
1710 shift_control = (places->value << 4) | places->value;
1713 if (places->value == 8) {
1716 shift_control = (places->value << 4)
1717 | (8 - places
[all...]
/freebsd-10.0-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-10.0-release/contrib/apr-util/
H A Dconfigure1451 NDBM in a number of standard places.
1458 places.
11801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking checking for ndbm in the usual places" >&5
11802 $as_echo_n "checking checking for ndbm in the usual places... " >&6; }
12099 places="$all_places"
12102 if test -z "$places"; then
12103 places="std /usr/local /usr/local/BerkeleyDB.${db_major}.${db_minor} /boot/home/config"
12113 bdb_places="$places"
12134 description="the standard places"
12503 places
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.mk32 # Sometimes we want to turn on debugging in just one or two places
/freebsd-10.0-release/sys/conf/
H A Dkern.mk15 # Disable a few warnings for clang, since there are several places in the
H A Dkmod.mk245 # Search for kernel source tree in standard places.
/freebsd-10.0-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-10.0-release/etc/
H A Dservices1925 virtual-places 1533/tcp #Virtual Places Software
1926 virtual-places 1533/udp #Virtual Places Software
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql101 value that refers to this row. (References in other places, such as
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1204 % for display in the outlines, and in other places. Thus, we have to

Completed in 180 milliseconds