Searched refs:dirpath (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.c82 char dirpath[1024]; /* directory path for generated source files */ variable
124 strcpy(dirpath, a);
126 strcpy(dirpath, argv[i]);
129 if (*dirpath && dirpath[strlen(dirpath)-1] != '/' && dirpath[strlen(dirpath)-1] != '\\')
130 strcat(dirpath, SOAP_PATHCAT);
H A Dsoapcpp2.h386 extern char dirpath[1024];
H A Dsymbol2.c599 if (*dirpath)
600 fprintf(fmsg, "Using project directory path: %s\n", dirpath);
614 strcpy(pathsoapMatlab, dirpath);
619 strcpy(pathsoapMatlabHdr, dirpath);
624 strcpy(pathsoapStub, dirpath);
628 strcpy(pathsoapH, dirpath);
633 strcpy(pathsoapC, dirpath);
638 strcpy(pathsoapClient, dirpath);
643 strcpy(pathsoapServer, dirpath);
648 strcpy(pathsoapClientLib, dirpath);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2.c82 char dirpath[1024]; /* directory path for generated source files */ variable
124 strcpy(dirpath, a);
126 strcpy(dirpath, argv[i]);
129 if (*dirpath && dirpath[strlen(dirpath)-1] != '/' && dirpath[strlen(dirpath)-1] != '\\')
130 strcat(dirpath, SOAP_PATHCAT);
H A Dsoapcpp2.h386 extern char dirpath[1024];
H A Dsymbol2.c599 if (*dirpath)
600 fprintf(fmsg, "Using project directory path: %s\n", dirpath);
614 strcpy(pathsoapMatlab, dirpath);
619 strcpy(pathsoapMatlabHdr, dirpath);
624 strcpy(pathsoapStub, dirpath);
628 strcpy(pathsoapH, dirpath);
633 strcpy(pathsoapC, dirpath);
638 strcpy(pathsoapClient, dirpath);
643 strcpy(pathsoapServer, dirpath);
648 strcpy(pathsoapClientLib, dirpath);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.c82 char dirpath[1024]; /* directory path for generated source files */ variable
124 strcpy(dirpath, a);
126 strcpy(dirpath, argv[i]);
129 if (*dirpath && dirpath[strlen(dirpath)-1] != '/' && dirpath[strlen(dirpath)-1] != '\\')
130 strcat(dirpath, SOAP_PATHCAT);
H A Dsoapcpp2.h386 extern char dirpath[1024];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2.c82 char dirpath[1024]; /* directory path for generated source files */ variable
124 strcpy(dirpath, a);
126 strcpy(dirpath, argv[i]);
129 if (*dirpath && dirpath[strlen(dirpath)-1] != '/' && dirpath[strlen(dirpath)-1] != '\\')
130 strcat(dirpath, SOAP_PATHCAT);
H A Dsoapcpp2.h386 extern char dirpath[1024];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfilename.c128 pstring dirpath; local
135 *dirpath = 0;
218 if(!conn->case_sensitive && stat_cache_lookup(conn, name, dirpath, &start, &st)) {
246 DEBUG(5,("unix_convert begin: name = %s, dirpath = %s, start = %s\n", name, dirpath, start));
379 !scan_directory(conn, dirpath, start, sizeof(pstring) - 1 - (start - name))) {
472 * Add to the dirpath that we have resolved so far.
474 if (*dirpath) {
475 pstrcat(dirpath,"/");
478 pstrcat(dirpath,star
[all...]
H A Dconn.c218 string_set(&conn->dirpath,"");
340 string_free(&conn->dirpath);
H A Dstatcache.c153 * @param dirpath The path as far as the stat cache told us.
161 BOOL stat_cache_lookup(connection_struct *conn, pstring name, pstring dirpath, argument
279 pstrcpy(dirpath, translated_path);
H A Ddir.c414 string_set(&conn->dirpath,dir2);
786 needslash = ( conn->dirpath[strlen(conn->dirpath) -1] != '/');
817 pstrcpy(path,conn->dirpath);
H A Dtrans2.c1160 BOOL needslash = ( conn->dirpath[strlen(conn->dirpath) -1] != '/');
1234 pstrcpy(pathreal,conn->dirpath);
1923 DEBUG(8,("dirpath=<%s> dontdescend=<%s>\n", conn->dirpath,lp_dontdescend(SNUM(conn))));
1924 if (in_list(conn->dirpath,lp_dontdescend(SNUM(conn)),conn->case_sensitive))
2180 string_set(&conn->dirpath,dptr_path(dptr_num));
2190 pstrcpy(directory,conn->dirpath);
2203 DEBUG(8,("dirpath=<%s> dontdescend=<%s>\n",conn->dirpath,lp_dontdescen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftw.c34 char *dirpath; local
43 dirpath = (char *) malloc(len + 5);
44 if (dirpath == NULL)
46 p->dirpath = dirpath;
48 memcpy(dirpath, path, len + 1);
49 if (IsLocalPathDelim(dirpath[len - 1])) {
51 dirpath[len] = '\0';
53 memcpy(dirpath + len, "\\*.*", (size_t) 5);
55 p->searchHandle = FindFirstFile(dirpath,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.h48 char *dirpath; member in struct:song_metadata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils.h49 char *dirpath; member in struct:song_metadata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A D_stat.c326 struct dirent* _opendir(const char* dirpath) argument
333 if (dirpath != NULL &&
334 (mypath = (char *)malloc(strlen(dirpath)+1)) == NULL) {
342 p = dirpath + l - 1;
345 dir = opendir(dirpath);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dmount_clnt.c152 .rpc_argp = info->dirpath,
169 info->dirpath);
239 .rpc_argp = info->dirpath,
253 (info->hostname ? info->hostname : "server"), info->dirpath);
298 const char *dirpath)
303 return encode_mntdirpath(&xdr, dirpath);
297 mnt_enc_dirpath(struct rpc_rqst *req, __be32 *p, const char *dirpath) argument
H A Dinternal.h104 char *dirpath; member in struct:nfs_mount_request
H A Dnfsroot.c491 .dirpath = nfs_export_path,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_stat.c447 struct dirent* _opendir(const char* dirpath) argument
453 if (dirpath && (l = strlen(dirpath))) {
454 if (dirpath[l - 1] == '/') {
455 strcpy(dirp, dirpath);
460 return opendir(dirpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c2697 static pstring dirpath; local
2703 pstrcpy(dirpath, path);
2704 p = strrchr_m(dirpath, '/'); /* Find final '/', if any */
2706 pstrcpy(dirpath, "."); /* No final "/", so dir is "." */
2708 if (p == dirpath)
2712 return dirpath;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c402 typedef char *dirpath; typedef
410 dirpath ml_directory;
426 dirpath ex_dir;
591 static bool_t xdr_dirpath(XDR *xdrs, dirpath *objp)

Completed in 469 milliseconds

12