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

/freebsd-9.3-release/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-9.3-release/contrib/nvi/ex/
H A Dex_print.c295 exp->obp_len += n = vsnprintf(exp->obp + exp->obp_len,
296 sizeof(exp->obp) - exp->obp_len, fmt, ap);
300 if (exp->obp[exp->obp_len - 1] == '\n' ||
301 exp->obp_len > sizeof(exp->obp) / 2)
324 if (exp->obp_len > sizeof(exp->obp))
326 if ((exp->obp[exp->obp_len++] = *str++) == '\n')
349 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-9.3-release/contrib/sendmail/src/
H A Dheaders.c1958 register char *obp; local
1966 obp = obuf + strlen(obuf);
1978 if (SPACELEFT(obuf, obp) - 1 < (size_t) l)
1979 l = SPACELEFT(obuf, obp) - 1;
1981 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%.*s", l, v);
1985 obp = obuf;
1987 *obp++ = ' ';
1991 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "
2026 register char *obp; local
[all...]
H A Dreadcf.c764 ** obp -- where to put the translation; may be the same as obp
765 ** bsp -- a pointer to the size of obp; will be updated if
769 ** The buffer pointer; may differ from obp if the expansion
775 translate_dollars(ibp, obp, bsp)
777 char *obp;
791 bp = quote_internal_chars(ibp, obp, bsp);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_btree.c922 xfs_buf_t *obp; /* old buffer pointer */ local
924 obp = cur->bc_bufs[lev];
925 if (obp)
926 xfs_trans_brelse(cur->bc_tp, obp);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c1074 blkptr_t *obp = dmu_buf_get_blkptr(db); local
1075 if (obp) {
1077 *bp = *obp;
H A Ddbuf.c2669 blkptr_t *obp = &dr->dt.dl.dr_overridden_by; local
2672 if (!BP_EQUAL(zio->io_bp, obp)) {
2673 if (!BP_IS_HOLE(obp))
2674 dsl_free(spa_get_dsl(zio->io_spa), zio->io_txg, obp); local
H A Dzfs_vnops.c1268 blkptr_t *obp = dmu_buf_get_blkptr(db); local
1269 if (obp) {
1271 *bp = *obp;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1883 blkptr_t *obp = dmu_buf_get_blkptr(db); local
1884 if (obp) {
1886 *bp = *obp;

Completed in 218 milliseconds