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

/freebsd-11-stable/usr.bin/patch/
H A Dpch.c83 static LINENUM strtolinenum(char *, char **);
382 if (strtolinenum(s + 4, &s) == 0)
639 p_first = strtolinenum(s, &s);
646 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1;
710 p_newfirst = strtolinenum(s, &s);
716 p_repl_lines = strtolinenum(s, &s) -
921 p_first = strtolinenum(s, &s);
923 p_ptrn_lines = strtolinenum(s + 1, &s);
930 p_newfirst = strtolinenum(s, &s);
932 p_repl_lines = strtolinenum(
1639 strtolinenum(char *nptr, char **endptr) function
[all...]

Completed in 63 milliseconds