HomeSort by: relevance | last modified time | path
    Searched defs:put_char (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
ldap.c 40 put_char(uint32_t *out, size_t *o, uint32_t c, size_t out_len) function
62 if (put_char(out, &o, 0x20, *out_len))
69 if (put_char(out, &o, 0x20, *out_len) ||
70 put_char(out, &o, 0x20, *out_len))
75 if (put_char(out, &o, tmp[i++], *out_len))
88 put_char(out, &o, 0x20, *out_len);
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_parse.c 604 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) function
650 put_char(quote, buf, remain, needed);
662 put_char(quote, buf, remain, needed);
720 put_char(',', &buf, &bufsize, &needed);
723 put_char('?', &buf, &bufsize, &needed);
725 put_char('-', &buf, &bufsize, &needed);
734 put_char('!', &buf, &bufsize, &needed);
737 put_char('=', &buf, &bufsize, &needed);
761 put_char('\0', &buf, &bufsize, &needed);
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_parse.c 605 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) function
651 put_char(quote, buf, remain, needed);
663 put_char(quote, buf, remain, needed);
720 put_char(',', &buf, &bufsize, &needed);
723 put_char('?', &buf, &bufsize, &needed);
725 put_char('-', &buf, &bufsize, &needed);
734 put_char('!', &buf, &bufsize, &needed);
737 put_char('=', &buf, &bufsize, &needed);
761 put_char('\0', &buf, &bufsize, &needed);
  /src/external/bsd/ppp/dist/chat/
chat.c 226 int put_char (int c);
1223 int put_char(int c) function
1248 if (alarmed || put_char(c) < 0) {
  /src/external/gpl2/groff/dist/src/devices/grotty/
tty.cpp 225 void put_char(unsigned int);
338 put_char(c);
551 void tty_printer::put_char(unsigned int wc) function in class:tty_printer
767 put_char(p->code);
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 784 void put_char(charinfo *, tfont *, color *, color *);
1103 void troff_output_file::put_char(charinfo *ci, tfont *tf, function in class:troff_output_file
4537 out->put_char(ci, ptf, gcol, fcol);
4558 out->put_char(ci, ptf, gcol, fcol);
4561 out->put_char(ci, ptf, gcol, fcol);

Completed in 92 milliseconds