Home
last modified time | relevance | path

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

/posix/
A Dtst-fork.c41 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 Dtst-execl2.c20 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 Dtst-execle2.c20 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 Dtst-execv2.c20 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 Dtst-execve2.c20 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 Dtst-execlp2.c24 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 Dtst-execvp2.c27 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 Dtst-_Fork.c46 off_t off = xlseek (tempfd, 0, SEEK_CUR); in singlethread_test() local
47 TEST_COMPARE (off, testdatalen1); in singlethread_test()
A Dregex_internal.c843 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 Dtst-regex.input416 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