Searched refs:maptype (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c74 static char *maptype = ""; variable
111 maptype = " build";
113 maptype = " install";
115 maptype = "";
371 maptype, ept->ainfo.owner); local
378 maptype, ept->ainfo.group); local
467 maptype, tempmode); local
908 maptype, ept->ainfo.owner); local
915 maptype, ept->ainfo.group); local
1011 pkg_gt(ERR_NOVAR), maptype, tempmod local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c717 char *maptype[MAXMAPSTACK]; local
740 nmaps = switch_map_find("aliases", maptype, mapreturn);
743 if (strcmp(maptype[i], "files") == 0 &&
751 else if (strcmp(maptype[i], "nisplus") == 0 &&
760 else if (strcmp(maptype[i], "nis") == 0 &&
769 else if (strcmp(maptype[i], "netinfo") == 0 &&
778 else if (strcmp(maptype[i], "hesiod") == 0 &&
788 else if (strcmp(maptype[i], "ldap") == 0 &&
811 ** maptype -- an out-array of strings containing the types
847 switch_map_find(service, maptype, mapretur
4300 char *maptype[MAXMAPSTACK]; local
[all...]
H A Dmap.c734 char *maptype[MAXMAPSTACK]; local
741 nmaps = switch_map_find("hosts", maptype, mapreturn);
750 host, maptype[mapno]);
751 if (strcmp("files", maptype[mapno]) == 0)
756 else if (strcmp("nis", maptype[mapno]) == 0)
766 else if (strcmp("nisplus", maptype[mapno]) == 0)
776 else if (strcmp("dns", maptype[mapno]) == 0)
782 else if (strcmp("netinfo", maptype[mapno]) == 0)
6508 char *maptype[MAXMAPSTACK]; local
6515 nmaps = switch_map_find(map->map_file, maptype, ma
[all...]
H A Dreadcf.c737 char *maptype[MAXMAPSTACK]; local
740 nmaps = switch_map_find("hosts", maptype, mapreturn);
749 if (strcmp(maptype[mapno], "dns") == 0)

Completed in 38 milliseconds