Searched refs:tstfile (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | nanoftp.c | 2069 char *tstfile = NULL; in main() local 2080 tstfile = argv[2]; in main() 2088 xmlNanoFTPList(ctxt, ftpList, NULL, tstfile); in main() 2091 if (xmlNanoFTPGet(ctxt, ftpData, (void *) output, tstfile) < 0) in main()
|
/external/chromium_org/third_party/libxml/src/ |
D | nanoftp.c | 2068 char *tstfile = NULL; in main() local 2079 tstfile = argv[2]; in main() 2087 xmlNanoFTPList(ctxt, ftpList, NULL, tstfile); in main() 2090 if (xmlNanoFTPGet(ctxt, ftpData, (void *) output, tstfile) < 0) in main()
|