Manual Pages for UNIX Darwin command on man ftok
MyWebUniversity

Manual Pages for UNIX Darwin command on man ftok

FTOK(3) BSD Library Functions Manual FTOK(3)

NAME

ffttookk - create IPC identifier from path name

LLIIBBRRAARRYY

Standard C Library (libc, -lc)

SYNOPSIS

##iinncclluuddee <>

##iinncclluuddee <>

keyt ffttookk(const char *path, int id);

DESCRIPTION

The ffttookk() 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 ffttookk() 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 The ffttookk() function originates with System V and is typically used by programs that use the System V IPC routines. AUTHORS Thorsten Lockert

BUGS

The returned key is computed based on the device minor number and inode of the specified path in combination with the lower 8 bits of the given id. Thus it is quite possible for the routine to return duplicate keys. BSD June 24, 1994 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™