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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsetbuf.c47 int fno = GET_FD(iop); /* file number */ local
59 if (fno < 2) {
61 buf = (fno == 0) ? _sibuf : _sobuf;
64 if (fno < _NFILE) {
65 buf = _smbuf[fno];
73 if (isatty(fno))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c389 static void exfile(register Shell_t *shp, register Sfio_t *iop,register int fno) argument
401 if(fno > 0)
404 VALIDATE_FD(shp, fno);
405 if(fno < 10 && ((r=sh_fcntl(fno,F_DUPFD,10))>=10))
408 shp->fdstatus[r] = shp->fdstatus[fno];
409 sh_close(fno);
410 fno = r;
412 fcntl(fno,F_SETFD,FD_CLOEXEC);
413 shp->fdstatus[fno] |
[all...]
H A Dpath.c616 * load functions from file <fno>
618 static void funload(Shell_t *shp,int fno, const char *name) argument
640 sh_close(fno);
649 sh_eval(sfnew(NIL(Sfio_t*),buff,IOBSIZE,fno,SF_READ),SH_FUNEVAL);
650 sh_close(fno);
681 register int fno; local
731 if(pp && strmatch(name,e_alphanum) && (fno=path_opentype(shp,name,pp,1))>=0)
735 sh_close(fno);
738 funload(shp,fno,name);
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c207 register int fno = 0; local
218 offset[fno] = sftell(out);
221 out = tmp[fno= !fno];
228 offset[fno] = 0;
229 fno= !fno;
237 if (offset[fno])
241 sfmove(tmp[!fno], NiL, n, delim);
242 if ((n = offset[!fno]
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/util/
H A Dmisc.h51 int fsync (int fno);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm140 my $fno;
141 if ($fno = $dfields->{$k} and $fno != $v) {
H A Dfields.pm52 my $fno = $fields->{$f};
56 if ($fno and $fno != $next) {
58 if ($fno < $fattr->[0]) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm50 my $fno = $vec->_fileno(shift);
51 return undef unless defined $fno;
52 $vec->[$fno + FIRST_FD];
/osnet-11/usr/src/grub/grub2/util/
H A Dmisc.c320 int fsync (int fno __attribute__ ((unused)))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST298 "$switch -Wb=-O9,-fno-cog -L .. " .
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm2186 disable an option using B<-fno-option>. All options default to

Completed in 50 milliseconds