Searched refs:typos (Results 1 – 25 of 77) sorted by relevance
1234
/freebsd/sys/dev/syscons/daemon/ |
H A D | daemon_saver.c | 206 static int txpos = 10, typos = 10; in daemon_saver() local 238 clear_string(sc, txpos, typos, toff, message, tlen); in daemon_saver() 323 if (typos <= 0) { in daemon_saver() 324 typos = 0; in daemon_saver() 326 } else if (typos >= scp->ysize - 1) { in daemon_saver() 327 typos = scp->ysize - 1; in daemon_saver() 330 txpos += txdir; typos += tydir; in daemon_saver() 344 draw_string(sc, txpos, typos, toff, message, tlen); in daemon_saver()
|
/freebsd/usr.bin/diff3/tests/ |
H A D | 8.out | 12 and a few typos to fix
|
H A D | 2.txt | 3 and a few typos to fix
|
H A D | 1.out | 7 and a few typos to fix
|
H A D | 1t.out | 7 and a few typos to fix
|
H A D | 7.out | 7 and a few typos to fix
|
H A D | 9.out | 7 and a few typos to fix
|
/freebsd/contrib/libcbor/ |
H A D | CONTRIBUTING.md | 11 **Incremental improvements:** Bug fixes (including build scripts, examples, test, typos, CI/CD config, etc.) and documentation improvements (fixes of typos, inaccuracies, out of date content, etc.) are always welcome. Feel free to open a [PR](https://github.com/PJK/libcbor/pulls).
|
/freebsd/ |
H A D | .git-blame-ignore-revs | 2 # This includes whitespace, style(9), comment typos, etc. Changes that affect
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationCorrections.txt | 24 # the typos and misidentifications found and corrected in
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_default_passwd_cb.pod | 69 for comparison in order to catch typos, that would make decryption
|
/freebsd/contrib/tzcode/ |
H A D | calendars | 74 From: "Michael Palmer" [with two obvious typos fixed]
|
/freebsd/contrib/tzdata/ |
H A D | calendars | 74 From: "Michael Palmer" [with two obvious typos fixed]
|
/freebsd/contrib/nvi/regex/ |
H A D | WHATSNEW | 90 file prototypes the functions if __STDC__ is defined, and some small typos
|
/freebsd/lib/libc/regex/ |
H A D | WHATSNEW | 89 file prototypes the functions if __STDC__ is defined, and some small typos
|
/freebsd/share/i18n/csmapper/APPLE/ |
H A D | CENTEURO%UCS.src | 38 # n03 1995-Apr-15 First version (after fixing some typos).
|
H A D | TURKISH%UCS.src | 39 # n02 1995-Apr-15 First version (after fixing some typos).
|
H A D | UCS%TURKISH.src | 39 # n02 1995-Apr-15 First version (after fixing some typos).
|
H A D | UCS%CENTEURO.src | 38 # n03 1995-Apr-15 First version (after fixing some typos).
|
H A D | CROATIAN%UCS.src | 41 # n03 1995-Apr-15 First version (after fixing some typos).
|
H A D | UCS%CROATIAN.src | 41 # n03 1995-Apr-15 First version (after fixing some typos).
|
H A D | CYRILLIC%UCS.src | 42 # n03 1995-Apr-15 First version (after fixing some typos).
|
H A D | UCS%CYRILLIC.src | 42 # n03 1995-Apr-15 First version (after fixing some typos).
|
H A D | DINGBATS%UCS.src | 43 # n03 1995-Apr-15 First version (after fixing some typos).
|
/freebsd/contrib/openpam/ |
H A D | HISTORY | 228 - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in 307 - BUGFIX: Fix several typos in debugging macros.
|
1234