Lines Matching refs:map
102 static int MissingFds = 0; /* bit map of fds missing on startup */
1589 sm_dprintf("Deny user %d attempt to rebuild the alias map\n",
1593 "user %d attempted to rebuild the alias map",
4058 STAB *map;
4261 "Usage: /[canon|map|mx|parse|try|tryflags]\n");
4319 else if (sm_strcasecmp(&line[1], "map") == 0)
4327 "Usage: /map mapname key\n");
4339 map = stab(p, ST_MAP, ST_FIND);
4340 if (map == NULL)
4346 if (!bitset(MF_OPEN, map->s_map.map_mflags) &&
4347 !openmap(&(map->s_map)))
4357 p = (*map->s_map.map_class->map_lookup)
4358 (&map->s_map, q, av, &rcode);