ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
ss_const.h File Reference
#include <unidefs.h>
#include <signal.h>
#include <ss/libss_exports.h>
#include <ss/libss_undef.h>

Go to the source code of this file.

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
 

Detailed Description

Header file to define constants for eim system services

Definition in file ss_const.h.