Searched refs:fpo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/usr.bin/bintrans/ |
| HD | qp.c | 54 decode_quoted_printable(const char *body, FILE *fpo, bool rfc2047) in decode_quoted_printable() argument 60 fputc(*body, fpo); in decode_quoted_printable() 73 fputc(*body, fpo); in decode_quoted_printable() 77 fputc(*body, fpo); in decode_quoted_printable() 80 fputc(decode_char(body), fpo); in decode_quoted_printable() 85 fputc(0x20, fpo); in decode_quoted_printable() 90 fputc(*body, fpo); in decode_quoted_printable() 98 encode_quoted_printable(const char *body, FILE *fpo, bool rfc2047) in encode_quoted_printable() argument 106 fputs("=\r\n", fpo); in encode_quoted_printable() 113 fprintf(fpo, "=%02X", (unsigned char)*body); in encode_quoted_printable() [all …]
|
| /freebsd-14-stable/contrib/ntp/libntp/ |
| HD | ntp_calgps.c | 36 l_fp fpo; in ntpfp_with_fudge() local 41 DTOLFP(ofs, &fpo); in ntpfp_with_fudge() 42 L_ADD(&fpo, &lfp); in ntpfp_with_fudge() 43 return fpo; in ntpfp_with_fudge()
|