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

/freebsd-12-stable/contrib/diff/lib/
H A Dxstrtol.h51 # define _DECLARE_XSTRTOL(name, type) \ macro
53 _DECLARE_XSTRTOL (xstrtol, long int)
54 _DECLARE_XSTRTOL (xstrtoul, unsigned long int)
55 _DECLARE_XSTRTOL (xstrtoimax, intmax_t)
56 _DECLARE_XSTRTOL (xstrtoumax, uintmax_t)
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dxstrtol.h24 # define _DECLARE_XSTRTOL(name, type) \ macro
28 _DECLARE_XSTRTOL (xstrtol, long int)
29 _DECLARE_XSTRTOL (xstrtoul, unsigned long int)
30 _DECLARE_XSTRTOL (xstrtoumax, uintmax_t)

Completed in 60 milliseconds