Searched refs:nto (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_unix.t30 } elsif ($^O =~ m/^(?:qnx|nto|vos)$/ ) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c162 struct timeval nto; local
164 (void) memset(&nto, '\0', sizeof (nto));
166 nto.tv_sec = time_out;
168 if (clnt_control(clntp, CLSET_TIMEOUT, (char *)&nto) != TRUE)
H A Dmeta_med.c117 md_timeval32_t nto; local
119 (void) memset(&nto, '\0', sizeof (nto));
121 nto.tv_sec = time_out;
123 if (clnt_control(clntp, CLSET_TIMEOUT, (char *)&nto) != TRUE)
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.sub121 nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
1189 os=-nto$os
1193 -nto-qnx*)
1195 -nto*)
1196 os=`echo $os | sed -e 's|nto|nto-qnx|'`
H A Dconfig.guess1195 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.rpath559 nto-qnx*)
H A Dconfig.sub123 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
1230 os=-nto$os
1234 -nto-qnx*)
1236 -nto*)
1237 os=`echo $os | sed -e 's|nto|nto-qnx|'`
H A Dconfig.guess1230 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm561 elsif ($^O =~ m/^(?:qnx|nto)$/ ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm38 # Handle POSIX-style node names beginning with double slash (qnx, nto)
44 if ( $^O =~ m/^(?:qnx|nto|cygwin)$/ && $path =~ s:^(//[^/]+)(/|\z):/:s ) {

Completed in 50 milliseconds