/netbsd/external/bsd/ntp/dist/include/ |
H A D | ntp_io.h | 23 #if !defined(SEEK_SET) && defined(L_SET) 24 # define SEEK_SET L_SET
|
/netbsd/external/bsd/ntp/dist/util/ |
H A D | tickadj.c | 209 #ifndef L_SET /* Was: defined(SYS_PTX) || defined(SYS_IX86OSF1) */ 210 # define L_SET SEEK_SET macro 861 if (lseek(ofd, off, L_SET) == -1) in writevar() 889 if (lseek(ifd, off, L_SET) == -1) in readvar()
|
/netbsd/bin/ksh/ |
H A D | sh.h | 39 # ifdef L_SET 40 # define SEEK_SET L_SET
|
/netbsd/sys/sys/ |
H A D | unistd.h | 184 #define L_SET SEEK_SET macro
|
/netbsd/distrib/utils/more/ |
H A D | ch.c | 166 (void)lseek(file, pos, L_SET); in fch_get()
|
/netbsd/external/bsd/top/dist/machine/ |
H A D | m_hpux7.c | 736 if (lseek(kmem, (long)offset, L_SET) == -1) {
|
H A D | m_hpux8.c | 674 if (lseek(kmem, (long)offset, L_SET) == -1) {
|
H A D | m_hpux9.c | 697 if (lseek(kmem, (long)offset, L_SET) == -1) {
|
H A D | m_decosf1.c | 670 if (lseek(kmem, (long)offset, L_SET) == -1) {
|
/netbsd/sbin/resize_ffs/ |
H A D | resize_ffs.c | 200 if (lseek(fd, blkno * DEV_BSIZE, L_SET) < 0) in readat() 240 if (lseek(fd, blkno * DEV_BSIZE, L_SET) < 0) in writeat()
|
/netbsd/external/bsd/libpcap/dist/ |
H A D | CHANGES | 776 - Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1992 | 1453 * dbxread.c (read_dbx_symtab): Use L_SET as bfd_seek arg. 1461 (read_ofile_symtab): foffset is now file_ptr. Use L_SET in bfd_seek. 1472 Use file_ptr offsets. bfd_seeks use L_SET.
|
H A D | ChangeLog-1995 | 962 * dwarfread.c, somread.c, ultra3-nat.c, xcoffread.c: Replace L_SET
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1992 | 1453 * dbxread.c (read_dbx_symtab): Use L_SET as bfd_seek arg. 1461 (read_ofile_symtab): foffset is now file_ptr. Use L_SET in bfd_seek. 1472 Use file_ptr offsets. bfd_seeks use L_SET.
|
H A D | ChangeLog-1995 | 962 * dwarfread.c, somread.c, ultra3-nat.c, xcoffread.c: Replace L_SET
|
/netbsd/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-9197 | 4592 * objdump.c: Standardize: L_SET -> SEEK_SET.
|
/netbsd/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-9197 | 4592 * objdump.c: Standardize: L_SET -> SEEK_SET.
|
/netbsd/external/gpl3/gdb/dist/binutils/ |
H A D | ChangeLog-9197 | 4592 * objdump.c: Standardize: L_SET -> SEEK_SET.
|
/netbsd/external/gpl3/gdb.old/dist/binutils/ |
H A D | ChangeLog-9197 | 4592 * objdump.c: Standardize: L_SET -> SEEK_SET.
|
/netbsd/external/gpl3/gdb/dist/gdb/doc/ |
H A D | ChangeLog | 7331 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR, 13459 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
|
/netbsd/external/gpl3/gdb.old/dist/gdb/doc/ |
H A D | ChangeLog | 7331 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR, 13459 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
|
/netbsd/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-9193 | 4992 no-longer-used definitions of L_SET and L_INCR.
|
/netbsd/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-9193 | 4992 no-longer-used definitions of L_SET and L_INCR.
|
/netbsd/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-9193 | 4992 no-longer-used definitions of L_SET and L_INCR.
|
/netbsd/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-9193 | 4992 no-longer-used definitions of L_SET and L_INCR.
|