tango.stdc.posix.sys.ipc

D header file for POSIX.

Public Imports

tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.

Members

Functions

ftok
key_t ftok(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftok
key_t ftok(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftok
key_t ftok(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ipc_perm
struct ipc_perm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ipc_perm
struct ipc_perm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ipc_perm
struct ipc_perm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

IPC_CREAT
auto IPC_CREAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_CREAT
auto IPC_CREAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_CREAT
auto IPC_CREAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_EXCL
auto IPC_EXCL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_EXCL
auto IPC_EXCL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_EXCL
auto IPC_EXCL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_NOWAIT
auto IPC_NOWAIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_NOWAIT
auto IPC_NOWAIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_NOWAIT
auto IPC_NOWAIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_PRIVATE
key_t IPC_PRIVATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_PRIVATE
key_t IPC_PRIVATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_PRIVATE
key_t IPC_PRIVATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_RMID
auto IPC_RMID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_RMID
auto IPC_RMID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_RMID
auto IPC_RMID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_SET
auto IPC_SET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_SET
auto IPC_SET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_SET
auto IPC_SET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_STAT
auto IPC_STAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_STAT
auto IPC_STAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPC_STAT
auto IPC_STAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly