ftok
msgkey = ftok(keyname, 4160);
semkey = ftok(keyname, arc4random() & INT_MAX);
shmkey = ftok(argv[1], 4160);
key_t ftok(const char *, int);