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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfseeko.c57 fseeko64(FILE *iop, off64_t offset, int ptrname) argument
72 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) {
86 p = lseek64(FILENO(iop), offset, ptrname);
93 fseeko(FILE *iop, off_t offset, int ptrname) argument
95 return (fseek(iop, offset, ptrname));
H A Dfseek.c50 fseek(FILE *iop, long offset, int ptrname) argument
65 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) {
79 p = lseek(FILENO(iop), (off_t)offset, ptrname);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL1603 my $ptrname = normalize_type("$name *");
1655 $ptrname THIS
1676 my $ptrname = $name . 'Ptr';
1697 #=head2 Object and class methods for C<$name>/C<$ptrname>
1700 #object of class C<$ptrname> which is a reference to an integer
1716 #Converts an object of type C<$name> to an object of type C<$ptrname>.
1729 #Applicable to objects of type C<$ptrname>.
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1273 int fseek(FILE *iop, long offset, int ptrname);

Completed in 34 milliseconds