Searched refs:lfrom (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_symlink.c14 FTPSymlink(const FTPCIPtr cip, const char *const lfrom, const char *const lto) argument
18 if ((cip == NULL) || (lfrom == NULL) || (lto == NULL))
20 if ((lfrom[0] == '\0') || (lto[0] == '\0'))
22 if (FTPCmd(cip, "SITE SYMLINK %s %s", lfrom, lto) == 2)
H A Dncftp.h922 int FTPSymlink(const FTPCIPtr cip, const char *const lfrom, const char *const lto);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dmemcpy.c34 const long *lfrom = from; local
36 *lto++ = *lfrom++;
38 from = lfrom;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/lib/
H A Dstring.c111 const long *lfrom = from; local
131 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1)
132 : "0" (lfrom), "1" (lto), "2" (temp));
134 from = lfrom;

Completed in 185 milliseconds