Lines Matching defs:Mapstore
60 static char *Mapstore;
123 proj = store == Mapstore ? -1 : 1;
128 mmdc = store == Mapstore ? &Mapdisc : &Shmdisc;
167 argv[i++] = Mapstore;
191 if(!(mapdt = opendictionary(num, pid, Mapstore)) )
192 terror("Process[num=%d,pid=%d]: can't open dictionary for %s", num, pid, Mapstore);
239 { Mapstore = argv[k++];
245 Mapstore = tstfile("map", -1);
247 (void)unlink(Mapstore);
251 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
252 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Mapstore);
254 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Mapstore);
266 terror("Parent[pid=%d]: vmalloc failed k=%d store=%s", ppid, k, Mapstore);
269 terror("Parent[pid=%d]: dtinsert failed k=%d store=%s", ppid, k, Mapstore);