Home
last modified time | relevance | path

Searched defs:nptr (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/nolibc/
H A Dstdlib.h440 uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper… in __strtox()
513 long strtol(const char *nptr, char **endptr, int base) in strtol()
519 unsigned long strtoul(const char *nptr, char **endptr, int base) in strtoul()
525 long long strtoll(const char *nptr, char **endptr, int base) in strtoll()
531 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull()
537 intmax_t strtoimax(const char *nptr, char **endptr, int base) in strtoimax()
543 uintmax_t strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
/linux/drivers/media/mc/
H A Dmc-device.c785 struct media_entity_notify *nptr) in media_device_register_entity_notify()
797 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify()
803 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
/linux/include/media/
H A Dmedia-device.h455 media_device_register_entity_notify(struct media_device * mdev,struct media_entity_notify * nptr) media_device_register_entity_notify() argument
460 media_device_unregister_entity_notify(struct media_device * mdev,struct media_entity_notify * nptr) media_device_unregister_entity_notify() argument
/linux/lib/
H A Dearlycpio.c64 const char *p, *dptr, *nptr; in find_cpio_data() local
/linux/arch/um/drivers/
H A Dvector_user.c388 static int strtofd(const char *nptr) in strtofd()