Searched refs:canon (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | termios.h | 22 int canon, ret; \ 31 canon = k_termio.c_lflag & ICANON; \ 39 k_termios->c_cc[canon ? VEOF : VMIN] = k_termio.c_cc[_VEOF]; \ 40 k_termios->c_cc[canon ? VEOL : VTIME] = k_termio.c_cc[_VEOL]; \ 54 int canon; \ 59 canon = (k_termio.c_lflag = k_termios->c_lflag) & ICANON; \ 66 k_termio.c_cc[_VEOF] = k_termios->c_cc[canon ? VEOF : VMIN]; \ 67 k_termio.c_cc[_VEOL] = k_termios->c_cc[canon ? VEOL : VTIME]; \
|
/linux-4.1.27/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 249 unsigned *canon, tmp, loop, i, hashed_bytes; pefile_digest_pe_contents() local 270 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); pefile_digest_pe_contents() 271 if (!canon) pefile_digest_pe_contents() 277 canon[0] = 0; pefile_digest_pe_contents() 280 if (pefile_compare_shdrs(&ctx->secs[canon[i]], pefile_digest_pe_contents() 282 memmove(&canon[i + 1], &canon[i], pefile_digest_pe_contents() 283 (loop - i) * sizeof(canon[0])); pefile_digest_pe_contents() 287 canon[i] = loop; pefile_digest_pe_contents() 292 i = canon[loop]; pefile_digest_pe_contents() 299 kfree(canon); pefile_digest_pe_contents() 304 kfree(canon); pefile_digest_pe_contents()
|
/linux-4.1.27/drivers/tty/ |
H A D | n_tty.c | 674 * previous tab, we offset by canon column. __process_echoes() 858 * echo_set_canon_col - add operation to set the canon column 861 * Add an operation to the echo buffer to set the canon column 882 * canon column (if applicable), to go back the correct number 1364 /* Record the column of first canon char. */ n_tty_receive_char_special() 1392 /* Record the column of first canon char. */ n_tty_receive_char_special() 1419 /* Record the column of first canon char. */ n_tty_receive_char_inline() 1447 /* Record the column of first canon char. */ n_tty_receive_char_fast() 1698 * maximum canon line of 4096 chars when the mode is switched to
|
/linux-4.1.27/security/selinux/ |
H A D | selinuxfs.c | 571 char *canon = NULL; sel_write_context() local 583 length = security_sid_to_context(sid, &canon, &len); sel_write_context() 594 memcpy(buf, canon, len); sel_write_context() 597 kfree(canon); sel_write_context()
|
Completed in 287 milliseconds