Searched refs:scopy (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/bin/sh/
H A Dmystring.h45 #define scopy(s1, s2) ((void)strcpy(s2, s1)) macro
H A Dcd.c175 scopy(dest, cdcomppath);
283 scopy(dir, cdcomppath);
H A Dmemalloc.c96 scopy(s, p);
396 scopy(arg, nxt);
H A Dvar.c436 scopy(val, d);
H A Dexpand.c1712 scopy(dp->d_name, enddir);
1740 scopy(name, p);
H A Djobs.c504 scopy("Running", s + col);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c1761 rtx copy, scopy;
1861 scopy = simplify_gen_subreg (GET_MODE (orig), subreg,
1864 if (scopy == NULL
1865 || (GET_CODE (scopy) == SUBREG
1866 && !REG_P (SUBREG_REG (scopy))
1867 && !MEM_P (SUBREG_REG (scopy))))
1870 return scopy;
1975 scopy = copy;
1982 scopy = simplify_unary_operation (code, mode, XEXP (copy, 0),
1984 if (scopy)
1760 rtx copy, scopy; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc1830 rtx copy, scopy;
1929 scopy = simplify_gen_subreg (GET_MODE (orig), subreg,
1932 if (scopy == NULL
1933 || (GET_CODE (scopy) == SUBREG
1934 && !REG_P (SUBREG_REG (scopy))
1935 && !MEM_P (SUBREG_REG (scopy))))
1938 return scopy;
2043 scopy = copy;
2050 scopy = simplify_unary_operation (code, mode, XEXP (copy, 0),
2052 if (scopy)
1829 rtx copy, scopy; local
[all...]

Completed in 238 milliseconds