:man| Alphabetical   Categories   About us 
 
FTOK (3) | C library functions | Unix Manual Pages | :man

NAME

ftok - create IPC identifier from path name

CONTENTS

Library
Synopsis
Description
Return Values
See Also
History
Authors
Bugs

LIBRARY


.Lb libc

SYNOPSIS


.In sys/types.h
.In sys/ipc.h key_t ftok "const char *path" "int id"

DESCRIPTION

The ftok function attempts to create a unique key suitable for use with the msgget(3), semget(2) and shmget(2) functions given the path of an existing file and a user-selectable id.

The specified path must specify an existing file that is accessible to the calling process or the call will fail. Also, note that links to files will return the same key, given the same id.

RETURN VALUES

The ftok function will return -1 if path does not exist or if it cannot be accessed by the calling process.

SEE ALSO

semget(2), shmget(2), msgget(3)

HISTORY

AUTHORS

BUGS

 
Created by Blin Media, 2008-2013