|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Macros | |
| #define | GMT_ZONE "GMT_TIME_ZONE" |
| #define | SS_MAX_ENV_LEN 255 |
| #define | SS_MAX_NO_CHAR 4096 |
| #define | SS_MAX_NUM_FILES 100 |
| #define | SS_MAXHOSTLEN 80 |
| #define | SS_MAXLLEN (SS_MAX_NO_CHAR + 3) |
| #define | SS_MAXMSGLEN 1024 |
| #define | SS_MAXPATHLEN 256 |
| #define | SS_MAXPIDSTR (SS_MAXPATHLEN + SS_MAXHOSTLEN + 2) |
| #define | SS_OBJECT 0 |
| #define | SS_USERLEN 80 |
File context flags | |
| #define | SS_EIM_CONTEXT 1 |
| #define | SS_USER_CONTEXT 2 |
Machine format flags | |
| #define | SS_NUM_MTYPES 3 |
| #define | SS_WNT_MACHINE 0 |
| #define | SS_VMS_MACHINE 1 |
| #define | SS_UNIX_MACHINE 2 |
| #define | SS_VALID_MTYPE(a) ( (a >= 0) && (a < SS_NUM_MTYPES) ) |
Network protocols | |
| #define | SS_ANYPROTO 0 |
| #define | SS_DECNET 1 |
| #define | SS_TCPIP 2 |
Process creation mode flags | |
| #define | SS_BACKGROUND 1 |
| #define | SS_FOREGROUND 2 |
| #define | SS_DETACHED 3 |
| #define | SS_DETACHED2 4 |
| #define | SS_CHAINED 5 |
Process termination status | |
| #define | SS_NOTSTOPPED 0 |
| #define | SS_EXITED 1 |
| #define | SS_SIGNALLED 2 |
Command file exit status | |
| #define | SS_EXIT_STAT_OK 0 |
IPC creation mode flags | |
| #define | SS_IPCCRT 1 |
| #define | SS_IPCATT 2 |
| #define | SS_IPCNET 4 |
| #define | SS_IPCACCEPT 8 |
IPC queue enabled/disabled flags | |
| #define | SS_ENABLED 1 |
| #define | SS_DISABLED 2 |
Network ipc constants | |
| #define | SS_NIPC_HEADER_LONGS 1 |
| #define | SS_NIPC_MAXMSGLEN 0x10000 /* 64 k */ |
File accessibility flags | |
| #define | SS_NO_ACCESS 16 |
| #define | SS_NO_EXIST 07 |
| #define | SS_READ 04 |
| #define | SS_WRITE 02 |
| #define | SS_EXECUTE 01 |
| #define | SS_EXISTS 00 |
IPC message wait flags | |
| #define | SS_MSG_WAIT 1 |
| #define | SS_MSG_NOWAIT 2 |
| #define | SS_MSG_NOTIFY 4 |
| #define | SS_MSG_NETHDR 8 |
File systems | |
| #define | SS_NATIVE 0 |
| #define | SS_SERVER 1 |
| #define | SS_UGFM 2 |
File types | |
| #define | SS_FILE 1 |
| #define | SS_DIRECTORY 2 |
Status of an eim file | |
| #define | SS_NOFILE 0x0 |
| #define | SS_OPEN 0x1 |
| #define | SS_CLOSED 0x2 |
| #define | SS_ERROR 0x4 |
| #define | SS_DELETED 0x8 |
| #define | SS_NODIR 0x10 |
Read/write modes | |
| #define | SS_RDONLY 01 |
| #define | SS_WRONLY 02 |
| #define | SS_RDWRITE 03 |
| #define | SS_APPEND 04 |
File protection mode for vms and unix | |
| #define | SS_ALL_PERMISSIONS_DMODE 0777 |
| #define | SS_DEF_FMODE 0644 |
| #define | SS_DEF_DMODE 0755 |
| #define | SS_NO_WORLD_ACCESS_FMODE 0640 |
| #define | SS_NO_WORLD_ACCESS_DMODE 0750 |
| #define | SS_SYS_BIT 0 |
Binary/text modes | |
| #define | SS_TEXT 010000 |
| #define | SS_BINARY 020000 |
| #define | SS_TRANSLATE 040000 |
Data types for translatable files | |
| #define | SS_VOID 0 |
| #define | SS_CHAR 1 |
| #define | SS_WCHAR 2 |
| #define | SS_BYTE 3 |
| #define | SS_SHORT 4 |
| #define | SS_LONG 5 |
| #define | SS_FLOAT 6 |
| #define | SS_DOUBLE 7 |
| #define | SS_NUM_TYPES 8 |
Arriving mail signal | |
| #define | SS_SIGCLD 18 |
User usable signals | |
| #define | SS_SIGHUP SIGHUP |
| #define | SS_SIGINT SIGINT |
| #define | SS_SIGILL SIGILL |
| #define | SS_SIGTRAP SIGTRAP |
| #define | SS_SIGFPE SIGFPE |
| #define | SS_SIGBUS SIGBUS |
| #define | SS_SIGSEGV SIGSEGV |
| #define | SS_SIGTERM SIGTERM |
| #define | SS_SIGQUIT SIGQUIT |
| #define | SS_SIGKILL SIGKILL |
| #define GMT_ZONE "GMT_TIME_ZONE" |
Logical to designate offset from gmt time zone
Definition at line 290 of file ss_const.h.
| #define SS_ALL_PERMISSIONS_DMODE 0777 |
Definition at line 224 of file ss_const.h.
| #define SS_ANYPROTO 0 |
Definition at line 82 of file ss_const.h.
| #define SS_APPEND 04 |
Definition at line 209 of file ss_const.h.
| #define SS_BACKGROUND 1 |
Definition at line 91 of file ss_const.h.
| #define SS_BINARY 020000 |
Definition at line 238 of file ss_const.h.
| #define SS_BYTE 3 |
Definition at line 252 of file ss_const.h.
| #define SS_CHAINED 5 |
Definition at line 95 of file ss_const.h.
| #define SS_CHAR 1 |
Definition at line 250 of file ss_const.h.
| #define SS_CLOSED 0x2 |
Definition at line 196 of file ss_const.h.
| #define SS_DECNET 1 |
Definition at line 83 of file ss_const.h.
| #define SS_DEF_DMODE 0755 |
Definition at line 226 of file ss_const.h.
| #define SS_DEF_FMODE 0644 |
Definition at line 225 of file ss_const.h.
| #define SS_DELETED 0x8 |
Definition at line 198 of file ss_const.h.
| #define SS_DETACHED 3 |
Definition at line 93 of file ss_const.h.
| #define SS_DETACHED2 4 |
Definition at line 94 of file ss_const.h.
| #define SS_DIRECTORY 2 |
Definition at line 187 of file ss_const.h.
| #define SS_DISABLED 2 |
Definition at line 140 of file ss_const.h.
| #define SS_DOUBLE 7 |
Definition at line 256 of file ss_const.h.
| #define SS_EIM_CONTEXT 1 |
Definition at line 41 of file ss_const.h.
| #define SS_ENABLED 1 |
Definition at line 139 of file ss_const.h.
| #define SS_ERROR 0x4 |
Definition at line 197 of file ss_const.h.
| #define SS_EXECUTE 01 |
Definition at line 159 of file ss_const.h.
| #define SS_EXISTS 00 |
Definition at line 160 of file ss_const.h.
| #define SS_EXIT_STAT_OK 0 |
Definition at line 121 of file ss_const.h.
| #define SS_EXITED 1 |
Process exited normally
Definition at line 107 of file ss_const.h.
| #define SS_FILE 1 |
Definition at line 186 of file ss_const.h.
| #define SS_FLOAT 6 |
Definition at line 255 of file ss_const.h.
| #define SS_FOREGROUND 2 |
Definition at line 92 of file ss_const.h.
| #define SS_IPCACCEPT 8 |
Definition at line 132 of file ss_const.h.
| #define SS_IPCATT 2 |
Definition at line 130 of file ss_const.h.
| #define SS_IPCCRT 1 |
Definition at line 129 of file ss_const.h.
| #define SS_IPCNET 4 |
Definition at line 131 of file ss_const.h.
| #define SS_LONG 5 |
Definition at line 254 of file ss_const.h.
| #define SS_MAX_ENV_LEN 255 |
Maximum length of an environment variable
Definition at line 287 of file ss_const.h.
| #define SS_MAX_NO_CHAR 4096 |
Maximum number of characters that can be written to an imanfile
Definition at line 272 of file ss_const.h.
| #define SS_MAX_NUM_FILES 100 |
Maximum number of files for a user
Definition at line 278 of file ss_const.h.
| #define SS_MAXHOSTLEN 80 |
Maximum host length
Definition at line 267 of file ss_const.h.
| #define SS_MAXLLEN (SS_MAX_NO_CHAR + 3) |
Buffer size to use when reading an imanfile
Definition at line 275 of file ss_const.h.
| #define SS_MAXMSGLEN 1024 |
Maximum message size
Definition at line 261 of file ss_const.h.
| #define SS_MAXPATHLEN 256 |
Maximum path length
Definition at line 264 of file ss_const.h.
| #define SS_MAXPIDSTR (SS_MAXPATHLEN + SS_MAXHOSTLEN + 2) |
Size of pid in ascii form
Definition at line 281 of file ss_const.h.
| #define SS_MSG_NETHDR 8 |
Definition at line 170 of file ss_const.h.
| #define SS_MSG_NOTIFY 4 |
Definition at line 169 of file ss_const.h.
| #define SS_MSG_NOWAIT 2 |
Definition at line 168 of file ss_const.h.
| #define SS_MSG_WAIT 1 |
Definition at line 167 of file ss_const.h.
| #define SS_NATIVE 0 |
Definition at line 177 of file ss_const.h.
| #define SS_NIPC_HEADER_LONGS 1 |
Definition at line 147 of file ss_const.h.
| #define SS_NIPC_MAXMSGLEN 0x10000 /* 64 k */ |
Definition at line 148 of file ss_const.h.
| #define SS_NO_ACCESS 16 |
Definition at line 155 of file ss_const.h.
| #define SS_NO_EXIST 07 |
Definition at line 156 of file ss_const.h.
| #define SS_NO_WORLD_ACCESS_DMODE 0750 |
Definition at line 228 of file ss_const.h.
| #define SS_NO_WORLD_ACCESS_FMODE 0640 |
Definition at line 227 of file ss_const.h.
| #define SS_NODIR 0x10 |
Definition at line 199 of file ss_const.h.
| #define SS_NOFILE 0x0 |
Definition at line 194 of file ss_const.h.
| #define SS_NOTSTOPPED 0 |
Process still running
Definition at line 104 of file ss_const.h.
| #define SS_NUM_MTYPES 3 |
Definition at line 49 of file ss_const.h.
| #define SS_NUM_TYPES 8 |
Definition at line 257 of file ss_const.h.
| #define SS_OBJECT 0 |
Modified for generic shell
Definition at line 243 of file ss_const.h.
| #define SS_OPEN 0x1 |
Definition at line 195 of file ss_const.h.
| #define SS_RDONLY 01 |
Definition at line 206 of file ss_const.h.
| #define SS_RDWRITE 03 |
Definition at line 208 of file ss_const.h.
| #define SS_READ 04 |
Definition at line 157 of file ss_const.h.
| #define SS_SERVER 1 |
Definition at line 178 of file ss_const.h.
| #define SS_SHORT 4 |
Definition at line 253 of file ss_const.h.
| #define SS_SIGBUS SIGBUS |
Definition at line 313 of file ss_const.h.
| #define SS_SIGCLD 18 |
Definition at line 300 of file ss_const.h.
| #define SS_SIGFPE SIGFPE |
Definition at line 312 of file ss_const.h.
| #define SS_SIGHUP SIGHUP |
Definition at line 308 of file ss_const.h.
| #define SS_SIGILL SIGILL |
Definition at line 310 of file ss_const.h.
| #define SS_SIGINT SIGINT |
Definition at line 309 of file ss_const.h.
| #define SS_SIGKILL SIGKILL |
Definition at line 321 of file ss_const.h.
| #define SS_SIGNALLED 2 |
Process exited because of a signal
Definition at line 110 of file ss_const.h.
| #define SS_SIGQUIT SIGQUIT |
Definition at line 320 of file ss_const.h.
| #define SS_SIGSEGV SIGSEGV |
Definition at line 314 of file ss_const.h.
| #define SS_SIGTERM SIGTERM |
Definition at line 315 of file ss_const.h.
| #define SS_SIGTRAP SIGTRAP |
Definition at line 311 of file ss_const.h.
| #define SS_SYS_BIT 0 |
Definition at line 229 of file ss_const.h.
| #define SS_TCPIP 2 |
Definition at line 84 of file ss_const.h.
| #define SS_TEXT 010000 |
Definition at line 237 of file ss_const.h.
| #define SS_TRANSLATE 040000 |
Definition at line 239 of file ss_const.h.
| #define SS_UGFM 2 |
Definition at line 179 of file ss_const.h.
| #define SS_UNIX_MACHINE 2 |
Definition at line 60 of file ss_const.h.
| #define SS_USER_CONTEXT 2 |
Definition at line 42 of file ss_const.h.
| #define SS_USERLEN 80 |
Size of user login name
Definition at line 284 of file ss_const.h.
| #define SS_VALID_MTYPE | ( | a | ) | ( (a >= 0) && (a < SS_NUM_MTYPES) ) |
Definition at line 62 of file ss_const.h.
| #define SS_VMS_MACHINE 1 |
Definition at line 59 of file ss_const.h.
| #define SS_VOID 0 |
Definition at line 249 of file ss_const.h.
| #define SS_WCHAR 2 |
Definition at line 251 of file ss_const.h.
| #define SS_WNT_MACHINE 0 |
Definition at line 58 of file ss_const.h.
| #define SS_WRITE 02 |
Definition at line 158 of file ss_const.h.
| #define SS_WRONLY 02 |
Definition at line 207 of file ss_const.h.