Lines Matching defs:base
50 simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull()
56 simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll()
62 simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul()
68 simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol()
74 kstrtoul(const char *cp, unsigned int base, unsigned long *res) in kstrtoul()
89 kstrtol(const char *cp, unsigned int base, long *res) in kstrtol()
104 kstrtoint(const char *cp, unsigned int base, int *res) in kstrtoint()
122 kstrtouint(const char *cp, unsigned int base, unsigned int *res) in kstrtouint()
140 kstrtou8(const char *cp, unsigned int base, uint8_t *res) in kstrtou8()
158 kstrtou16(const char *cp, unsigned int base, uint16_t *res) in kstrtou16()
176 kstrtou32(const char *cp, unsigned int base, uint32_t *res) in kstrtou32()
183 kstrtos32(const char *cp, unsigned int base, int32_t *res) in kstrtos32()
190 kstrtos64(const char *cp, unsigned int base, int64_t *res) in kstrtos64()
205 kstrtoll(const char *cp, unsigned int base, long long *res) in kstrtoll()
211 kstrtou64(const char *cp, unsigned int base, u64 *res) in kstrtou64()
226 kstrtoull(const char *cp, unsigned int base, unsigned long long *res) in kstrtoull()
272 kstrtoint_from_user(const char __user *s, size_t count, unsigned int base, in kstrtoint_from_user()
287 kstrtouint_from_user(const char __user *s, size_t count, unsigned int base, in kstrtouint_from_user()
302 kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, in kstrtou32_from_user()
310 kstrtou8_from_user(const char __user *s, size_t count, unsigned int base, in kstrtou8_from_user()