From e9dfbae1652663f9a6eb5c21175df33e1daacd45 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Sun, 22 Feb 2004 23:21:20 +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 | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'winsup/cygwin/path.sgml') diff --git a/winsup/cygwin/path.sgml b/winsup/cygwin/path.sgml index 6030c8f78..8efa53f14 100644 --- a/winsup/cygwin/path.sgml +++ b/winsup/cygwin/path.sgml @@ -1,12 +1,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 the equivalent Win32 path-style string (i.e. d:\;e:\bar). @@ -38,12 +38,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 the equivalent POSIX path-style string (i.e. /foo:/bar). @@ -57,11 +57,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 @@ -72,11 +72,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 @@ -87,12 +87,12 @@ cygwin_win32_to_posix_path_list. 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 path is already a POSIX path, leaves it alone. @@ -106,12 +106,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 path is already a Win32 path, leaves it alone. @@ -124,12 +124,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 path is already a POSIX path, leaves it alone. @@ -143,12 +143,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 path is already a Win32 path, leaves it alone. @@ -162,11 +162,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 path is a POSIX-style path (i.e. posix names, @@ -181,14 +181,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 dir and file are -- cgit v1.2.3