Searched refs:shm_id (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_client.c124 static char *shm_id; local
127 // According to documentation, our shm_id must be no more than 31 characters long
175 asprintf(&shm_id, "sim.not.%s", scratch);
176 assert(shm_id);
179 if (!shm_id) {
180 shm_id = "apple.shm.notification_center";
184 return shm_id;

Completed in 114 milliseconds