Home
last modified time | relevance | path

Searched refs:typos (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c206 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 D8.out12 and a few typos to fix
H A D2.txt3 and a few typos to fix
H A D1.out7 and a few typos to fix
H A D1t.out7 and a few typos to fix
H A D7.out7 and a few typos to fix
H A D9.out7 and a few typos to fix
/freebsd/contrib/libcbor/
H A DCONTRIBUTING.md11 **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-revs2 # This includes whitespace, style(9), comment typos, etc. Changes that affect
/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationCorrections.txt24 # the typos and misidentifications found and corrected in
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_default_passwd_cb.pod69 for comparison in order to catch typos, that would make decryption
/freebsd/contrib/tzcode/
H A Dcalendars74 From: "Michael Palmer" [with two obvious typos fixed]
/freebsd/contrib/tzdata/
H A Dcalendars74 From: "Michael Palmer" [with two obvious typos fixed]
/freebsd/contrib/nvi/regex/
H A DWHATSNEW90 file prototypes the functions if __STDC__ is defined, and some small typos
/freebsd/lib/libc/regex/
H A DWHATSNEW89 file prototypes the functions if __STDC__ is defined, and some small typos
/freebsd/share/i18n/csmapper/APPLE/
H A DCENTEURO%UCS.src38 # n03 1995-Apr-15 First version (after fixing some typos).
H A DTURKISH%UCS.src39 # n02 1995-Apr-15 First version (after fixing some typos).
H A DUCS%TURKISH.src39 # n02 1995-Apr-15 First version (after fixing some typos).
H A DUCS%CENTEURO.src38 # n03 1995-Apr-15 First version (after fixing some typos).
H A DCROATIAN%UCS.src41 # n03 1995-Apr-15 First version (after fixing some typos).
H A DUCS%CROATIAN.src41 # n03 1995-Apr-15 First version (after fixing some typos).
H A DCYRILLIC%UCS.src42 # n03 1995-Apr-15 First version (after fixing some typos).
H A DUCS%CYRILLIC.src42 # n03 1995-Apr-15 First version (after fixing some typos).
H A DDINGBATS%UCS.src43 # n03 1995-Apr-15 First version (after fixing some typos).
/freebsd/contrib/openpam/
H A DHISTORY228 - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in
307 - BUGFIX: Fix several typos in debugging macros.

1234