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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dnt.h30 BOOL GetVolumeCaps(char *rootpath, char *name, PVOLUMECAPS VolumeCaps);
H A Dnt.c257 char *rootpath, /* filepath, or NULL */
258 char *name, /* filename associated with rootpath */
272 if(rootpath != NULL && rootpath[0] != '\0') {
275 cchTempRootPath = lstrlenA(rootpath);
281 if(rootpath[i] == '/') TempRootPath[i] = '\\';
282 else TempRootPath[i] = rootpath[i];
256 GetVolumeCaps( char *rootpath, char *name, PVOLUMECAPS VolumeCaps ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpfrm.h78 wxConfigBase *config=NULL, const wxString& rootpath = wxEmptyString);
81 wxConfigBase *config=NULL, const wxString& rootpath = wxEmptyString);
101 void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
H A Dhelpwnd.h130 void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString)
133 m_ConfigRoot = rootpath;
134 ReadCustomization(config, rootpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpfrm.cpp73 wxConfigBase *config, const wxString& rootpath)
76 Create(parent, id, title, style, config, rootpath);
90 wxConfigBase *config, const wxString& rootpath)
95 m_HtmlHelpWin->UseConfig(config, rootpath);
71 wxHtmlHelpFrame(wxWindow* parent, wxWindowID id, const wxString& title, int style, wxHtmlHelpData* data, wxConfigBase *config, const wxString& rootpath) argument
88 Create(wxWindow* parent, wxWindowID id, const wxString& WXUNUSED(title), int style, wxConfigBase *config, const wxString& rootpath) argument
H A Dhelpctrl.cpp230 void wxHtmlHelpController::UseConfig(wxConfigBase *config, const wxString& rootpath) argument
233 m_ConfigRoot = rootpath;
234 if (m_helpWindow) m_helpWindow->UseConfig(config, rootpath);
235 ReadCustomization(config, rootpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Dathcfg.h58 char *rootpath, *buildpath, *end;\
66 /* rootlen, rootpath, buildpath and end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeocfg.h49 char *rootpath, *buildpath, *end;\
57 /* rootlen, rootpath, buildpath and end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dnt.h72 BOOL ZipGetVolumeCaps(char *rootpath, char *name, PVOLUMECAPS VolumeCaps);
H A Dnt.c212 char *rootpath, /* filepath, or NULL */
213 char *name, /* filename associated with rootpath */
227 if(rootpath != NULL && rootpath[0] != '\0') {
230 cchTempRootPath = lstrlen(rootpath);
236 if(rootpath[i] == '/') TempRootPath[i] = '\\';
237 else TempRootPath[i] = rootpath[i];
211 ZipGetVolumeCaps( char *rootpath, char *name, PVOLUMECAPS VolumeCaps ) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dsetfiles.c22 char *rootpath; member in struct:globals
49 #define rootpath (G.rootpath ) macro
231 if (NULL != rootpath) {
232 if (0 != strncmp(rootpath, name, rootpathlen)) {
234 name, rootpath);
241 if (rootpath != NULL && name[0] == '\0')
545 &exclude_dir, &input_filename, &rootpath, &out_filename,
583 rootpathlen = strlen(rootpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2data.h115 int rootlen; /* length of rootpath */
116 char *rootpath; /* user's "extract-to" directory */ member in struct:os2Global
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/cmsmvs/
H A Dvmmvs.c384 static int rootlen = 0; /* length of rootpath */
385 static char *rootpath; /* user's "extract-to" directory */ variable
392 ROOT: if appropriate, store the path in rootpath and create it if neces-
410 if ((rootpath = (char *)malloc(rootlen+1)) == NULL) {
414 strcpy(rootpath, pathcomp);
415 Trace((stderr, "rootpath now = [%s]\n", rootpath));
430 strcat(pathcomp, rootpath);
436 strcpy(newfilename, rootpath);
471 END: free rootpath, immediatel
477 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.c344 /* user gave full pathname: don't prepend G.rootpath */
349 /* supress G.rootpath even when user gave a relative pathname */
489 /* static int rootlen = 0; */ /* length of rootpath */
490 /* static char *rootpath; */ /* user's "extract-to" directory */
610 strcpy(G.buildpath, G.rootpath);
621 ROOT: if appropriate, store the path in G.rootpath and create it if
635 if (G.rootlen > 0) /* rootpath was already set, nothing to do */
657 if ((G.rootpath = (char *)malloc(G.rootlen+2)) == NULL) {
661 strcpy(G.rootpath, pathcomp);
662 if (G.rootpath[
[all...]
H A Damiga.h177 char *rootpath, *buildpath, *build_end;\
187 /* rootlen, rootpath, buildpath, and build_end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnetware.c368 /* user gave full pathname: don't prepend rootpath */
530 static int rootlen = 0; /* length of rootpath */
531 static char *rootpath; /* user's "extract-to" directory */ variable
677 strcpy(buildpath, rootpath);
688 ROOT: if appropriate, store the path in rootpath and create it if neces-
726 if ((rootpath = (char *)malloc(rootlen+2)) == (char *)NULL) {
730 strcpy(rootpath, pathcomp);
731 rootpath[rootlen++] = '/';
732 rootpath[rootlen] = '\0';
733 Trace((stderr, "rootpath no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dremhelp.h64 void UseConfig(wxConfigBase* config, const wxString& rootpath = wxEmptyString) {};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunxcfg.h218 char *rootpath, *buildpath, *end;\
226 /* rootlen, rootpath, buildpath and end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4namespace.c124 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE);
211 location->rootpath.ncomponents == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c512 /* user gave full pathname: don't prepend rootpath */
679 static int rootlen = 0; /* length of rootpath */
680 static char *rootpath; /* user's "extract-to" directory */ variable
860 strcpy(buildpath, rootpath);
871 ROOT: if appropriate, store the path in rootpath and create it if
883 if (rootlen > 0) /* rootpath was already set, nothing to do */
929 /* split rootpath in path and disk */
937 if (rootpath[rootlen - 1] != '/') {
938 rootpath[rootlen++] = '/';
939 rootpath[rootle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c381 /* user gave full pathname: don't prepend rootpath */
533 static int rootlen = 0; /* length of rootpath */
534 static char *rootpath; /* user's "extract-to" directory */ variable
676 strcpy(buildpath, rootpath);
687 ROOT: if appropriate, store the path in rootpath and create it if
701 if (rootlen > 0) /* rootpath was already set, nothing to do */
738 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
743 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
750 END: free rootpath, immediatel
756 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c358 /* user gave full pathname: don't prepend rootpath */
550 static int rootlen = 0; /* length of rootpath */
551 static char *rootpath; /* user's "extract-to" directory */ variable
700 strcpy(buildpath, rootpath);
711 ROOT: if appropriate, store the path in rootpath and create it if
724 if (rootlen > 0) /* rootpath was already set, nothing to do */
761 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
766 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
773 END: free rootpath, immediatel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c278 /* use temporary rootpath if user gave full pathname */
533 static int rootlen = 0; /* length of rootpath */
534 static char *rootpath; /* user's "extract-to" directory */ variable
656 strcpy(buildpath, rootpath);
667 ROOT: if appropriate, store the path in rootpath and create it if neces-
685 if (rootlen > 0) /* rootpath was already set, nothing to do */
733 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
738 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
745 END: free rootpath, immediatel
751 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c278 /* user gave full pathname: don't prepend rootpath */
543 static int rootlen = 0; /* length of rootpath */
544 static char *rootpath; /* user's "extract-to" directory */ variable
670 strcpy(buildpath, rootpath);
681 ROOT: if appropriate, store the path in rootpath and create it if neces-
695 if (rootlen > 0) /* rootpath was already set, nothing to do */
741 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
746 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
753 END: free rootpath, immediatel
759 free(rootpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c511 /* user gave full pathname: don't prepend rootpath */
646 static int rootlen = 0; /* length of rootpath */
647 static char *rootpath; /* user's "extract-to" directory */ variable
797 strcpy(buildpath, rootpath);
808 ROOT: if appropriate, store the path in rootpath and create it if
822 if (rootlen > 0) /* rootpath was already set, nothing to do */
859 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
865 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
871 END: free rootpath, immediatel
877 free(rootpath); variable
[all...]

Completed in 282 milliseconds

12