Kaydet (Commit) 4fc8c2c6 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED

2007/09/19 00:34:32 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
üst d65fd58a
/* RCS $Id: public.h,v 1.8 2007-01-18 09:34:52 vg Exp $ /* RCS $Id: public.h,v 1.9 2007-10-15 15:43:40 ihi Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
-- --
-- --
...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); ...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *)); void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(()); time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR)); void Do_profile_output ANSI((char *, uint16, CELLPTR));
int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
char ** Pack_argv ANSI((int, int, char *)); char ** Pack_argv ANSI((int, int, char **));
char *Read_env_string ANSI((char *)); char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *)); int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(()); void ReadEnvironment ANSI(());
...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); ...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *)); void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *)); char *Exec_function ANSI((char *));
int If_root_path ANSI((char *)); int If_root_path ANSI((char *));
int runargv ANSI((CELLPTR, int, int, t_attr, char *)); int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void Clean_up_processes ANSI(()); void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int)); int Wait_for_child ANSI((int, int));
time_t seek_arch ANSI((char*, char*)); time_t seek_arch ANSI((char*, char*));
......
/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:04 vg Exp $ /* RCS $Id: public.h,v 1.9 2007-10-15 15:43:53 ihi Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
-- --
-- --
...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); ...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *)); void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(()); time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR)); void Do_profile_output ANSI((char *, uint16, CELLPTR));
int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
char ** Pack_argv ANSI((int, int, char *)); char ** Pack_argv ANSI((int, int, char **));
char *Read_env_string ANSI((char *)); char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *)); int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(()); void ReadEnvironment ANSI(());
...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); ...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *)); void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *)); char *Exec_function ANSI((char *));
int If_root_path ANSI((char *)); int If_root_path ANSI((char *));
int runargv ANSI((CELLPTR, int, int, t_attr, char *)); int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void Clean_up_processes ANSI(()); void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int)); int Wait_for_child ANSI((int, int));
time_t seek_arch ANSI((char*, char*)); time_t seek_arch ANSI((char*, char*));
......
/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:17 vg Exp $ /* RCS $Id: public.h,v 1.9 2007-10-15 15:44:06 ihi Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
-- --
-- --
...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); ...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *)); void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(()); time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR)); void Do_profile_output ANSI((char *, uint16, CELLPTR));
int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
char ** Pack_argv ANSI((int, int, char *)); char ** Pack_argv ANSI((int, int, char **));
char *Read_env_string ANSI((char *)); char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *)); int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(()); void ReadEnvironment ANSI(());
...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); ...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *)); void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *)); char *Exec_function ANSI((char *));
int If_root_path ANSI((char *)); int If_root_path ANSI((char *));
int runargv ANSI((CELLPTR, int, int, t_attr, char *)); int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void Clean_up_processes ANSI(()); void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int)); int Wait_for_child ANSI((int, int));
time_t seek_arch ANSI((char*, char*)); time_t seek_arch ANSI((char*, char*));
......
/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:30 vg Exp $ /* RCS $Id: public.h,v 1.9 2007-10-15 15:44:19 ihi Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
-- --
-- --
...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); ...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *)); void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(()); time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR)); void Do_profile_output ANSI((char *, uint16, CELLPTR));
int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
char ** Pack_argv ANSI((int, int, char *)); char ** Pack_argv ANSI((int, int, char **));
char *Read_env_string ANSI((char *)); char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *)); int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(()); void ReadEnvironment ANSI(());
...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); ...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *)); void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *)); char *Exec_function ANSI((char *));
int If_root_path ANSI((char *)); int If_root_path ANSI((char *));
int runargv ANSI((CELLPTR, int, int, t_attr, char *)); int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void Clean_up_processes ANSI(()); void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int)); int Wait_for_child ANSI((int, int));
time_t seek_arch ANSI((char*, char*)); time_t seek_arch ANSI((char*, char*));
......
/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:43 vg Exp $ /* RCS $Id: public.h,v 1.9 2007-10-15 15:44:32 ihi Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
-- --
-- --
...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); ...@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *)); void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(()); time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR)); void Do_profile_output ANSI((char *, uint16, CELLPTR));
int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
char ** Pack_argv ANSI((int, int, char *)); char ** Pack_argv ANSI((int, int, char **));
char *Read_env_string ANSI((char *)); char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *)); int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(()); void ReadEnvironment ANSI(());
...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); ...@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *)); void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *)); char *Exec_function ANSI((char *));
int If_root_path ANSI((char *)); int If_root_path ANSI((char *));
int runargv ANSI((CELLPTR, int, int, t_attr, char *)); int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void Clean_up_processes ANSI(()); void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int)); int Wait_for_child ANSI((int, int));
time_t seek_arch ANSI((char*, char*)); time_t seek_arch ANSI((char*, char*));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment