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

/freebsd-11-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-11-stable/contrib/nvi/ex/
H A Dex_print.c276 exp->obp_len += n = vsnprintf(exp->obp + exp->obp_len,
277 sizeof(exp->obp) - exp->obp_len, fmt, ap);
281 if (exp->obp[exp->obp_len - 1] == '\n' ||
282 exp->obp_len > sizeof(exp->obp) / 2)
303 if (exp->obp_len > sizeof(exp->obp))
305 if ((exp->obp[exp->obp_len++] = *str++) == '\n')
327 sp->gp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len);
H A Dex.h189 char obp[1024]; /* Ex output buffer. */ member in struct:_ex_private
/freebsd-11-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.c65 size_t ilen, void *obp)
74 zp->zs.next_out = obp;
64 g_uzip_zlib_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *ibp, size_t ilen, void *obp) argument
/freebsd-11-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-11-stable/contrib/nvi/common/
H A Dconv.c229 char *obp = cw->bp1.c + offset; \
236 ret = iconv(id, (iconv_src_t)&bp, lenp, &obp, \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c3596 blkptr_t *obp = &dr->dt.dl.dr_overridden_by; local
3599 if (!BP_EQUAL(zio->io_bp, obp)) {
3600 if (!BP_IS_HOLE(obp))
3601 dsl_free(spa_get_dsl(zio->io_spa), zio->io_txg, obp); local

Completed in 185 milliseconds