Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/telephony/
Dixj.c3193 strcpy(sdmf1, j->cid_send.month); in ixj_write_cid()
3194 strcat(sdmf1, j->cid_send.day); in ixj_write_cid()
3195 strcat(sdmf1, j->cid_send.hour); in ixj_write_cid()
3196 strcat(sdmf1, j->cid_send.min); in ixj_write_cid()
3197 strcpy(sdmf2, j->cid_send.number); in ixj_write_cid()
3198 strcpy(sdmf3, j->cid_send.name); in ixj_write_cid()
3343 strcpy(sdmf1, j->cid_send.month); in ixj_write_cidcw()
3344 strcat(sdmf1, j->cid_send.day); in ixj_write_cidcw()
3345 strcat(sdmf1, j->cid_send.hour); in ixj_write_cidcw()
3346 strcat(sdmf1, j->cid_send.min); in ixj_write_cidcw()
[all …]
Dixj.h1270 PHONE_CID cid_send; member