diff --git a/internals/tsrm/macros/VCWD_ACCESS.xml b/internals/tsrm/macros/VCWD_ACCESS.xml index 8634f4a3c1..b87e53ffe7 100644 --- a/internals/tsrm/macros/VCWD_ACCESS.xml +++ b/internals/tsrm/macros/VCWD_ACCESS.xml @@ -1,5 +1,5 @@ - + VCWD_ACCESS @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_ACCESS - ???pathname - ???mode + intVCWD_ACCESS + const char *pathname + mode_tmode ... diff --git a/internals/tsrm/macros/VCWD_CHDIR.xml b/internals/tsrm/macros/VCWD_CHDIR.xml index 8f0c640533..53920a8337 100644 --- a/internals/tsrm/macros/VCWD_CHDIR.xml +++ b/internals/tsrm/macros/VCWD_CHDIR.xml @@ -1,5 +1,5 @@ - + VCWD_CHDIR @@ -9,8 +9,8 @@ &reftitle.description; - ???VCWD_CHDIR - ???path + intVCWD_CHDIR + char *path ... diff --git a/internals/tsrm/macros/VCWD_CHDIR_FILE.xml b/internals/tsrm/macros/VCWD_CHDIR_FILE.xml index 139ccf48ac..72b647638b 100644 --- a/internals/tsrm/macros/VCWD_CHDIR_FILE.xml +++ b/internals/tsrm/macros/VCWD_CHDIR_FILE.xml @@ -1,5 +1,5 @@ - + VCWD_CHDIR_FILE @@ -9,8 +9,8 @@ &reftitle.description; - ???VCWD_CHDIR_FILE - ???path + inttype>VCWD_CHDIR_FILE + char *path ... diff --git a/internals/tsrm/macros/VCWD_CHMOD.xml b/internals/tsrm/macros/VCWD_CHMOD.xml index 55231d3284..615ef96392 100644 --- a/internals/tsrm/macros/VCWD_CHMOD.xml +++ b/internals/tsrm/macros/VCWD_CHMOD.xml @@ -1,5 +1,5 @@ - + VCWD_CHMOD @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_CHMOD - ???path - ???mode + intVCWD_CHMOD + char *path + mode_tmode ... diff --git a/internals/tsrm/macros/VCWD_CHOWN.xml b/internals/tsrm/macros/VCWD_CHOWN.xml index 8c2892c74c..90088da3ca 100644 --- a/internals/tsrm/macros/VCWD_CHOWN.xml +++ b/internals/tsrm/macros/VCWD_CHOWN.xml @@ -1,5 +1,5 @@ - + VCWD_CHOWN @@ -9,10 +9,10 @@ &reftitle.description; - ???VCWD_CHOWN - ???path - ???owner - ???group + intVCWD_CHOWN + char *path + uid_towner + gid_tgroup ... diff --git a/internals/tsrm/macros/VCWD_CREAT.xml b/internals/tsrm/macros/VCWD_CREAT.xml index 178619f64e..69b6b0c32e 100644 --- a/internals/tsrm/macros/VCWD_CREAT.xml +++ b/internals/tsrm/macros/VCWD_CREAT.xml @@ -1,5 +1,5 @@ - + VCWD_CREAT @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_CREAT - ???path - ???mode + intVCWD_CREAT + char *path + mode_tmode ... diff --git a/internals/tsrm/macros/VCWD_FOPEN.xml b/internals/tsrm/macros/VCWD_FOPEN.xml index 406198e616..c66551219f 100644 --- a/internals/tsrm/macros/VCWD_FOPEN.xml +++ b/internals/tsrm/macros/VCWD_FOPEN.xml @@ -1,5 +1,5 @@ - + VCWD_FOPEN @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_FOPEN - ???path - ???mode + FILE *VCWD_FOPEN + char *path + char *mode ... diff --git a/internals/tsrm/macros/VCWD_GETCWD.xml b/internals/tsrm/macros/VCWD_GETCWD.xml index d9ea7d379f..de0db8f60b 100644 --- a/internals/tsrm/macros/VCWD_GETCWD.xml +++ b/internals/tsrm/macros/VCWD_GETCWD.xml @@ -1,5 +1,5 @@ - + VCWD_GETCWD @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_GETCWD - ???buff - ???size + char *VCWD_GETCWD + char *buff + size_tsize ... diff --git a/internals/tsrm/macros/VCWD_GETWD.xml b/internals/tsrm/macros/VCWD_GETWD.xml index 55bb39c5fd..421ef664eb 100644 --- a/internals/tsrm/macros/VCWD_GETWD.xml +++ b/internals/tsrm/macros/VCWD_GETWD.xml @@ -1,5 +1,5 @@ - + VCWD_GETWD @@ -9,8 +9,8 @@ &reftitle.description; - ???VCWD_GETWD - ???buf + char *VCWD_GETWD + char *buf ... diff --git a/internals/tsrm/macros/VCWD_LCHOWN.xml b/internals/tsrm/macros/VCWD_LCHOWN.xml index a13ed79414..8444c68229 100644 --- a/internals/tsrm/macros/VCWD_LCHOWN.xml +++ b/internals/tsrm/macros/VCWD_LCHOWN.xml @@ -1,5 +1,5 @@ - + VCWD_LCHOWN @@ -9,10 +9,10 @@ &reftitle.description; - ???VCWD_LCHOWN - ???path - ???owner - ???group + intVCWD_LCHOWN + char *path + uid_towner + gid_tgroup ... diff --git a/internals/tsrm/macros/VCWD_LSTAT.xml b/internals/tsrm/macros/VCWD_LSTAT.xml index 88bbe32511..6d365a7714 100644 --- a/internals/tsrm/macros/VCWD_LSTAT.xml +++ b/internals/tsrm/macros/VCWD_LSTAT.xml @@ -1,5 +1,5 @@ - + VCWD_LSTAT @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_LSTAT - ???path - ???buff + intVCWD_LSTAT + char *path + struct stat *buff ... diff --git a/internals/tsrm/macros/VCWD_MKDIR.xml b/internals/tsrm/macros/VCWD_MKDIR.xml index f5637d0776..7d404cccfa 100644 --- a/internals/tsrm/macros/VCWD_MKDIR.xml +++ b/internals/tsrm/macros/VCWD_MKDIR.xml @@ -1,5 +1,5 @@ - + VCWD_MKDIR @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_MKDIR - ???pathname - ???mode + intVCWD_MKDIR + char *pathname + mode_tmode ... diff --git a/internals/tsrm/macros/VCWD_OPEN.xml b/internals/tsrm/macros/VCWD_OPEN.xml index 8301749eab..2e9c912958 100644 --- a/internals/tsrm/macros/VCWD_OPEN.xml +++ b/internals/tsrm/macros/VCWD_OPEN.xml @@ -1,5 +1,5 @@ - + VCWD_OPEN @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_OPEN - ???path - ???flags + intVCWD_OPEN + char *path + intflags ... diff --git a/internals/tsrm/macros/VCWD_OPENDIR.xml b/internals/tsrm/macros/VCWD_OPENDIR.xml index 6dc3af9893..5c6756ac22 100644 --- a/internals/tsrm/macros/VCWD_OPENDIR.xml +++ b/internals/tsrm/macros/VCWD_OPENDIR.xml @@ -1,5 +1,5 @@ - + VCWD_OPENDIR @@ -9,8 +9,8 @@ &reftitle.description; - ???VCWD_OPENDIR - ???pathname + DIR *VCWD_OPENDIR + char *pathname ... diff --git a/internals/tsrm/macros/VCWD_OPEN_MODE.xml b/internals/tsrm/macros/VCWD_OPEN_MODE.xml index 7bad6c0235..eadadc11d5 100644 --- a/internals/tsrm/macros/VCWD_OPEN_MODE.xml +++ b/internals/tsrm/macros/VCWD_OPEN_MODE.xml @@ -1,5 +1,5 @@ - + VCWD_OPEN_MODE @@ -9,10 +9,10 @@ &reftitle.description; - ???VCWD_OPEN_MODE - ???path - ???flags - ???mode + intVCWD_OPEN_MODE + char *path + intflags + mode_tmode ... diff --git a/internals/tsrm/macros/VCWD_POPEN.xml b/internals/tsrm/macros/VCWD_POPEN.xml index b273d16193..dc593eb24f 100644 --- a/internals/tsrm/macros/VCWD_POPEN.xml +++ b/internals/tsrm/macros/VCWD_POPEN.xml @@ -1,5 +1,5 @@ - + VCWD_POPEN @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_POPEN - ???command - ???type + FILE *VCWD_POPEN + char *command + char *type ... diff --git a/internals/tsrm/macros/VCWD_REALPATH.xml b/internals/tsrm/macros/VCWD_REALPATH.xml index b19e3b32cd..7e371df8f8 100644 --- a/internals/tsrm/macros/VCWD_REALPATH.xml +++ b/internals/tsrm/macros/VCWD_REALPATH.xml @@ -1,5 +1,5 @@ - + VCWD_REALPATH @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_REALPATH - ???path - ???real_path + char *VCWD_REALPATH + char *path + char *real_path ... diff --git a/internals/tsrm/macros/VCWD_RENAME.xml b/internals/tsrm/macros/VCWD_RENAME.xml index 60c31f8c2f..aeef36baed 100644 --- a/internals/tsrm/macros/VCWD_RENAME.xml +++ b/internals/tsrm/macros/VCWD_RENAME.xml @@ -1,5 +1,5 @@ - + VCWD_RENAME @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_RENAME - ???oldname - ???newname + intVCWD_RENAME + char *oldname + char *newname ... diff --git a/internals/tsrm/macros/VCWD_RMDIR.xml b/internals/tsrm/macros/VCWD_RMDIR.xml index 74ed2056bc..ceb397c7eb 100644 --- a/internals/tsrm/macros/VCWD_RMDIR.xml +++ b/internals/tsrm/macros/VCWD_RMDIR.xml @@ -1,5 +1,5 @@ - + VCWD_RMDIR @@ -9,8 +9,8 @@ &reftitle.description; - ???VCWD_RMDIR - ???pathname + intVCWD_RMDIR + char *pathname ... diff --git a/internals/tsrm/macros/VCWD_STAT.xml b/internals/tsrm/macros/VCWD_STAT.xml index fcccbfa8b9..1fdd68a4a8 100644 --- a/internals/tsrm/macros/VCWD_STAT.xml +++ b/internals/tsrm/macros/VCWD_STAT.xml @@ -1,5 +1,5 @@ - + VCWD_STAT @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_STAT - ???path - ???buff + intVCWD_STAT + char *path + struct stat *buff ... diff --git a/internals/tsrm/macros/VCWD_UNLINK.xml b/internals/tsrm/macros/VCWD_UNLINK.xml index 5403ddc024..4c55569f85 100644 --- a/internals/tsrm/macros/VCWD_UNLINK.xml +++ b/internals/tsrm/macros/VCWD_UNLINK.xml @@ -1,5 +1,5 @@ - + VCWD_UNLINK @@ -9,8 +9,8 @@ &reftitle.description; - ???VCWD_UNLINK - ???path + intVCWD_UNLINK + char *path ... diff --git a/internals/tsrm/macros/VCWD_UTIME.xml b/internals/tsrm/macros/VCWD_UTIME.xml index 20916a5486..dc5136982a 100644 --- a/internals/tsrm/macros/VCWD_UTIME.xml +++ b/internals/tsrm/macros/VCWD_UTIME.xml @@ -1,5 +1,5 @@ - + VCWD_UTIME @@ -9,9 +9,9 @@ &reftitle.description; - ???VCWD_UTIME - ???path - ???time + intVCWD_UTIME + char *path + struct utimebuf *time ...