Home
last modified time | relevance | path

Searched refs:blanks (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/one-true-awk/testdir/
H A Dp.table4 FS = "\t"; blanks = sprintf("%100s", " ")
32 return s substr(blanks, 1, int((wid[n]-nwid[n])/2))
/freebsd/usr.bin/ncal/
H A Dncal.c1067 char blanks[MAX_WIDTH]; in center() local
1069 memset(blanks, ' ', sizeof(blanks)); in center()
1070 sprintf(s, "%.*s%s", (int)(w - strlen(t)) / 2, blanks, t); in center()
1078 char blanks[MAX_WIDTH]; in wcenter() local
1080 memset(blanks, ' ', sizeof(blanks)); in wcenter()
1081 swprintf(s, MAX_WIDTH, L"%.*s%ls", (int)(w - wcslen(t)) / 2, blanks, t); in wcenter()
/freebsd/contrib/less/
H A Dscreen.c1869 char *blanks; in initcolor()
1877 blanks = (char *) ecalloc(width+1, sizeof(char)); in initcolor()
1879 blanks[col] = ' '; in initcolor()
1880 blanks[sc_width] = '\0'; in initcolor()
1882 _outtext(blanks); in initcolor()
1883 free(blanks); in initcolor()
2505 char *blanks; in create_flash() local
2518 blanks = (char *) ecalloc(w.numtextcols, sizeof(char)); in create_flash()
2520 blanks[col] = ' '; in create_flash()
2522 _outmem(blanks, w.numtextcols); in create_flash()
[all …]
/freebsd/contrib/ncurses/man/
H A Dmanlinks.sed51 # Eliminate unnecessary whitespace, convert multiple blanks to single space.
96 # trim blanks in case we have
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c212 static char blanks[PADSIZE] = local
750 PAD(width - realsz, blanks);
775 PAD(width - realsz, blanks);
/freebsd/usr.sbin/cron/doc/
H A DFEATURES12 Blanks surrounding the '=' will be eaten; other blanks in value are
13 okay. Leading or trailing blanks can be preserved by quoting, single
/freebsd/lib/libc/stdio/
H A Dprintfcommon.h103 static const CHAR blanks[PADSIZE] = variable
H A Dxprintf.c83 static char blanks[PADSIZE] = variable
145 with = blanks; in __printf_pad()
H A Dvfprintf.c1002 PAD(width - realsz, blanks); in __vfprintf()
1065 PAD(width - realsz, blanks); in __vfprintf()
H A Dvfwprintf.c1059 PAD(width - realsz, blanks); in __vfwprintf()
1123 PAD(width - realsz, blanks); in __vfwprintf()
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.am74 data/kod-test-blanks \
H A DMakefile.in809 data/kod-test-blanks \
/freebsd/usr.bin/sed/
H A DPOSIX18 arguments of the a, c and i commands of their initial blanks,
35 that it is difficult to write sed scripts that have leading blanks
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t052 \ Read next source character, skipping blanks.
53 : skip-blanks begin char dup 32 > if ret then drop again ;
84 \ Skip blanks and get first digit, which must be 0, 1 or 2.
85 skip-blanks decval dup 2 > if fail-oid then
/freebsd/contrib/ncurses/misc/
H A Dmakedef.cmd79 * all unused data (comments, DLL directives, blanks, etc). All this
/freebsd/contrib/mandoc/
H A DTODO65 - roff.c, roff_expand() should not remove blanks before comments
303 surrounded by blanks, not when it is part of an unquoted word.
442 - empty phrases in .Bl column produce too few blanks
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c867 int blanks = 0; in is_whitespace_normalized() local
871 ++blanks; in is_whitespace_normalized()
877 if (blanks && ! is_cdata) in is_whitespace_normalized()
880 } else if (blanks > 1 && ! is_cdata) in is_whitespace_normalized()
882 blanks = 0; in is_whitespace_normalized()
886 if (blanks && ! is_cdata) in is_whitespace_normalized()
/freebsd/contrib/tcsh/
H A DWishList196 Directory commands don't handle blanks in filenames. If I have an
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc828 limited to the new screen dimensions, and pads stdscr with blanks if
834 repainting that (filling with blanks or truncating as needed). It also
960 blanks is normal unless and until it is modified by the functions
1709 This field type accepts alphabetic data; no blanks, no digits, no
1723 This field type accepts alphabetic data and digits; no blanks, no
/freebsd/contrib/ncurses/include/
H A DCaps.uwin674 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps.hpux11878 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps.osf1r5869 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
H A DCaps870 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
/freebsd/contrib/ncurses/
H A DNEWS198 + trim trailing blanks from a few files (report by Stas Sergeev).
1658 + trim trailing blanks from files
3540 + accept blanks in color-keys for xpm files.
3964 + trim trailing blanks from include/Caps*, to work around a problem
6800 cases where there are embedded blanks in the rpath option.
8377 spurious blanks embedded in its ${MAKEFLAGS} symbol.
8446 + modify tic and infocmp to avoid writing trailing blanks on terminfo
9708 + remove leading blanks from comment-lines in manlinks.sed script to
9912 + use clr_eol in preference to blanks for bce terminals, so select and
9913 paste will have fewer trailing blanks, e.g., when using xterm
[all …]
/freebsd/contrib/byacc/
H A Daclocal.m4257 dnl Caveat: this also disallows blanks in the pathname for the compiler, but

12