Lines Matching defs:Mapstore
60 static char *Mapstore, *Shmstore;
122 proj = store == Mapstore ? -1 : 1;
127 mmdc = store == Mapstore ? &Mapdisc : &Shmdisc;
166 argv[i++] = Mapstore;
190 if(!(mapdt = opendictionary(num, pid, Mapstore)) )
191 terror("Process[num=%d,pid=%d]: can't open dictionary for %s", num, pid, Mapstore);
238 { Mapstore = argv[k++];
244 Mapstore = tstfile("map", -1);
246 (void)unlink(Mapstore);
250 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
251 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Mapstore);
253 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Mapstore);
265 terror("Parent[pid=%d]: vmalloc failed k=%d store=%s", ppid, k, Mapstore);
268 terror("Parent[pid=%d]: dtinsert failed k=%d store=%s", ppid, k, Mapstore);