Home
last modified time | relevance | path

Searched defs:simple_strtoul (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h62 simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() function
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h198 #define simple_strtoul(...) strtoul(__VA_ARGS__) macro