Searched refs:maps (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/ |
H A D | Makefile | 24 SUBDIRS = libtopo modules maps
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | ccmapid.c | 35 static const Ccmap_t maps[] = variable 128 return !mp ? (Ccmap_t*)maps : (++mp)->name ? mp : (Ccmap_t*)0; 146 for (mp = maps; mp->name; mp++) 169 for (mp = maps; mp->name; mp++)
|
H A D | ccmap.c | 28 * dynamic single byte character code maps 620 static Map_t* maps; variable 662 for (map = maps; map; map = map->next) 675 map->next = maps; 676 maps = map;
|
/osnet-11/usr/src/lib/libsum/common/ |
H A D | sumlib.c | 204 static const Map_t maps[] = variable 280 for (n = 0; n < elementsof(maps); n++) 281 if (match(name, maps[n].match)) 283 name = maps[n].map; 373 for (i = 0; i < elementsof(maps); i++) 374 n += sfprintf(sp, "[+%s?%s Shorthand for \b%s\b.]", maps[i].match, maps[i].description, maps[i].map);
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 831 ns_ldap_attribute_map_t ***maps, 834 *maps = NULL; 839 __ns_ldap_freeAttributeMaps(ns_ldap_attribute_map_t ***maps) argument 845 if (*maps == NULL) 847 for (dptr = *maps; (ptr = *dptr) != NULL; dptr++) { 860 free(*maps); 861 *maps = NULL; 914 ns_ldap_objectclass_map_t ***maps, 917 *maps = NULL; 922 __ns_ldap_freeObjectClassMaps(ns_ldap_objectclass_map_t ***maps) argument 829 __ns_ldap_getAttributeMaps( const char *service, ns_ldap_attribute_map_t ***maps, ns_ldap_error_t **errorp) argument 912 __ns_ldap_getObjectClassMaps( const char *service, ns_ldap_objectclass_map_t ***maps, ns_ldap_error_t **errorp) argument [all...] |
H A D | ns_sldap.h | 978 ns_ldap_attribute_map_t ***maps, 982 ns_ldap_attribute_map_t ***maps); 994 ns_ldap_objectclass_map_t ***maps, 998 ns_ldap_objectclass_map_t ***maps);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_yp_util.c | 1181 char *maps = *mapname; local 1182 int maplen = strlen(maps); 1186 maps[maplen - 1] == PERIOD_CHAR) 1188 else if (strchr(maps, COMMA_CHAR)) { 1192 append_comma(&maps); 1193 maplen = strlen(maps); 1194 maps = realloc(maps, (maplen + domainlen + 1)); 1195 if (maps != NULL) { 1196 if (strlcat(maps, domainnam [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Asmdata.pm | 238 This array maps that number back to the name of the SV (like 'Nullsv'
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pplib.h | 260 char* maps; /* directive maps */ \
|
H A D | ppcontrol.c | 526 for (map = (struct map*)pp.maps; map; map = map->next) 1944 map->next = (struct map*)pp.maps; 1945 pp.maps = (char*)map;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/ |
H A D | LangTags.pm | 369 and maps it to a language tag. If it's not mappable (as with,
|
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 180 ap-pen-dix bit-map bit-maps 5628 % It maps \foo\ => \csname macarg.foo\endcsname => #N
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 180 ap-pen-dix bit-map bit-maps 6648 % It maps \foo\ => \csname macarg.foo\endcsname => #N
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | perl5db.pl | 3993 We take the file passed in and try to find it in C<%INC> (which maps modules
|
Completed in 100 milliseconds