Home
last modified time | relevance | path

Searched refs:ascii_a (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/lib/
Dlibipc.c52 int ascii_a = (int)a; in getipckey() local
70 proj_id = count % 26 + ascii_a; in getipckey()
102 int ascii_a = (int)'a'; /* the ascii value for 'a' */ in init_buf() local
106 m_buf->mtext[i] = ascii_a + (i % 26); in init_buf()
/external/ltp/testcases/kernel/mem/hugetlb/lib/
Dhugetlb.c55 int ascii_a = (int)a; in getipckey() local
80 ipc_key = ftok(curdir, ascii_a + random() % 26); in getipckey()