Searched refs:blanks (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c1049 /* Center string t in string s of length w by putting enough leading blanks. */
1053 char blanks[MAX_WIDTH]; local
1055 memset(blanks, ' ', sizeof(blanks));
1056 sprintf(s, "%.*s%s", (int)(w - strlen(t)) / 2, blanks, t);
1060 /* Center string t in string s of length w by putting enough leading blanks. */
1064 char blanks[MAX_WIDTH]; local
1066 memset(blanks, ' ', sizeof(blanks));
1067 swprintf(s, MAX_WIDTH, L"%.*s%ls", (int)(w - wcslen(t)) / 2, blanks,
[all...]
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c168 /* The kind of blanks for '-b' to skip in various options. */
207 bool skipsblanks; /* Skip leading blanks when finding start. */
208 bool skipeblanks; /* Skip leading blanks when finding end. */
234 /* Table of blanks. */
235 static bool blanks[UCHAR_LIM]; variable
240 /* Table of non-dictionary characters (not letters, digits, or blanks). */
345 -b, --ignore-leading-blanks ignore leading blanks\n\
346 -d, --dictionary-order consider only blanks and alphanumeric characters\n\
408 {"ignore-leading-blanks", no_argumen
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dprintfcommon.h105 static const CHAR blanks[PADSIZE] = variable
111 * Pad with blanks or zeroes. 'with' should point to either the blanks array
H A Dxprintf.c85 static char blanks[PADSIZE] = variable
147 with = blanks;
H A Dvfprintf.c924 * floating precision; finally, if LADJUST, pad with blanks.
943 PAD(width - realsz, blanks);
1010 PAD(width - realsz, blanks);
H A Dvfwprintf.c992 * floating precision; finally, if LADJUST, pad with blanks.
1011 PAD(width - realsz, blanks);
1079 PAD(width - realsz, blanks);
/freebsd-9.3-release/contrib/less/
H A Dscreen.c1458 char *blanks;
1466 blanks = (char *) ecalloc(width+1, sizeof(char));
1468 blanks[col] = ' ';
1469 blanks[sc_width] = '\0';
1471 _outtext(blanks);
1472 free(blanks);
1920 char *blanks; local
1933 blanks = (char *) ecalloc(w.numtextcols, sizeof(char));
1935 blanks[col] = ' ';
1937 _outmem(blanks,
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c106 char *blanks = " "; local
114 (void) printf("%.*s", 16 - i, blanks);
/freebsd-9.3-release/contrib/expat/tests/
H A Druntests.c631 int blanks = 0; local
635 ++blanks;
641 if (blanks && !is_cdata)
642 /* illegal leading blanks */
645 else if (blanks > 1 && !is_cdata)
647 blanks = 0;
651 if (blanks && !is_cdata)
/freebsd-9.3-release/sys/dev/fb/
H A Dmachfb.c1045 int blanks, i, x1, x2, y1, y2; local
1051 blanks * adp->va_info.vi_cwidth, \
1054 blanks = color1 = x1 = y1 = 0;
1057 * Accelerate continuous blanks by drawing a respective
1070 if (blanks == 0) {
1074 blanks++;
1080 blanks = 1;
1082 blanks++;
1084 if (blanks != 0) {
1086 blanks
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dvfprintf.c212 static char blanks[PADSIZE] = local
736 ** floating precision; finally, if LADJUST, pad with blanks.
750 PAD(width - realsz, blanks);
775 PAD(width - realsz, blanks);
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A DMakefile.am69 data/kod-test-blanks \
H A DMakefile.in779 data/kod-test-blanks \
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5812 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps.uwin628 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps802 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps.aix4904 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps.hpux11816 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps.keys892 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul

Completed in 203 milliseconds