Searched refs:strtolinenum (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/patch/ |
H A D | pch.c | 82 static LINENUM strtolinenum(char *, char **); 381 if (strtolinenum(s + 4, &s) == 0) in intuit_diff_type() 633 p_first = strtolinenum(s, &s); in another_hunk() 640 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1; in another_hunk() 704 p_newfirst = strtolinenum(s, &s); in another_hunk() 710 p_repl_lines = strtolinenum(s, &s) - in another_hunk() 915 p_first = strtolinenum(s, &s); in another_hunk() 917 p_ptrn_lines = strtolinenum(s + 1, &s); in another_hunk() 924 p_newfirst = strtolinenum(s, &s); in another_hunk() 926 p_repl_lines = strtolinenum(s + 1, &s); in another_hunk() [all …]
|