Lines Matching defs:Mapstore
58 static char *Mapstore;
121 proj = store == Mapstore ? -1 : 1;
126 mmdc = store == Mapstore ? &Mapdisc : &Shmdisc;
169 argv[i++] = Mapstore;
193 if(!(mapdt = opendictionary(num, pid, Mapstore)) )
194 terror("Process[num=%d,pid=%d]: can't open dictionary for %s", num, pid, Mapstore);
241 { Mapstore = argv[k++];
247 Mapstore = tstfile("map", -1);
249 (void)unlink(Mapstore);
253 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
254 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Mapstore);
256 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Mapstore);
268 terror("Parent[pid=%d]: vmalloc failed k=%d store=%s", ppid, k, Mapstore);
271 terror("Parent[pid=%d]: dtinsert failed k=%d store=%s", ppid, k, Mapstore);