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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlogin.c127 static char mount_path[128]; variable
143 mount_path[0] = 0;
166 strcpy(mount_path, token);
506 //sprintf (chfolder, "%s/%s", mount_path, userinfo.pw_name);
507 sprintf (chfolder, "%s%s", mount_path, tmpBuf);
526 sprintf (chfolder, "%s", mount_path);
528 printf("checking %s\n", mount_path);
532 sprintf (chfolder, "%s", mount_path);

Completed in 158 milliseconds