Home
last modified time | relevance | path

Searched refs:strtolinenum (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/patch/
Dpch.c354 if (strtolinenum(s + 4, &s) == 0) in intuit_diff_type()
592 p_first = strtolinenum(s, &s); in another_hunk()
598 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1; in another_hunk()
663 p_newfirst = strtolinenum(s, &s); in another_hunk()
669 p_repl_lines = strtolinenum(s, &s) - in another_hunk()
874 p_first = strtolinenum(s, &s); in another_hunk()
876 p_ptrn_lines = strtolinenum(s + 1, &s); in another_hunk()
883 p_newfirst = strtolinenum(s, &s); in another_hunk()
885 p_repl_lines = strtolinenum(s + 1, &s); in another_hunk()
1035 p_first = strtolinenum(buf, &s); in another_hunk()
[all …]
Dpch.h60 LINENUM strtolinenum(char *, char **);
Ded.c173 first_addr = strtolinenum(buf, &p); in get_command()
174 second_addr = (*p == ',') ? strtolinenum(p + 1, &p) : -1; in get_command()