Home
last modified time | relevance | path

Searched refs:copyto (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dvmsify.c66 copyto (char **to, char **from, char upto, int as_dir) in copyto() function
381 copyto (&vptr, &fptr, 0, (type==1)); in vmsify()
391 copyto (&vptr, &fptr, '/', 1); in vmsify()
398 copyto (&vptr, &fptr, '/', 1); in vmsify()
430 if (copyto (&vptr, &fptr, '/', 1) == 0) /* copy device part */ in vmsify()
516 copyto (&vptr, &fptr, 0, (type == 1)); in vmsify()
578 copyto (&vptr, &fptr, 0, (type == 1)); in vmsify()
594 copyto (&vptr, &fptr, '/', (*(vptr-1) != ']')); in vmsify()
733 copyto (&vptr, &fptr, '/', as_dir); in vmsify()
H A DChangeLog333 * vmsify.c (copyto): Ditto.
/netbsd-src/lib/libc/db/hash/
H A Dhash_page.c193 uint16_t copyto, diff, off, moved; in __split_page() local
197 copyto = HASH_BSIZE(hashp); in __split_page()
217 (int)copyto, (int)moved); in __split_page()
228 diff = copyto - off; in __split_page()
230 copyto = ino[n + 1] + diff; in __split_page()
231 memmove(op + copyto, op + ino[n + 1], in __split_page()
233 ino[ndx] = copyto + ino[n] - ino[n + 1]; in __split_page()
234 ino[ndx + 1] = copyto; in __split_page()
236 copyto = ino[n + 1]; in __split_page()
252 _DIAGASSERT(copyto >= temp); in __split_page()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c2333 rtx op[10], args[10], pat, copyto[10], retval = 0; in xstormy16_expand_builtin() local
2354 copyto[o] = 0; in xstormy16_expand_builtin()
2368 copyto[o] = op[o]; in xstormy16_expand_builtin()
2384 if (copyto[o]) in xstormy16_expand_builtin()
2386 emit_move_insn (copyto[o], op[o]); in xstormy16_expand_builtin()
2388 retval = copyto[o]; in xstormy16_expand_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc2333 rtx op[10], args[10], pat, copyto[10], retval = 0; in xstormy16_expand_builtin() local
2354 copyto[o] = 0; in xstormy16_expand_builtin()
2368 copyto[o] = op[o]; in xstormy16_expand_builtin()
2384 if (copyto[o]) in xstormy16_expand_builtin()
2386 emit_move_insn (copyto[o], op[o]); in xstormy16_expand_builtin()
2388 retval = copyto[o]; in xstormy16_expand_builtin()