Searched refs:ascii_a (Results 1 – 2 of 2) sorted by relevance
52 int ascii_a = (int)a; in getipckey() local70 proj_id = count % 26 + ascii_a; in getipckey()102 int ascii_a = (int)'a'; /* the ascii value for 'a' */ in init_buf() local106 m_buf->mtext[i] = ascii_a + (i % 26); in init_buf()
66 int ascii_a = (int)a; in getipckey() local91 ipc_key = ftok(curdir, ascii_a + random() % 26); in getipckey()