Searched refs:put_char (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/heimdal/lib/wind/ |
| H A D | ldap.c | 38 put_char(uint32_t *out, size_t *o, uint32_t c, size_t out_len) in put_char() function 60 if (put_char(out, &o, 0x20, *out_len)) in _wind_ldap_case_exact_attribute() 67 if (put_char(out, &o, 0x20, *out_len) || in _wind_ldap_case_exact_attribute() 68 put_char(out, &o, 0x20, *out_len)) in _wind_ldap_case_exact_attribute() 73 if (put_char(out, &o, tmp[i++], *out_len)) in _wind_ldap_case_exact_attribute() 86 put_char(out, &o, 0x20, *out_len); in _wind_ldap_case_exact_attribute()
|
| /src/crypto/openssl/crypto/property/ |
| H A D | property_parse.c | 604 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() function 650 put_char(quote, buf, remain, needed); in put_str() 662 put_char(quote, buf, remain, needed); in put_str() 720 put_char(',', &buf, &bufsize, &needed); in ossl_property_list_to_string() 723 put_char('?', &buf, &bufsize, &needed); in ossl_property_list_to_string() 725 put_char('-', &buf, &bufsize, &needed); in ossl_property_list_to_string() 734 put_char('!', &buf, &bufsize, &needed); in ossl_property_list_to_string() 737 put_char('=', &buf, &bufsize, &needed); in ossl_property_list_to_string() 761 put_char('\0', &buf, &bufsize, &needed); in ossl_property_list_to_string()
|
| /src/usr.bin/chat/ |
| H A D | chat.c | 161 int put_char(int c); 1045 int put_char(int c) in put_char() function 1075 if (alarmed || put_char(c) < 0) { in write_char()
|
| /src/contrib/byacc/test/ |
| H A D | grammar.y | 273 extern void put_char (FILE *outf, int c);
|
| /src/contrib/byacc/test/yacc/ |
| H A D | grammar.tab.c | 303 extern void put_char (FILE *outf, int c);
|
| /src/contrib/byacc/test/btyacc/ |
| H A D | grammar.tab.c | 323 extern void put_char (FILE *outf, int c);
|