Searched refs:relpath (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | glob.c | 1099 if (relpath[0] != '\0') { in Traverse() 1100 fi.relname = StrDup(relpath); in Traverse() 1115 c2 = relpath + strlen(relpath); in Traverse() 1143 fi.relname = StrDup(relpath + (((relpath[0] == '/') || (relpath[0] == '\\')) ? 1 : 0)); in Traverse() 1194 if (relpath[0] != '\0') { in Traverse() 1195 fi.relname = StrDup(relpath); in Traverse() 1211 c2 = relpath + strlen(relpath); in Traverse() 1234 fi.relname = StrDup(relpath + (((relpath[0] == '/') || (relpath[0] == '\\')) ? 1 : 0)); in Traverse() 1281 char relpath[_MAX_PATH + 1]; in FTPLocalRecursiveFileList2() local 1284 char relpath[512]; in FTPLocalRecursiveFileList2() local [all …]
|
/reactos/dll/win32/wbemprox/ |
H A D | query.c | 534 static WCHAR *build_canonical_path( const WCHAR *relpath ) in build_canonical_path() argument 548 …en = ARRAY_SIZE( fmtW ) + SysStringLen( server ) + SysStringLen( namespace ) + lstrlenW( relpath ); in build_canonical_path() 552 for (i = 0; i < lstrlenW( relpath ); i ++) in build_canonical_path() 554 if (relpath[i] == '\'') ret[len++] = '"'; in build_canonical_path() 555 else ret[len++] = relpath[i]; in build_canonical_path() 897 BSTR server, namespace = NULL, relpath = NULL, ret = NULL; in build_path() local 904 if (!(relpath = build_relpath( view, table_index, result_index, name ))) goto done; in build_path() 906 … = lstrlenW( fmtW ) + SysStringLen( server ) + SysStringLen( namespace ) + SysStringLen( relpath ); in build_path() 908 swprintf( ret, fmtW, server, namespace, relpath ); in build_path() 913 SysFreeString( relpath ); in build_path()
|
/reactos/drivers/network/tcpip/lwip/doc/doxygen/ |
H A D | lwip.Doxyfile | 1180 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
H A D | lwip.Doxyfile.cmake.in | 1180 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/reactos/ |
H A D | Doxyfile | 1162 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|