Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/telephony/
Dixj.c3309 strcpy(sdmf1, j->cid_send.month); in ixj_write_cid()
3310 strcat(sdmf1, j->cid_send.day); in ixj_write_cid()
3311 strcat(sdmf1, j->cid_send.hour); in ixj_write_cid()
3312 strcat(sdmf1, j->cid_send.min); in ixj_write_cid()
3313 strcpy(sdmf2, j->cid_send.number); in ixj_write_cid()
3314 strcpy(sdmf3, j->cid_send.name); in ixj_write_cid()
3471 strcpy(sdmf1, j->cid_send.month); in ixj_write_cidcw()
3472 strcat(sdmf1, j->cid_send.day); in ixj_write_cidcw()
3473 strcat(sdmf1, j->cid_send.hour); in ixj_write_cidcw()
3474 strcat(sdmf1, j->cid_send.min); in ixj_write_cidcw()
[all …]
Dixj.h1290 PHONE_CID cid_send; member