Searched refs:nocopy (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/dma/
H A Dmail.c385 int nocopy = 0; local
418 * the Bcc: nocopy flag.
421 nocopy = 0;
430 nocopy = 1;
476 if (!nocopy) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_init.c287 ex_run_str(SCR *sp, char *name, CHAR_T *str, size_t len, int ex_flags, int nocopy) argument
302 if (nocopy)
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h136 int nocopy; member in struct:section
H A Dsections.c681 s->nocopy = 1;
815 s->nocopy = 1;
1095 s->nocopy = 1;
1210 s->nocopy = 1;
1242 if (s->nocopy && s->buf == NULL)
1260 if (s->nocopy) {
1261 /* Use s->buf as content if s->nocopy is set. */
1314 s->nocopy = 1;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c2216 int nocopy; local
2224 nocopy = bp->b_flags & B_NOCOPY;
2226 if ((vp->v_vflag & VV_COPYONWRITE) && nocopy == 0 &&

Completed in 131 milliseconds