Searched refs:mach (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm65 my($mach,$macdef,$tok,@tok) = (0,0);
91 $mach = bless {};
92 $netrc{default} = [$mach];
105 $mach = bless {machine => $host};
109 push(@{$netrc{$host}}, $mach);
113 next TOKEN unless $mach;
117 $mach->{$1} = $value;
121 next TOKEN unless $mach;
123 $mach->{macdef} = {}
124 unless exists $mach
[all...]
/osnet-11/usr/src/lib/
H A Dreq.flg31 echo_file usr/src/lib/Makefile.mach
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexecd.c91 audit_rexecd_session_setup(char *name, char *mach, uid_t uid) argument
109 rc = aug_get_machine(mach, addr, &type);
H A Daudit_rexd.c120 audit_rexd_session_setup(char *name, char *mach, uid_t uid) argument
/osnet-11/usr/src/lib/libdll/common/
H A Ddlfcn.c319 # include <mach-o/dyld.h>
/osnet-11/usr/src/lib/libc/
H A DMakefile308 include ../Makefile.mach
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.sub625 basic_machine=i386-mach
626 os=-mach
1161 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.sub650 basic_machine=i386-mach
651 os=-mach
1199 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h2062 # include <mach/cthreads.h>
3016 # include <mach-o/dyld.h>
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c1711 # include <mach/mach.h>
1713 # include <mach.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2922 'mach' => [@machines],
2934 my($self,$mach) = @_;
2935 for ( @{$self->{'mach'}} ) {
2936 return 1 if $_ eq $mach;

Completed in 82 milliseconds