Searched refs:map (Results 126 - 150 of 267) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dyptol.h101 extern void set_key_data(map_ctrl *map, datum *data);
H A Dmap_conv.c63 * existing map files.
120 "Could not get map list for %s", dom_name);
136 * DESCRIPTION: Dump a OLD STYLE NIS map into the DIT.
138 * GIVEN : Name of map (not fully qualified)
152 char *map_path; /* Qualified map name */
156 printf("Copying map \"%s\", domain \"%s\", to LDAP.\n",
173 /* Make up fully qualified map name */
195 * This map probably didn't exist. No problem, user may be
308 /* A normal map update will initialize it. */
337 * DESCRIPTION: Dumps the contents of the DIT into one NEW STYLE NIS map
355 map_ctrl map; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dharness52 @tests = map(glob($_),@ARGV);
105 @tests = map {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dappend.t39 my ($ua, $uab) = map pack("U0a*", $_), $a, $ab;
H A Dhash.t42 my %h2 = map {$_ => 1} 'a'..'cc';
H A Dhashwarn.t30 print map "# $num : $_", split m/^/m, $diag;
H A Dbless.t29 $c1 = bless \(map "$_", "test"), "C";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dplainer.t28 print map { s/^/\#/mg; $_; }
29 map {+$_} # to avoid readonly values
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Db.t47 my @syms = map { 'Testing::Symtable::'.$_ } qw(This That wibble moo car
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t115 ok( eq_set( [map $strap->{$_}, grep defined $strap->{$_}, @attribs],
116 [map $expect->{$_}, grep defined $expect->{$_}, @attribs] ),
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in72 --recheck probe a device map even if it already exists
294 device_map=${grubdir}/device.map
327 # If --recheck is specified, remove the device map, if present.
332 # Create the device map file if it is not present.
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
354 echo "The drive $tmp is defined multiple times in the device map $device_map" 1>&2
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
454 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
467 # Prompt the user to check if the device map is correct.
469 echo "This is the contents of the device map
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A Dmkheader102 sub _getHexArray { map hex, $_[0] =~ /([0-9A-Fa-f]+)/g }
176 my @dec = map {
186 my @dec = map {
210 map sprintf("\\x%02x", $_), unpack 'C*', _pack_U(@_);
288 map sprintf("\t{ %d, %d }", $_, $CompList{$i}{$_}),
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen.c36 * map class initializers are NULL, and the map classes are already
305 enum irs_map_id map, enum irs_acc_id acc,
314 if (map == irs_gr)
318 if (map == irs_pw)
355 rules = &irs->map_rules[map];
365 /* Try to instantiate map accessors for this if necessary & approp. */
519 enum irs_map_id map; local
541 map = (enum irs_map_id) n;
550 if (add_rule(irs, map, ac
304 add_rule(struct gen_p *irs, enum irs_map_id map, enum irs_acc_id acc, const char *options) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dcwd.t38 (grep { -x && -f } map { "$_/$pwd$Config{exe_ext}" }
150 return join '', map "[$_]",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dis.t67 $classes{$s} = { map {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dfallback.t33 like($message, qr/does not map to iso-8859-1/o, "FB_WARN message");
H A Dvia.t20 my $a = join("", map { chr } 0..255) x 10;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DInstall.t70 my %packlist = map { chomp; ($_ => 1) } <PACKLIST>;
H A DManifest.t26 @INC = map { File::Spec->rel2abs($_) } @INC;
76 $warn = join("", map { "$_|" }
197 %$files = map { (lc $_ => $files->{$_}) } keys %$files;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self62 map { s/-USER-/$user/g } @data=<DATA>;
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAPort.h34 #include <map>
125 std::map<uint64_t, HBANPIVPort*> npivportsByWWN;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c521 // add the new map entry to the list
683 // process' object map.
1018 // Locates the specified object in the map
1035 OBJECT_MAP *map = (OBJECT_MAP *)node->data; local
1037 if (map->handle == handle) {
1038 obj = map->ptr;
1076 OBJECT_MAP *map = (OBJECT_MAP *)node->data; local
1078 if (map->handle == handle) {
1079 obj = map->ptr;
1119 OBJECT_MAP *map local
1422 OBJECT_MAP *map = (OBJECT_MAP *)node->data; local
1455 OBJECT_MAP *map = (OBJECT_MAP *)node->data; local
1641 OBJECT_MAP *map = (OBJECT_MAP *)node->data; local
2211 OBJECT_MAP *map = (OBJECT_MAP *)node->data; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A DIO.t30 my @default = map { "IO/$_.pm" } qw( Handle Seekable File Pipe Socket Dir );
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c15 #include "map.h"
99 ** host_map_lookup(map, hbuf, avp, pstat)
3894 ** map -- a pointer to this map.
3913 host_map_lookup(map, name, av, statp)
3914 MAP *map;
3970 if (bitset(MF_MATCHONLY, map->map_mflags))
3971 cp = map_rewrite(map, name, strlen(name), NULL);
3973 cp = map_rewrite(map,
3987 bitset(MF_DEFER, map
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c103 * Serializes/deserializes a map name string. This is a "wrapper" for
104 * xdr_string which knows about the maximum map name size.
119 xdr_ypmap_wrap_string(xdrs, &ps->map) &&
130 xdr_ypmap_wrap_string(xdrs, &ps->map)));
170 xdr_ypmap_wrap_string(xdrs, &ps->map) &&

Completed in 2051 milliseconds

1234567891011