Searched refs:center (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.2-release/crypto/openssl/util/
H A Dpod2mantest34 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | fgrep OpenSSL >/dev/null; then
41 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | grep '^MARKER - ' >/dev/null; then
H A Dpod2man.pl16 [ B<--center=>I<string> ]
45 =item center
63 the standard release in case C<--center> is not given.
323 --center=string (default "$DEF_CENTER")
334 center=s
350 $center = $opt_center || ($opt_official ? $STD_CENTER : $DEF_CENTER);
538 .TH $name $section "$RP" "$date" "$center"
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dgenctype.py61 name = names[c].center(3)
/freebsd-10.2-release/secure/lib/libcrypto/
H A DMakefile.inc53 --date="${OPENSSL_DATE}" --center="OpenSSL" \
/freebsd-10.2-release/contrib/groff/src/preproc/pic/
H A Dobject.h60 virtual position center();
H A Dtex.cpp140 void tex_output::text(const position &center, text_piece *v, int n, double) argument
142 position c = transform(center);
H A Dobject.cpp364 position object::center() function in class:object
648 out->text(center(), text, ntext, angle);
668 position center() { return cent; } function in class:rectangle_object
1207 position center() { return (strt + en)/2.0; } function in class:line_object
1519 position center() { return cent; } function in class:arc_object
1730 // We ignore the with attribute. The at attribute always refers to the center.
1767 // compute the center
H A Dpic.y1410 { $$ = &object::center; }
1452 { $$ = &object::center; }
/freebsd-10.2-release/contrib/binutils/gas/doc/
H A DMakefile.am13 POD2MAN = pod2man --center="GNU Development Tools" \
H A DMakefile.in222 POD2MAN = pod2man --center="GNU Development Tools" \
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Denv.h112 void center();
367 friend void center();
H A Denv.cpp1315 void center() function
3243 init_request("ce", center);
/freebsd-10.2-release/usr.bin/ncal/
H A Dncal.c167 static char *center(char *s, char *t, int w);
635 printf("%s\n", center(t, s, mpl * mw));
722 printf("%s\n", center(t, s, mpl * mw));
1053 center(char *s, char *t, int w) function
/freebsd-10.2-release/contrib/binutils/binutils/doc/
H A DMakefile.am13 POD2MAN = pod2man --center="GNU Development Tools" \
H A DMakefile.in234 POD2MAN = pod2man --center="GNU Development Tools" \
/freebsd-10.2-release/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh192 mjid=`jail -i -c -n mid$$ host.hostname=center.example.net vnet persist`
/freebsd-10.2-release/usr.sbin/bsdconfig/dot/
H A Ddot322 printf '\tcenter = 1;\t\t// center drawing on page\n'
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dsymtab.c1439 struct partial_symbol **top, **real_top, **bottom, **center;
1455 /* Binary search. This search is guaranteed to end with center
1466 center = bottom + (top - bottom) / 2;
1467 if (!(center < top))
1470 && (SYMBOL_LANGUAGE (*center) == language_java))
1474 if (strcmp_iw_ordered (SYMBOL_NATURAL_NAME (*center), name) >= 0)
1476 top = center;
1480 bottom = center + 1;
1435 struct partial_symbol **top, **real_top, **bottom, **center; local
/freebsd-10.2-release/sys/dev/sound/pcm/
H A Dmixer.c1175 int left, right, center; local
1179 center = (left + right) >> 1;
1180 chn_setvolume_multi(c, SND_VOL_C_PCM, left, right, center);
H A Dchannel.h269 int center);
H A Dfeeder_rate.c558 uint32_t c, center, ch, i; \
562 center = z_prev(info, info->z_start, info->z_size); \
572 p = info->z_delay + (z_next(info, center, 1) * \
578 p = info->z_delay + (center * info->channels * \
1240 * Just center the interpolation distance within Z_LINEAR_ONE,
H A Dchannel.c1323 int center)
1335 ret |= chn_setvolume_matrix(c, vc, i, center) << 16;
2037 int vol, pvol, left, right, center; local
2070 center = (left + right) >> 1;
2072 chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right, center);
1322 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, int center) argument
H A Ddsp.c1022 int left, right, center; local
1026 center = (left + right) >> 1;
1028 center);
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex335 \hfil % center the page within the outer (page) hsize.
919 % @center line
922 \parseargdef\center{%
6534 % If the image is by itself, center it.
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex326 \hfil % center the page within the outer (page) hsize.
895 % @center line
898 \parseargdef\center{%
6333 % If the image is by itself, center it.

Completed in 372 milliseconds

12