Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/patch/
H A Dpch.c83 static LINENUM strtolinenum(char *, char **);
382 if (strtolinenum(s + 4, &s) == 0) in intuit_diff_type()
634 p_first = strtolinenum(s, &s); in another_hunk()
705 p_newfirst = strtolinenum(s, &s); in another_hunk()
711 p_repl_lines = strtolinenum(s, &s) - in another_hunk()
916 p_first = strtolinenum(s, &s); in another_hunk()
925 p_newfirst = strtolinenum(s, &s); in another_hunk()
1077 p_first = strtolinenum(buf, &s); in another_hunk()
1087 min = strtolinenum(s + 1, &s); in another_hunk()
1089 max = strtolinenum(s + 1, &s); in another_hunk()
[all …]