Home
last modified time | relevance | path

Searched refs:obp (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dt-qic.c56 char *obp, *bp; local
67 dequote_internal_chars(obp, line_back, strlen(obp));
69 dequote_internal_chars(obp, line_back, strlen(obp) + 1);
83 bp = str2prt(obp);
87 return obp;
152 SM_FREE(obp);
167 if (obp != line_in)
168 SM_FREE(obp);
189 SM_FREE(obp);
215 if (obp != line)
[all …]
H A Dutil.c152 (ibp, obp, bsp, rpool in quote_internal_chars_tagged() argument
158 char *obp;
177 buffer_same = ibp == obp;
179 if (NULL == obp)
213 bufused = sm_strlcpy(obp, ibp, *bsp);
216 return obp;
237 return obp;
259 dequote_internal_chars(ibp, obp, obs) in dequote_internal_chars() argument
261 char *obp;
270 for (ip = ibp, op = obp; *ip != '\0'; ip++)
[all …]
H A Dt-ixlen.c42 char *obp; local
49 obp = quote_internal_chars(str, NULL, &outlen, NULL);
50 leni = strlen(obp);
52 for (ilen = 0; *obp != '\0'; obp++, ilen++)
54 XLEN(*obp);
H A Dt-str2prt.c35 char *obp; local
51 obp = str2prt(inout[i].qic_in);
52 cmp = strcmp(inout[i].qic_out, obp);
57 fprintf(stderr, "got: %s\n", obp);
/freebsd/contrib/sendmail/include/sm/
H A Dsendmail.h26 # define quote_internal_chars(ibp, obp, bsp, rpool) quote_internal_chars_tagged(ibp, obp, bsp, rpoo… argument
29 # define quote_internal_chars_tagged(ibp, obp, bsp, rpool, file, line, group) quote_internal_chars(… argument
/freebsd/contrib/sendmail/src/
H A Dheaders.c2065 obp = obuf;
2071 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%.*s",
2133 obp = obuf;
2139 obp += opos;
2281 (void) sm_strlcpy(obp, ",\n", SPACELEFT(obuf, obp));
2284 obp = obuf;
2287 obp += opos;
2292 (void) sm_strlcpy(obp, ", ", SPACELEFT(obuf, obp));
2293 obp += 2;
2297 *obp++ = c;
[all …]
H A Dreadcf.c867 translate_dollars(ibp, obp, bsp) in translate_dollars() argument
869 char *obp;
883 bp = quote_internal_chars(ibp, obp, bsp, NULL);
/freebsd/contrib/nvi/ex/
H A Dex_print.c272 exp->obp_len += n = vsnprintf(exp->obp + exp->obp_len, in ex_printf()
273 sizeof(exp->obp) - exp->obp_len, fmt, ap); in ex_printf()
277 if (exp->obp[exp->obp_len - 1] == '\n' || in ex_printf()
278 exp->obp_len > sizeof(exp->obp) / 2) in ex_printf()
299 if (exp->obp_len > sizeof(exp->obp)) in ex_puts()
301 if ((exp->obp[exp->obp_len++] = *str++) == '\n') in ex_puts()
323 sp->gp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len); in ex_fflush()
H A Dex.h187 char obp[1024]; /* Ex output buffer. */ member
/freebsd/sys/geom/uzip/
H A Dg_uzip_lzma.c66 void *ibp, size_t ilen, void *obp) in g_uzip_lzma_decompress() argument
74 lzp->b.out = obp; in g_uzip_lzma_decompress()
82 "in_size=%jd, out_size=%jd\n", __func__, ibp, obp, in g_uzip_lzma_decompress()
H A Dg_uzip_zlib.c61 size_t ilen, void *obp) in g_uzip_zlib_decompress() argument
70 zp->zs.next_out = obp; in g_uzip_zlib_decompress()
/freebsd/contrib/tcsh/
H A Dsh.dol.c973 Char *lbp, *obp, *mbp; in heredoc() local
1025 obp = obuf; in heredoc()
1067 *obp++ = (Char) c; in heredoc()
1068 if (obp == OBUF_END) { in heredoc()
1071 obp = obuf; in heredoc()
1126 *obp++ = *mbp & TRIM; in heredoc()
1127 if (obp == OBUF_END) { in heredoc()
1130 obp = obuf; in heredoc()
1133 *obp++ = '\n'; in heredoc()
1137 obp = obuf; in heredoc()
[all …]
/freebsd/contrib/nvi/common/
H A Dconv.c225 char *obp = cw->bp1.c + offset; \ in default_int2char()
232 ret = iconv(id, (iconv_src_t)&bp, lenp, &obp, \ in default_int2char()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c4953 blkptr_t *obp = &dr->dt.dl.dr_overridden_by; in dbuf_write_override_done() local
4956 if (!BP_EQUAL(zio->io_bp, obp)) { in dbuf_write_override_done()
4957 if (!BP_IS_HOLE(obp)) in dbuf_write_override_done()
4958 dsl_free(spa_get_dsl(zio->io_spa), zio->io_txg, obp); in dbuf_write_override_done()