Lines Matching defs:map
55 * first key/value pair from the map data base. The returned key should be
62 char *map,
74 if ((map == NULL) || (domain == NULL))
78 maplen = strlen(map);
91 reason = dofirst(domain, map, pdomb, _ypserv_timeout,
115 char *map,
122 return (__yp_first_cflookup(domain, map, key, keylen, val, vallen, 1));
130 dofirst(domain, map, pdomb, timeout, key, keylen, val, vallen)
132 char *map;
146 req.map = map;
215 * "next" key/value pair from the map data base. The input key should be
224 char *map,
239 if ((map == NULL) || (domain == NULL) || (inkey == NULL))
243 maplen = strlen(map);
255 reason = donext(domain, map, inkey, inkeylen, pdomb,
281 char *map,
290 return (__yp_next_cflookup(domain, map, inkey, inkeylen, outkey,
299 donext(domain, map, inkey, inkeylen, pdomb, timeout, outkey, outkeylen,
302 char *map;
318 req.map = map;