Searched refs:nocopy (Results 1 – 6 of 6) sorted by relevance
390 int nocopy = 0; in readmail() local453 nocopy = 0; in readmail()462 nocopy = 1; in readmail()508 if (!nocopy) { in readmail()
280 ex_run_str(SCR *sp, char *name, CHAR_T *str, size_t len, int ex_flags, int nocopy) in ex_run_str() argument295 if (nocopy) in ex_run_str()
681 s->nocopy = 1; in update_section_group()815 s->nocopy = 1; in filter_reloc()1095 s->nocopy = 1; in modify_section()1210 s->nocopy = 1; in copy_shdr()1242 if (s->nocopy && s->buf == NULL) in copy_data()1260 if (s->nocopy) { in copy_data()1314 s->nocopy = 1; in create_external_section()
136 int nocopy; member
2363 int error, nocopy; in ffs_geom_strategy() 2383 nocopy = bp->b_flags & B_NOCOPY; in ffs_geom_strategy() 2385 if ((vp->v_vflag & VV_COPYONWRITE) && nocopy == 0 && in ffs_geom_strategy() 2366 int error, nocopy; ffs_geom_strategy() local
2716 class nocopy2719 nocopy(int i): i(i) {}2720 nocopy() = default; function2721 nocopy(const nocopy&) = delete;2722 nocopy & operator=(const nocopy&) = delete;