Home
last modified time | relevance | path

Searched refs:myread (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/perl/hints/
H A Dos2.sh355 . UU/myread
377 . UU/myread
402 . UU/myread
H A Daix.sh401 . ./myread
606 . UU/myread
H A Daix_4.sh485 . ./myread
/openbsd/usr.bin/mail/
H A Dfio.c53 myread(int fd, char *buf, int len) in myread() function
290 if (myread(fileno(f), (void *) &message[omsgCount], size) != size) in makemessage()
/openbsd/gnu/usr.bin/perl/
H A DConfigure4355 . ./myread
5070 . ./myread
5095 . ./myread
5109 . ./myread
5200 . ./myread
5344 . ./myread
5365 . ./myread
5570 . ./myread
5696 . ./myread
6219 . ./myread
[all …]
H A Dconfigure.com1009 $ GOSUB myread
1426 $ GOSUB myread
2501 $ GOSUB myread
/openbsd/gnu/usr.bin/binutils/bfd/
H A Daout-encap.c100 val = myread (execchan, &ch, sizeof (ch));
/openbsd/gnu/usr.bin/cvs/diff/
H A Ddiff3.c205 static size_t myread PARAMS((int, char *, size_t));
1339 bytes = myread (fd,
1848 myread (fd, ptr, size) in myread() function
/openbsd/gnu/usr.bin/perl/t/op/
H A Dcoreamp.t775 ok &myread($fh, \my $input, 6), '&read with 3 args';
777 ok &myread($fh, \$input, 6, 6), '&read with 4 args';
779 is +()=&myread($fh, \$input, 6), 1, '&read in list context';
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsource.c1007 while (myread (desc, &c, 1) > 0) in find_source_lines()
1036 size = myread (desc, data, size); in find_source_lines()
H A Ddefs.h394 extern int myread (int, char *, int);
H A Dutils.c1154 myread (int desc, char *addr, int len) in myread() function
H A DChangeLog-3.x119 fstat, and myread.
H A DChangeLog-19902818 move myread from core.c to utils.c.