Home
last modified time | relevance | path

Searched refs:codepoint (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dask-password-api.c399 size_t p = 0, codepoint = 0; in ask_password_tty() local
557 p = codepoint = 0; in ask_password_tty()
585 p = codepoint = q == SIZE_MAX ? p - 1 : q; in ask_password_tty()
622 n = utf8_encoded_valid_unichar(passphrase + codepoint, SIZE_MAX); in ask_password_tty()
625 … (void) loop_write(ttyfd, passphrase + codepoint, n, false); in ask_password_tty()
628 codepoint = p; in ask_password_tty()