Searched refs:off (Results 1 – 10 of 10) sorted by relevance
/posix/ |
A D | tst-fork.c | 41 off_t off; in main() local 68 off = lseek (fd, 0, SEEK_CUR); in main() 69 if (off == (off_t) -1 || off != strlen (testdata)) in main() 91 off = lseek (fd, 0, SEEK_CUR); in main() 92 if (off == (off_t) -1 || off != strlen (testdata)) in main()
|
A D | tst-execl2.c | 20 int off; in prepare() local 21 asprintf (&buf, "cp %s %n%s-copy", argv[0], &off, argv[0]); in prepare() 34 copy = buf + off; in prepare()
|
A D | tst-execle2.c | 20 int off; in prepare() local 21 asprintf (&buf, "cp %s %n%s-copy", argv[0], &off, argv[0]); in prepare() 34 copy = buf + off; in prepare()
|
A D | tst-execv2.c | 20 int off; in prepare() local 21 asprintf (&buf, "cp %s %n%s-copy", argv[0], &off, argv[0]); in prepare() 34 copy = buf + off; in prepare()
|
A D | tst-execve2.c | 20 int off; in prepare() local 21 asprintf (&buf, "cp %s %n%s-copy", argv[0], &off, argv[0]); in prepare() 34 copy = buf + off; in prepare()
|
A D | tst-execlp2.c | 24 int off; in prepare() local 25 asprintf (&buf, "cp %s %n%s-copy", argv[0], &off, argv[0]); in prepare() 38 copy = buf + off; in prepare()
|
A D | tst-execvp2.c | 27 int off; in prepare() local 28 asprintf (&buf, "cp %s %n%s-copy", argv[0], &off, argv[0]); in prepare() 41 copy = buf + off; in prepare()
|
A D | tst-_Fork.c | 46 off_t off = xlseek (tempfd, 0, SEEK_CUR); in singlethread_test() local 47 TEST_COMPARE (off, testdatalen1); in singlethread_test()
|
A D | regex_internal.c | 843 Idx off; in re_string_peek_byte_case() local 855 off = pstr->cur_idx + idx; in re_string_peek_byte_case() 858 off = pstr->offsets[off]; in re_string_peek_byte_case() 861 ch = pstr->raw_mbs[pstr->raw_mbs_idx + off]; in re_string_peek_byte_case() 884 Idx off; in re_string_fetch_byte_case() local 897 off = pstr->offsets[pstr->cur_idx]; in re_string_fetch_byte_case() 898 ch = pstr->raw_mbs[pstr->raw_mbs_idx + off]; in re_string_fetch_byte_case()
|
A D | tst-regex.input | 416 off-by-one in wordwrap algorithm when there' a space at the 4007 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap 4476 * sysdeps/arm/memset.S: Fix off by one error. 4645 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second 7331 * posix/wordexp.c (parse_param): Fix off-by-on error in $@ 7362 /dev/null instead of closing it, close pipe. Always chop off all 7512 * posix/wordexp.c (exec_comm): Always chop off terminating
|
Completed in 45 milliseconds