Searched refs:rootpath (Results 26 - 44 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c513 /* user gave full pathname: don't prepend rootpath */
630 static int rootlen = 0; /* length of rootpath */
631 static char *rootpath; /* user's "extract-to" directory */ variable
764 strcpy(buildpath, rootpath);
775 ROOT: if appropriate, store the path in rootpath and create it if
789 if (rootlen > 0) /* rootpath was already set, nothing to do */
826 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
831 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
838 END: free rootpath, immediatel
844 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp1501 // use temporary rootpath if user gave full pathname
1526 strcpy(szBuffer, G.rootpath);
1715 break; // nothing to do, rootpath was already set
1729 memcpy(G.rootpath, pathcompStart, G.rootlen);
1730 G.rootpath[G.rootlen] = '\0';
1733 if (!SmartCreateDirectory(__G__ G.rootpath, NULL)) {
1738 G.rootpath[G.rootlen++] = '\\';
1739 G.rootpath[G.rootlen] = '\0';
1744 Trace((stderr, "freeing rootpath\n"));
1747 G.rootpath[
[all...]
H A Dwcecfg.h220 char rootpath[_MAX_PATH];\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpctrl.h69 void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.c557 /* user gave full pathname: don't prepend rootpath */
749 static int rootlen = 0; /* length of rootpath */
750 static char *rootpath; /* user's "extract-to" directory */ variable
898 strcpy(buildpath, rootpath);
909 ROOT: if appropriate, store the path in rootpath and create it if
923 if (rootlen > 0) /* rootpath was already set, nothing to do */
963 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
968 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
975 END: free rootpath, immediatel
981 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c432 /* user gave full pathname: don't prepend rootpath */
620 /* static int rootlen = 0; */ /* length of rootpath */
621 /* static char *rootpath; */ /* user's "extract-to" directory */
768 strcpy(G.buildpath, G.rootpath);
779 ROOT: if appropriate, store the path in rootpath and create it if
793 if (G.rootlen > 0) /* rootpath was already set, nothing to do */
830 if ((G.rootpath = (char *)realloc(tmproot, G.rootlen+1)) == NULL) {
835 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(G.rootpath)));
842 END: free rootpath, immediatel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c463 /* user gave full pathname: don't prepend rootpath */
653 /* static int rootlen = 0; */ /* length of rootpath */
654 /* static char *rootpath; */ /* user's "extract-to" directory */
804 strcpy(G.buildpath, G.rootpath);
815 ROOT: if appropriate, store the path in rootpath and create it if
829 if (G.rootlen > 0) /* rootpath was already set, nothing to do */
867 if ((G.rootpath = (char *)realloc(tmproot, G.rootlen+1)) == NULL) {
872 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(G.rootpath)));
879 END: free rootpath, immediatel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c482 /* use temporary rootpath if user gave full pathname */
883 static int rootlen = 0; /* length of rootpath */
884 static char *rootpath; /* user's "extract-to" directory */ variable
1022 else if (!renamed_fullpath && rootlen > 1 && rootpath[1] == ':')
1023 *buildpath = (char)ToLower(*rootpath);
1042 strcpy(buildpath, rootpath);
1053 ROOT: if appropriate, store the path in rootpath and create it if neces-
1071 if (rootlen > 0) /* rootpath was already set, nothing to do */
1127 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
1132 Trace((stderr, "rootpath no
1145 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c1216 /* use temporary rootpath if user gave full pathname */
1458 static int rootlen = 0; /* length of rootpath */
1459 static char *rootpath; /* user's "extract-to" directory */
1690 else if (!G.os2.renamed_fullpath && G.os2.rootlen > 1 && G.os2.rootpath[1] == ':')
1691 *G.os2.buildpathHPFS = (char)ToLower(*G.os2.rootpath);
1708 strcpy(G.os2.buildpathHPFS, G.os2.rootpath);
1722 ROOT: if appropriate, store the path in rootpath and create it if neces-
1740 if (G.os2.rootlen > 0) /* rootpath was already set, nothing to do */
1792 if ((G.os2.rootpath = realloc(tmproot, G.os2.rootlen+1)) == NULL) {
1797 Trace((stderr, "rootpath no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c536 /* user gave full pathname: don't prepend rootpath */
766 /* static int rootlen = 0; */ /* length of rootpath */
767 /* static char *rootpath; */ /* user's "extract-to" directory */
917 strcpy(G.buildpath, G.rootpath);
928 ROOT: if appropriate, store the path in rootpath and create it if
942 if (G.rootlen > 0) /* rootpath was already set, nothing to do */
980 if ((G.rootpath = (char *)realloc(tmproot, G.rootlen+1)) == NULL) {
985 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(G.rootpath)));
992 END: free rootpath, immediatel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h304 char *rootpath, *buildpathHPFS, *buildpathFAT, *endHPFS, *endFAT;\
314 /* rootlen, rootpath, buildpathHPFS, buildpathFAT, endHPFS, and endFAT */
H A Dwin32.c333 if (GetVolumeCaps(G.rootpath, path, &VolumeCaps) &&
1693 /* use temporary rootpath if user gave full pathname */
2109 /* static int rootlen = 0; */ /* length of rootpath */
2110 /* static char *rootpath; */ /* user's "extract-to" directory */
2353 G.rootpath[1] == ':')
2354 *G.buildpathHPFS = (char)ToLower(*G.rootpath);
2377 strcpy(G.buildpathHPFS, G.rootpath);
2391 ROOT: if appropriate, store the path in rootpath and create it if neces-
2409 if (G.rootlen > 0) /* rootpath was already set, nothing to do */
2457 if ((G.rootpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c689 char rootpath[4]; local
696 strcpy(rootpath, "x:\\");
697 rootpath[0] = (char)drive;
698 if (GetVolumeInformation(drive ? rootpath : NULL, vol, 13, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c421 /* user gave full pathname: don't prepend rootpath */
557 static int rootlen = 0; /* length of rootpath */
558 static char *rootpath; /* user's "extract-to" directory */ variable
690 strcpy(buildpath, rootpath);
704 ROOT: if appropriate, store the path in rootpath and create it if
718 if (rootlen > 0) /* rootpath was already set, nothing to do */
755 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
760 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
767 END: free rootpath, immediatel
773 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4xdr.c1582 char *path = NULL, *rootpath; local
1589 rootpath = tmp_fh.fh_export->ex_pathname;
1593 rootlen = strlen(rootpath);
1594 if (strncmp(path, rootpath, rootlen)) {
1596 "%s is not contained in %s\n", path, rootpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhthelpct.tex220 \func{void}{UseConfig}{\param{wxConfigBase* }{config}, \param{const wxString\& }{rootpath = wxEmptyString}}
H A Dhthlpfrm.tex295 \func{void}{UseConfig}{\param{wxConfigBase* }{config}, \param{const wxString\& }{rootpath = wxEmptyString}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h879 struct nfs4_pathname rootpath; member in struct:nfs4_fs_location
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4xdr.c3088 status = decode_pathname(xdr, &loc->rootpath);

Completed in 705 milliseconds

12