/freebsd/contrib/one-true-awk/testdir/ |
H A D | p.table | 4 FS = "\t"; blanks = sprintf("%100s", " ") 32 return s substr(blanks, 1, int((wid[n]-nwid[n])/2))
|
/freebsd/usr.bin/ncal/ |
H A D | ncal.c | 1067 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 D | screen.c | 1567 char *blanks; in initcolor() 1575 blanks = (char *) ecalloc(width+1, sizeof(char)); 1577 blanks[col] = ' '; 1578 blanks[sc_width] = '\0'; 1580 _outtext(blanks); in win32_init_vt_term() 1581 free(blanks); in win32_init_vt_term() 2194 char *blanks; in create_flash() 2207 blanks = (char *) ecalloc(w.numtextcols, sizeof(char)); in create_flash() 2209 blanks[col] = ' '; in create_flash() 2211 _outmem(blanks, in create_flash() 2184 char *blanks; create_flash() local [all...] |
/freebsd/contrib/ncurses/man/ |
H A D | manlinks.sed | 51 # Eliminate unnecessary whitespace, convert multiple blanks to single space. 95 # trim blanks in case we have
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfprintf.c | 212 static char blanks[PADSIZE] = local 750 PAD(width - realsz, blanks); 775 PAD(width - realsz, blanks);
|
/freebsd/usr.sbin/cron/doc/ |
H A D | FEATURES | 12 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 D | printfcommon.h | 105 static const CHAR blanks[PADSIZE] = variable
|
H A D | xprintf.c | 85 static char blanks[PADSIZE] = variable 147 with = blanks; in __printf_pad()
|
H A D | vfprintf.c | 1010 PAD(width - realsz, blanks); in __vfprintf() 1077 PAD(width - realsz, blanks); in __vfprintf()
|
H A D | vfwprintf.c | 1067 PAD(width - realsz, blanks); in __vfwprintf() 1135 PAD(width - realsz, blanks); in __vfwprintf()
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | Makefile.am | 74 data/kod-test-blanks \
|
H A D | Makefile.in | 809 data/kod-test-blanks \
|
/freebsd/usr.bin/sed/ |
H A D | POSIX | 18 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 D | asn1.t0 | 52 \ 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 D | makedef.cmd | 79 * all unused data (comments, DLL directives, blanks, etc). All this
|
/freebsd/contrib/expat/tests/ |
H A D | basic_tests.c | 822 int blanks = 0; in is_whitespace_normalized() local 826 ++blanks; in is_whitespace_normalized() 832 if (blanks && ! is_cdata) in is_whitespace_normalized() 833 /* illegal leading blanks */ in is_whitespace_normalized() 835 } else if (blanks > 1 && ! is_cdata) in is_whitespace_normalized() 837 blanks = 0; in is_whitespace_normalized() 841 if (blanks && ! is_cdata) in is_whitespace_normalized()
|
/freebsd/contrib/mandoc/ |
H A D | TODO | 65 - roff.c, roff_expand() should not remove blanks before comments 298 surrounded by blanks, not when it is part of an unquoted word. 437 - empty phrases in .Bl column produce too few blanks
|
/freebsd/contrib/tcsh/ |
H A D | WishList | 196 Directory commands don't handle blanks in filenames. If I have an
|
/freebsd/ |
H A D | RELNOTES | 214 such as blanks, to be embedded in the directory name(s).
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 250 + when trimming blanks, treat unconverted tabs the same as spaces. 251 + correct parameter to test when trimming blanks from the script, 1510 + improve display of percentages by omitting blanks where lines should 1932 blanks in a message box (request by Roberto Simoni). 2050 does not contain "\\n" strings, and to retain leading blanks on the 2217 + minor changes to po/*.po (trim trailing blanks, provide explicit
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 829 limited to the new screen dimensions, and pads stdscr with blanks if 835 repainting that (filling with blanks or truncating as needed). It also 961 blanks is normal unless and until it is modified by the functions 1710 This field type accepts alphabetic data; no blanks, no digits, no 1724 This field type accepts alphabetic data and digits; no blanks, no
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 674 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 2639 sequence of blanks in the patch file matches any nonempty sequence of 2640 blanks in the input files. Non-blank 4183 Let any sequence of blanks (spaces or tabs) in the patch file match 4184 any sequence of blanks in the input file. @xref{Changed White Space}.
|
/freebsd/contrib/byacc/ |
H A D | aclocal.m4 | 257 dnl Caveat: this also disallows blanks in the pathname for the compiler, but
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 1089 + trim trailing blanks from files 2971 + accept blanks in color-keys for xpm files. 3395 + trim trailing blanks from include/Caps*, to work around a problem 6231 cases where there are embedded blanks in the rpath option. 7808 spurious blanks embedded in its ${MAKEFLAGS} symbol. 7877 + modify tic and infocmp to avoid writing trailing blanks on terminfo 9139 + remove leading blanks from comment-lines in manlinks.sed script to 9343 + use clr_eol in preference to blanks for bce terminals, so select and 9344 paste will have fewer trailing blanks, e.g., when using xterm 9620 case where the update is made on cells which are blanks with [all …]
|