/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | ldap.c | 40 put_char(uint32_t *out, size_t *o, uint32_t c, size_t out_len) in put_char() function 62 if (put_char(out, &o, 0x20, *out_len)) in _wind_ldap_case_exact_attribute() 69 if (put_char(out, &o, 0x20, *out_len) || in _wind_ldap_case_exact_attribute() 70 put_char(out, &o, 0x20, *out_len)) in _wind_ldap_case_exact_attribute() 75 if (put_char(out, &o, tmp[i++], *out_len)) in _wind_ldap_case_exact_attribute() 88 put_char(out, &o, 0x20, *out_len); in _wind_ldap_case_exact_attribute()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/ |
H A D | property_parse.c | 605 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() function 651 put_char(quote, buf, remain, needed); in put_str() 663 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()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grotty/ |
H A D | tty.cpp | 225 void put_char(unsigned int); 338 put_char(c); in make_bold() 551 void tty_printer::put_char(unsigned int wc) in put_char() function in tty_printer 767 put_char(p->code); in end_page()
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | grammar.y | 275 extern void put_char (FILE *outf, int c);
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | node.cpp | 784 void put_char(charinfo *, tfont *, color *, color *); 1103 void troff_output_file::put_char(charinfo *ci, tfont *tf, in put_char() function in troff_output_file 4537 out->put_char(ci, ptf, gcol, fcol); in tprint() 4558 out->put_char(ci, ptf, gcol, fcol); in zero_width_tprint() 4561 out->put_char(ci, ptf, gcol, fcol); in zero_width_tprint()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.116 | 1320 (tty_printer::put_char): New function. 1321 (tty_printer::end_page): Use put_char() instead of ::putchar().
|
H A D | ChangeLog | 2826 troff_output_file::put_char): Fix type of local variable `c'. 4989 * src/roff/troff/node.cc (troff_output_file::put_char): Always 5179 troff_output_file::put_char_width, troff_output_file::put_char, 5193 (troff_output_file::put_char_width, troff_output_file::put_char, 5222 troff_output_file::put_char, troff_output_file::fill_color,
|
H A D | ChangeLog.118 | 75 (troff_output_file::put_char, troff_output_file::put_charwidth, 1164 troff_output_file::put_char_width, troff_output_file::put_char,
|
H A D | ChangeLog.115 | 3722 troff_output_file::put_char): Test whether character is numbered 4971 (troff_output_file::put_char_width, troff_output_file::put_char):
|