Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dldap.c40 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 Dproperty_parse.c605 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 Dtty.cpp225 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 Dgrammar.y275 extern void put_char (FILE *outf, int c);
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp784 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 DChangeLog.1161320 (tty_printer::put_char): New function.
1321 (tty_printer::end_page): Use put_char() instead of ::putchar().
H A DChangeLog2826 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 DChangeLog.11875 (troff_output_file::put_char, troff_output_file::put_charwidth,
1164 troff_output_file::put_char_width, troff_output_file::put_char,
H A DChangeLog.1153722 troff_output_file::put_char): Test whether character is numbered
4971 (troff_output_file::put_char_width, troff_output_file::put_char):