Lines Matching defs:map
38 * This is a user command which looks up the value of a key in a map
73 static char *map = NULL;
82 mname may be either a mapname or a nickname for a map\n\
83 -t inhibits map nickname translation\n\
85 -x dumps the map nickname translation table.\n";
113 if (translate && (strchr(map, '.') == NULL) &&
114 (getmapname(map, nm))) {
115 map = nm;
191 map = argv[argc -1];
193 if ((int)strlen(map) > YPMAXMAP) {
252 * isn't in the map.
265 err = yp_match_rsvdport(domain, map, key, (int)strlen(key), val, len);
269 err = yp_match_rsvdport(domain, map, key,
276 "Can't match key %s in map %s. Reason: %s.\n", key, map,