Lines Matching refs:STRCPY
2101 STRCPY(cpy, p); in f_resolve()
2102 STRCPY(gettail(cpy), buf); in f_resolve()
3013 STRCPY(dest, fname1); in concat_fnames()
3456 STRCPY(s, path_end + 1); in dos_expandpath()
3463 STRCPY(s, "*.*"); in dos_expandpath()
3497 STRCPY(s, p); in dos_expandpath()
3505 STRCPY(buf + len, "/**"); in dos_expandpath()
3506 STRCPY(buf + len + 3, path_end); in dos_expandpath()
3512 STRCPY(buf + len, path_end); in dos_expandpath()
3701 STRCPY(s, path_end + 1); in unix_expandpath()
3728 STRCPY(s, dp->d_name); in unix_expandpath()
3735 STRCPY(buf + len, "/**"); in unix_expandpath()
3736 STRCPY(buf + len + 3, path_end); in unix_expandpath()
3742 STRCPY(buf + len, path_end); in unix_expandpath()
4068 STRCPY(p, f); in addfile()