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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm412 my($fromto,$autodir,$pm_filter) = @_;
422 if (!ref($fromto) && -r $fromto)
427 open(FROMTO,"<$fromto") or die "Cannot open $fromto:$!";
428 my $str = '$fromto = {qw{'.join('',<FROMTO>).'}}';
434 while(my($from, $to) = each %$fromto) {
H A DMM_VMS.pm1135 my(@m, $from, $to, %fromto, @to);
1142 $fromto{$from} = vmsify($to);
1144 @to = values %fromto;
1164 while (($from,$to) = each %fromto) {
H A DMM_Unix.pm2601 my(@m, $from, $to, %fromto, @to);
2608 $fromto{$from}=$to;
2610 @to = values %fromto;
2633 while (($from,$to) = each %fromto) {
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c2329 idmap_trace_print_id(FILE *out, nvlist_t *entry, char *fromto) argument
2334 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_TYPE, &i64)) {
2363 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_NAME, &s))
2366 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_SID, &s))
2369 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_UNIXID, &i64))

Completed in 38 milliseconds