Searched refs:obp (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/sendmail/libsm/
H A Dutil.c127 ** obp -- a pointer to an output buffer
140 quote_internal_chars(ibp, obp, bsp)
142 char *obp;
149 buffer_same = ibp == obp;
165 obp = sm_malloc_x(olen);
182 bufused = sm_strlcpy(obp, ibp, *bsp);
185 return obp;
190 obp = sm_malloc_x(olen);
195 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++)
206 return obp;
[all...]
H A Dt-qic.c56 char *obp, *bp; local
62 obp = quote_internal_chars(in, out, &outlen);
64 dequote_internal_chars(obp, line_back, sizeof(line_back));
78 bp = str2prt(obp);
82 return obp;
100 char line_in[1024], line[256], line_out[32], *obp; local
138 obp = quote_unquote(line_in, line_out, los, 0);
139 if (obp != line_out)
140 SM_FREE(obp);
154 obp
[all...]
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_print.c272 exp->obp_len += n = vsnprintf(exp->obp + exp->obp_len,
273 sizeof(exp->obp) - exp->obp_len, fmt, ap);
277 if (exp->obp[exp->obp_len - 1] == '\n' ||
278 exp->obp_len > sizeof(exp->obp) / 2)
299 if (exp->obp_len > sizeof(exp->obp))
301 if ((exp->obp[exp->obp_len++] = *str++) == '\n')
323 sp->gp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len);
H A Dex.h187 char obp[1024]; /* Ex output buffer. */ member in struct:_ex_private
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip_lzma.c69 void *ibp, size_t ilen, void *obp)
77 lzp->b.out = obp;
84 printf("%s: ibp=%p, obp=%p, in_pos=%jd, out_pos=%jd, "
85 "in_size=%jd, out_size=%jd\n", __func__, ibp, obp,
68 g_uzip_lzma_decompress(struct g_uzip_dapi *lzpp, const char *gp_name, void *ibp, size_t ilen, void *obp) argument
H A Dg_uzip_zlib.c64 size_t ilen, void *obp)
73 zp->zs.next_out = obp;
63 g_uzip_zlib_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *ibp, size_t ilen, void *obp) argument
/freebsd-13-stable/contrib/sendmail/src/
H A Dheaders.c1973 register char *obp; local
1981 obp = obuf + strlen(obuf);
1993 if (SPACELEFT(obuf, obp) - 1 < (size_t) l)
1994 l = SPACELEFT(obuf, obp) - 1;
1996 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%.*s", l, v);
2000 obp = obuf;
2002 *obp++ = ' ';
2006 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "
2041 register char *obp; local
[all...]
H A Dreadcf.c809 ** obp -- where to put the translation; may be the same as obp
810 ** bsp -- a pointer to the size of obp; will be updated if
814 ** The buffer pointer; may differ from obp if the expansion
820 translate_dollars(ibp, obp, bsp)
822 char *obp;
836 bp = quote_internal_chars(ibp, obp, bsp);
/freebsd-13-stable/contrib/nvi/common/
H A Dconv.c225 char *obp = cw->bp1.c + offset; \
232 ret = iconv(id, (iconv_src_t)&bp, lenp, &obp, \
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c4647 blkptr_t *obp = &dr->dt.dl.dr_overridden_by; local
4650 if (!BP_EQUAL(zio->io_bp, obp)) {
4651 if (!BP_IS_HOLE(obp))
4652 dsl_free(spa_get_dsl(zio->io_spa), zio->io_txg, obp); local

Completed in 106 milliseconds