Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/ !
H A Dstdlib.h438 uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper… in __strtox()
511 long strtol(const char *nptr, char **endptr, int base) in strtol()
517 unsigned long strtoul(const char *nptr, char **endptr, int base) in strtoul()
523 long long strtoll(const char *nptr, char **endptr, int base) in strtoll()
529 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull()
535 intmax_t strtoimax(const char *nptr, char **endptr, int base) in strtoimax()
541 uintmax_t strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
/linux/include/media/ !
H A Dmedia-device.h455 struct media_entity_notify *nptr) in media_device_register_entity_notify()
460 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/fs/xfs/libxfs/ !
H A Dxfs_btree.c3231 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local
3322 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local
3444 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull()
3518 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec() local
3732 union xfs_btree_ptr nptr; /* new block number (split result) */ in xfs_btree_insert() local
/linux/arch/um/drivers/ !
H A Dvector_user.c388 static int strtofd(const char *nptr) in strtofd()