Home
last modified time | relevance | path

Searched refs:MEM_FD (Results 1 – 5 of 5) sorted by relevance

/dports/comms/gammu/gammu-1.42.0/include/
H A Dgammu-memory.h63 MEM_FD, enumerator
107 ((x) == MEM_FD ? "FD" : \
/dports/comms/gammu/gammu-1.42.0/gammu/
H A Dmemory.c329 if (!gshutdown) SearchOneMemory(MEM_FD, "Fix dialling", Text); in SearchMemory()
/dports/comms/gammu/gammu-1.42.0/gammu/depend/nokia/
H A Ddct4.c1405 if (strcasecmp(argv[2],"FD") == 0) MemoryType=MEM_FD; in DCT4GetPBKFeatures()
/dports/comms/gammu/gammu-1.42.0/libgammu/service/
H A Dgsmpbk.c25 else if (strcmp(s, "FD") == 0) return MEM_FD; in GSM_StringToMemoryType()
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/at/
H A Datgen.c3509 case MEM_FD: in ATGEN_SetPBKMemory()