Searched defs:nptr (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | stdlib.h | 440 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 D | mc-device.c | 785 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 D | media-device.h | 455 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 D | earlycpio.c | 64 const char *p, *dptr, *nptr; in find_cpio_data() local
|
| /linux/arch/um/drivers/ |
| H A D | vector_user.c | 388 static int strtofd(const char *nptr) in strtofd()
|