Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/
Dtac-pipe.c77 struct B_pair bp; in buf_init_from_stdin() local
78 bp.start = buf; in buf_init_from_stdin()
79 bp.one_past_end = buf + bytes_read; in buf_init_from_stdin()
80 obstack_grow (OBS, &bp, sizeof (bp)); in buf_init_from_stdin()
104 struct B_pair bp; in buf_init_from_stdin() local
106 bp.start = buf; in buf_init_from_stdin()
107 bp.one_past_end = buf + 1; in buf_init_from_stdin()
108 obstack_grow (OBS, &bp, sizeof (bp)); in buf_init_from_stdin()
Dsplit.c619 cwrite (bool new_file_flag, char const *bp, idx_t bytes) in cwrite() argument
623 if (!bp && bytes == 0 && elide_empty_files) in cwrite()
632 if (full_write (output_desc, bp, bytes) == bytes) in cwrite()
729 char *bp, *bp_out, *eob; in lines_split() local
738 bp = bp_out = buf; in lines_split()
739 eob = bp + n_read; in lines_split()
743 bp = rawmemchr (bp, eolchar); in lines_split()
744 if (bp == eob) in lines_split()
755 ++bp; in lines_split()
758 cwrite (new_file_flag, bp_out, bp - bp_out); in lines_split()
[all …]
Dset-fields.c61 struct field_range_pair const *ap = a, *bp = b; in compare_ranges() local
62 return (ap->lo > bp->lo) - (ap->lo < bp->lo); in compare_ranges()
Dstat.c993 char const *np = "?", *bp = nullptr; in out_mount_point() local
1007 bp = find_bind_mount (resolved); in out_mount_point()
1009 if (bp) in out_mount_point()
1025 bp = find_bind_mount (mp); in out_mount_point()
1031 out_string (pformat, prefix_len, bp ? bp : mp ? mp : np); in out_mount_point()
Dfactor.c1083 const uintmax_t *bp, const uintmax_t *ep, const uintmax_t *np, in powm2() argument
1090 b0 = bp[0]; in powm2()
1091 b1 = bp[1]; in powm2()
1147 millerrabin2 (const uintmax_t *np, uintmax_t ni, const uintmax_t *bp, in millerrabin2() argument
1152 y0 = powm2 (&r1m, bp, qp, np, ni, one); in millerrabin2()
/coreutils/tests/rm/
Dr-root.sh90 cat > bp.py <<'EOF.py' || framework_failure_