Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Open System Services Porting Guide520573-006
Glossary-1
Glossary
absolute pathname. An Open System Services (OSS) pathname that begins with a slash
(/) character and is resolved beginning with the root directory. Contrast with relative
pathname.
address space. The memory locations to which a process has access.
ANSI. The American National Standards Institute.
API. See application program interface (API).
application program interface (API). A set of services (such as programming language
functions or procedures) that are called by an application program to communicate with
other software components. For example, an application program in the form of a client
might use an API to communicate with a server program.
appropriate privileges. An implementation-defined means of associating privileges with a
process for function calls or function call options that need special privileges.
authorization attributes. Security attributes of a process that can change through use of
functions such as setuid() (or of Guardian procedures such as
PROCESS_CREATE_) without reauthentication. The authorization attributes include
the effective user ID, saved-set user ID, saved-set group ID, user audit flags, and the
effective user name.
background process. A process that belongs to a background process group.
background process group. A process group that is both of the following:
Not a foreground process group
A member of a session that has a connection with a controlling terminal
base computing platform. The minimum software implementation that is the foundation for
the X/Open common applications environment (CAE). See also common applications
environment (CAE).
BSD. Berkeley Software Distribution.
CAE. See common applications environment (CAE).
character. A sequence of one or more bytes representing a single character; used for the
organization, representation, or control of data. A single-byte character consists of
eight bits that represent a character. A multibyte character uses one or more bytes to
represent a character. A wide character is a fixed-width character wide enough to hold
any coded character supported by an implementation.
The ISO C standard defines the term multibyte character; a single-byte character is a
special case of multibyte character.