Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 25 of 33) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_mmap.c54 fseek(fp, (long) offsetof(__locale_mmap_t, __PASTE3(lc_,X,_data)), SEEK_SET); \
76 fseek(fp, (long) offsetof(__locale_mmap_t, __PASTE2(tblw,X)), SEEK_SET); \
82 fseek(fp, (long) offsetof(__locale_mmap_t, __PASTE2(tblw,X)), SEEK_SET); \
89 fseek(fp, (long) offsetof(__locale_mmap_t, __PASTE2(tbl8,X)), SEEK_SET); \
95 fseek(fp, (long) offsetof(__locale_mmap_t, __PASTE2(tbl8,X)), SEEK_SET); \
163 fseek(fp, (long) offsetof(__locale_mmap_t, codeset_8_bit), SEEK_SET); \ in main()
190 fseek(fp, (long) offsetof(__locale_mmap_t, locales), SEEK_SET); in main()
195 fseek(fp, (long) offsetof(__locale_mmap_t, locale_names5), SEEK_SET); in main()
201 fseek(fp, (long) offsetof(__locale_mmap_t, locale_at_modifiers), SEEK_SET); in main()
208 fseek(fp, (long) offsetof(__locale_mmap_t, lc_names), SEEK_SET); in main()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dseek.c18 { 0x00, SEEK_SET }, in main()
19 { 0x01, SEEK_SET }, in main()
20 { 0xFF, SEEK_SET } in main()
48 tmp = fseeko(fp, 1024, SEEK_SET); in main()
A Dfdopen.c38 assert (lseek (fd, 5, SEEK_SET) == 5); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfsetpos.c25 if ((retval = FSEEK(stream, pos->__pos, SEEK_SET)) == 0) { in libc_hidden_proto()
36 return FSEEK(stream, pos->__pos, SEEK_SET); in libc_hidden_proto()
A Dfseeko.c10 #if SEEK_SET != 0 || SEEK_CUR != 1 || SEEK_END != 2
11 # error Assumption violated -- values of SEEK_SET, SEEK_CUR, SEEK_END
A Drewind.c18 fseek(stream, 0L, SEEK_SET); /* first since fseek could set it. */ in rewind()
A Dopen_memstream.c79 if (whence != SEEK_SET) { in oms_seek()
A Dfmemopen.c91 if (whence != SEEK_SET) { in fmo_seek()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel7.c60 .l_whence = SEEK_SET, in sl()
142 .l_whence = SEEK_SET, in do_test()
182 .l_whence = SEEK_SET,
A Dtst-flock2.c41 .l_whence = SEEK_SET, in tf()
114 .l_whence = SEEK_SET, in do_test()
A Dtst-mqueue.h48 if (lseek (temp_mq_fd, 0, SEEK_SET) != 0) in do_cleanup()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dlckpwdf.c101 if (SEEK_SET) in lckpwdf()
102 fl.l_whence = SEEK_SET; in lckpwdf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/dirent/
A Drewinddir.c21 lseek(dir->dd_fd, 0, SEEK_SET); in rewinddir()
A Dseekdir.c20 dir->dd_nextoff = lseek(dir->dd_fd, offset, SEEK_SET); in seekdir()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dlseek.c43 case SEEK_SET:
A Dgetdents64.c68 lseek64(fd, last_offset, SEEK_SET); in _syscall3()
A Dgetdents.c133 lseek(fd, last_offset, SEEK_SET);
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dfcntl.h53 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
A Dunistd.h316 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
323 # define L_SET SEEK_SET
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/utmp/
A Dutent.c53 lseek(static_fd, 0, SEEK_SET); in __setutent_unlocked()
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/sysdeps/linux/common/
A Dgetdents.c116 lseek(fd, last_offset, SEEK_SET);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dstdio_sync_filebuf.h170 __whence = SEEK_SET; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dstdio_sync_filebuf.h200 __whence = SEEK_SET; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dstdio_sync_filebuf.h200 __whence = SEEK_SET; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dstdio_sync_filebuf.h200 __whence = SEEK_SET; in _GLIBCXX_VISIBILITY()

Completed in 24 milliseconds

12