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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sambaclient/
H A Dlist.c523 char *root_path = NULL; local
525 root_path = my_malloc(512);
527 if(root_path==NULL)
534 sprintf(root_path, "%s", path);
538 snprintf(root_path, strlen(path) - strlen(temp) + 1, "%s", path);
543 if(!strcmp(root_path, smb_config.multrule[i]->client_root_path))
546 //printf("get_path_to_index root_path = %s\t%d\n", root_path, i);
548 free(root_path);
558 char *root_path local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sambaclient/
H A Dlist.c523 char *root_path = NULL; local
525 root_path = my_malloc(512);
527 if(root_path==NULL)
534 sprintf(root_path, "%s", path);
538 snprintf(root_path, strlen(path) - strlen(temp) + 1, "%s", path);
543 if(!strcmp(root_path, smb_config.multrule[i]->client_root_path))
546 //printf("get_path_to_index root_path = %s\t%d\n", root_path, i);
548 free(root_path);
558 char *root_path local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sambaclient/
H A Dlist.c523 char *root_path = NULL; local
525 root_path = my_malloc(512);
527 if(root_path==NULL)
534 sprintf(root_path, "%s", path);
538 snprintf(root_path, strlen(path) - strlen(temp) + 1, "%s", path);
543 if(!strcmp(root_path, smb_config.multrule[i]->client_root_path))
546 //printf("get_path_to_index root_path = %s\t%d\n", root_path, i);
548 free(root_path);
558 char *root_path local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ftpclient/
H A Dlist.cc124 char *root_path = NULL; local
126 root_path = my_str_malloc(512);
131 sprintf(root_path,"%s",path);
135 snprintf(root_path,strlen(path)-strlen(temp)+1,"%s",path);
140 if(!strcmp(root_path,ftp_config.multrule[i]->base_path))
143 DEBUG("get_path_to_index root_path = %s\t%d\n",root_path,i);
145 free(root_path);
1276 char *root_path = NULL; local
1281 root_path
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ftpclient/
H A Dlist.cc124 char *root_path = NULL; local
126 root_path = my_str_malloc(512);
131 sprintf(root_path,"%s",path);
135 snprintf(root_path,strlen(path)-strlen(temp)+1,"%s",path);
140 if(!strcmp(root_path,ftp_config.multrule[i]->base_path))
143 DEBUG("get_path_to_index root_path = %s\t%d\n",root_path,i);
145 free(root_path);
1276 char *root_path = NULL; local
1281 root_path
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ftpclient/
H A Dlist.cc124 char *root_path = NULL; local
126 root_path = my_str_malloc(512);
131 sprintf(root_path,"%s",path);
135 snprintf(root_path,strlen(path)-strlen(temp)+1,"%s",path);
140 if(!strcmp(root_path,ftp_config.multrule[i]->base_path))
143 DEBUG("get_path_to_index root_path = %s\t%d\n",root_path,i);
145 free(root_path);
1276 char *root_path = NULL; local
1281 root_path
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_kern.c261 const char *root_path = vfs->mnt_sb->s_fs_info; local
264 if (strlen(root_path) > offset)
265 seq_printf(seq, ",%s", root_path + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hostfs/
H A Dhostfs_kern.c261 const char *root_path = vfs->mnt_sb->s_fs_info; local
264 if (strlen(root_path) > offset)
265 seq_printf(seq, ",%s", root_path + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dsharelink.js295 var root_path = decodeURI(g_root_path);
298 if( parent_path.indexOf(root_path) != -1 ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dsharelink.js295 var root_path = decodeURI(g_root_path);
298 if( parent_path.indexOf(root_path) != -1 ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Dsharelink.js295 var root_path = decodeURI(g_root_path);
298 if( parent_path.indexOf(root_path) != -1 ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dropbox_client/
H A Ddropbox.c6192 char *root_path = NULL; local
6197 root_path = my_str_malloc(512);
6198 sprintf(root_path,"%s",temp);
6210 root_path = my_str_malloc(512);
6221 sprintf(root_path,"%s",path);
6225 snprintf(root_path,strlen(path)-strlen(temp)+1,"%s",path);
6228 //printf("get_socket_base_path root_path = %s\n",root_path);
6229 return root_path;
8550 char *root_path local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dropbox_client/
H A Ddropbox.c6192 char *root_path = NULL; local
6197 root_path = my_str_malloc(512);
6198 sprintf(root_path,"%s",temp);
6210 root_path = my_str_malloc(512);
6221 sprintf(root_path,"%s",path);
6225 snprintf(root_path,strlen(path)-strlen(temp)+1,"%s",path);
6228 //printf("get_socket_base_path root_path = %s\n",root_path);
6229 return root_path;
8550 char *root_path local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dropbox_client/
H A Ddropbox.c6192 char *root_path = NULL; local
6197 root_path = my_str_malloc(512);
6198 sprintf(root_path,"%s",temp);
6210 root_path = my_str_malloc(512);
6221 sprintf(root_path,"%s",path);
6225 snprintf(root_path,strlen(path)-strlen(temp)+1,"%s",path);
6228 //printf("get_socket_base_path root_path = %s\n",root_path);
6229 return root_path;
8550 char *root_path local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dnfs4xdr.c2994 goto root_path;
3015 root_path:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dnfs4xdr.c2994 goto root_path;
3015 root_path:

Completed in 308 milliseconds