Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ld/
H A Dld.c1998 int bytes_read; local
2007 bytes_read = read (desc, &hdr1, sizeof hdr1);
2008 if (!bytes_read)
2011 if (sizeof hdr1 != bytes_read)
2068 int bytes_read; local
2073 bytes_read = read (desc, symdef_data, member_length);
2074 if (bytes_read != member_length)