Searched defs:offset (Results 1 – 13 of 13) sorted by relevance
| /posix/ |
| A D | tst-posix_fadvise64.c | 36 off_t offset = UINT32_MAX + 2048LL; in do_test() local
|
| A D | pread.c | 24 __libc_pread (int fd, void *buf, size_t nbytes, off_t offset) in __libc_pread()
|
| A D | pread64.c | 24 __libc_pread64 (int fd, void *buf, size_t nbytes, off64_t offset) in __libc_pread64()
|
| A D | pwrite.c | 24 __libc_pwrite (int fd, const void *buf, size_t nbytes, off_t offset) in __libc_pwrite()
|
| A D | pwrite64.c | 24 __libc_pwrite64 (int fd, const void *buf, size_t nbytes, off64_t offset) in __libc_pwrite64()
|
| A D | tst-mmap-offset.c | 61 const unsigned long offset = 0xace00000; in do_test_bz18877() local 90 const int64_t offset = 1ULL << (page_shift + 8 * sizeof (uint32_t)); in do_test_large_offset() local
|
| A D | tst-truncate-common.c | 49 do_test_with_offset (off_t offset) in do_test_with_offset()
|
| A D | tst-preadwrite-common.c | 47 do_test_with_offset (off_t offset) in do_test_with_offset()
|
| A D | wordexp.c | 182 const char *words, size_t *offset) in parse_backslash() 210 const char *words, size_t *offset) in parse_qtd_backslash() 252 const char *words, size_t *offset, size_t wordc) in parse_tilde() 426 const char *words, size_t *offset, int flags, in parse_glob() 521 const char *words, size_t *offset) in parse_squote() 652 const char *words, size_t *offset, int flags, int bracket) in parse_arith() 1104 const char *words, size_t *offset, int flags, wordexp_t *pwordexp, in parse_comm() 1556 size_t offset; in parse_param() local 2002 const char *words, size_t *offset, int flags, in parse_dollars() 2060 const char *words, size_t *offset, int flags, in parse_backtick() [all …]
|
| A D | tst-regex.c | 220 size_t offset; in run_test() local 363 size_t offset; in run_test_backwards() local
|
| A D | regex_internal.c | 581 Idx offset; in re_string_reconstruct() local
|
| A D | regex_internal.h | 434 #define re_string_peek_byte(pstr, offset) \ argument
|
| A D | regexec.c | 750 __re_size_t offset = match_first - mctx.input.raw_mbs_idx; in re_search_internal() local
|
Completed in 38 milliseconds