From bcc4e18d5f14e6decd8c1f806a2fff3ce7ff7ac1 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Sun, 11 Jan 2004 18:52:50 +0000 Subject: 2004-01-12 Joshua Daniel Franklin * dll_init.sgml: Update funcsynopsis for DocBook 4.2 SGML DTD. * dtable.sgml: Update funcsynopsis for DocBook 4.2 SGML DTD. * external.sgml: Update funcsynopsis for DocBook 4.2 SGML DTD. * path.sgml: Update funcsynopsis for DocBook 4.2 SGML DTD. * pinfo.cc: Update funcsynopsis for DocBook 4.2 SGML DTD. * shared.sgml: Update funcsynopsis for DocBook 4.2 SGML DTD. * stackdump.sgml: Update funcsynopsis for DocBook 4.2 SGML DTD. --- winsup/cygwin/path.sgml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'winsup/cygwin/path.sgml') diff --git a/winsup/cygwin/path.sgml b/winsup/cygwin/path.sgml index 6030c8f78..6638e92e5 100644 --- a/winsup/cygwin/path.sgml +++ b/winsup/cygwin/path.sgml @@ -2,10 +2,12 @@ cygwin_posix_to_win32_path_list + extern "C" void cygwin_posix_to_win32_path_list const char *posix char *win32 + Given a POSIX path-style string (i.e. /foo:/bar) convert it to @@ -39,10 +41,12 @@ cygwin_posix_to_win32_path_list_buf_size cygwin_win32_to_posix_path_list + extern "C" void cygwin_win32_to_posix_path_list const char *win32 char *posix + Given a Win32 path-style string (i.e. d:\;e:\bar) convert it to @@ -58,9 +62,11 @@ cygwin_win32_to_posix_path_list_buf_size cygwin_posix_to_win32_path_list_buf_size + extern "C" int cygwin_posix_to_win32_path_list_buf_size const char *path_list + Returns the number of bytes needed to hold the result of calling @@ -73,9 +79,11 @@ cygwin_posix_to_win32_path_list. cygwin_win32_to_posix_path_list_buf_size + extern "C" int cygwin_win32_to_posix_path_list_buf_size const char *path_list + Tells you how many bytes are needed for the results of . cygwin_conv_to_posix_path + extern "C" void cygwin_conv_to_posix_path const char *path char *posix_path + Converts a Win32 path to a POSIX path. If @@ -107,10 +117,12 @@ size; use MAX_PATH if needed. cygwin_conv_to_win32_path + extern "C" void cygwin_conv_to_win32_path const char *path char *win32_path + Converts a POSIX path to a Win32 path. If @@ -125,10 +137,12 @@ size; use MAX_PATH if needed. cygwin_conv_to_full_posix_path + extern "C" void cygwin_conv_to_full_posix_path const char *path char *posix_path + Converts a Win32 path to a POSIX path. If @@ -144,10 +158,12 @@ buffer of sufficient size; use MAX_PATH if needed. cygwin_conv_to_full_win32_path + extern "C" void cygwin_conv_to_full_win32_path const char *path char *win32_path + Converts a POSIX path to a Win32 path. If @@ -163,9 +179,11 @@ buffer of sufficient size; use MAX_PATH if needed. cygwin_posix_path_list_p + extern "C" int posix_path_list_p const char *path + This function tells you if the supplied @@ -182,12 +200,14 @@ parameter. cygwin_split_path + extern "C" void cygwin_split_path const char * path char * dir char * file + Split a path into the directory and the file portions. Both -- cgit v1.2.3