| /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/ncurses/man/ |
| H A D | manlinks.sed | 51 # Eliminate unnecessary whitespace, convert multiple blanks to single space. 96 # trim blanks in case we have
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 1766 char *blanks; in initcolor() 1774 blanks = (char *) ecalloc(width+1, sizeof(char)); in initcolor() 1776 blanks[col] = ' '; in initcolor() 1777 blanks[sc_width] = '\0'; in initcolor() 1779 _outtext(blanks); in initcolor() 1780 free(blanks); in initcolor() 2422 char *blanks; in create_flash() local 2435 blanks = (char *) ecalloc(w.numtextcols, sizeof(char)); in create_flash() 2437 blanks[col] = ' '; in create_flash() 2439 _outmem(blanks, w.numtextcols); in create_flash() [all …]
|
| /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 | 103 static const CHAR blanks[PADSIZE] = variable
|
| H A D | xprintf.c | 83 static char blanks[PADSIZE] = variable 145 with = blanks; in __printf_pad()
|
| H A D | vfprintf.c | 1002 PAD(width - realsz, blanks); in __vfprintf() 1065 PAD(width - realsz, blanks); in __vfprintf()
|
| H A D | vfwprintf.c | 1059 PAD(width - realsz, blanks); in __vfwprintf() 1123 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/mandoc/ |
| H A D | TODO | 65 - 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 D | basic_tests.c | 849 int blanks = 0; in is_whitespace_normalized() local 853 ++blanks; in is_whitespace_normalized() 859 if (blanks && ! is_cdata) in is_whitespace_normalized() 862 } else if (blanks > 1 && ! is_cdata) in is_whitespace_normalized() 864 blanks = 0; in is_whitespace_normalized() 868 if (blanks && ! is_cdata) in is_whitespace_normalized()
|
| /freebsd/contrib/tcsh/ |
| H A D | WishList | 196 Directory commands don't handle blanks in filenames. If I have an
|
| /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 | 828 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 D | Caps.uwin | 674 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
|
| H A D | Caps.hpux11 | 878 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
|
| H A D | Caps.osf1r5 | 869 magic_cookie_glitch_ul OTug num ug - - YBCGE number of blanks left by ul
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 198 + 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 D | aclocal.m4 | 257 dnl Caveat: this also disallows blanks in the pathname for the compiler, but
|