Home
last modified time | relevance | path

Searched defs:buf_putc (Results 1 – 5 of 5) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/toolkit/
H A Dreadotr.c54 static void buf_putc(Buffer *bufp, char c) in buf_putc() function
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/
H A Dbuffer.h122 buf_putc(int i, struct bs_buffer *stream) in buf_putc() function
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dutil.h249 #define buf_putc(b, c) do { buf_ensure((b), 1); (b)->s[(b)->len++] = (c); } while (0) macro
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dutil.h285 #define buf_putc(b, c) do { buf_ensure((b), 1); (b)->s[(b)->len++] = (c); } while (0) macro
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dutil.h296 #define buf_putc(b, c) do { buf_ensure((b), 1); (b)->s[(b)->len++] = (c); } while (0) macro