Searched refs:put_char (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/property/ |
D | property_parse.c | 574 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() function 663 put_char(',', &buf, &bufsize, &needed); in ossl_property_list_to_string() 666 put_char('?', &buf, &bufsize, &needed); in ossl_property_list_to_string() 668 put_char('-', &buf, &bufsize, &needed); in ossl_property_list_to_string() 677 put_char('!', &buf, &bufsize, &needed); in ossl_property_list_to_string() 680 put_char('=', &buf, &bufsize, &needed); in ossl_property_list_to_string() 704 put_char('\0', &buf, &bufsize, &needed); in ossl_property_list_to_string()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 11207 int (*put_char)(struct tty_struct *, unsigned char); member
|