Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dstdlib.h440 __strtox(const char * nptr,char ** endptr,int base,intmax_t lower_limit,uintmax_t upper_limit) __strtox() argument
513 strtol(const char * nptr,char ** endptr,int base) strtol() argument
519 strtoul(const char * nptr,char ** endptr,int base) strtoul() argument
525 strtoll(const char * nptr,char ** endptr,int base) strtoll() argument
531 strtoull(const char * nptr,char ** endptr,int base) strtoull() argument
537 strtoimax(const char * nptr,char ** endptr,int base) strtoimax() argument
543 strtoumax(const char * nptr,char ** endptr,int base) strtoumax() argument
[all...]
/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/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()