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

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dcopy_file.c201 char *lpath = xreadlink(source); local
202 if (symlink(lpath, dest) < 0) {
206 free(lpath);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dls.c693 char *lpath = xreadlink(dn->fullname); local
694 if (lpath) {
695 printf(" -> %s", lpath);
701 column += strlen(lpath) + 4;
702 free(lpath);
H A Dtar.c921 char *lpath = xreadlink(real_name); local
922 if (!lpath) /* Already printed err msg inside xreadlink() */
925 strncpy(header.linkname, lpath, sizeof(header.linkname));
926 free(lpath);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dlibsmbclient.c2273 pstring lpath; /* Local storage to avoid buffer overflows */ local
2277 pstrcpy(lpath, path);
2278 pstrcat(lpath, "\\*");
2280 if (cli_list(&srv->cli, lpath, aDIR | aSYSTEM | aHIDDEN, rmdir_list_fn,

Completed in 229 milliseconds