Home
last modified time | relevance | path

Searched defs:sourcename (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dftplib.py901 def ftpcp(source, sourcename, target, targetname = '', type = 'I'): argument
/third_party/e2fsprogs/debugfs/
Ddebugfs.c1487 static void make_link(char *sourcename, char *destname) in make_link()