Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/patch/
H A Dpch.c81 static LINENUM strtolinenum(char *, char **);
375 if (strtolinenum(s + 4, &s) == 0) in intuit_diff_type()
614 p_first = strtolinenum(s, &s); in another_hunk()
685 p_newfirst = strtolinenum(s, &s); in another_hunk()
691 p_repl_lines = strtolinenum(s, &s) - in another_hunk()
896 p_first = strtolinenum(s, &s); in another_hunk()
905 p_newfirst = strtolinenum(s, &s); in another_hunk()
1057 p_first = strtolinenum(buf, &s); in another_hunk()
1067 min = strtolinenum(s + 1, &s); in another_hunk()
1069 max = strtolinenum(s + 1, &s); in another_hunk()
[all …]