Searched defs:nptr (Results 1 – 7 of 7) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | stdlib.h | 442 uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper… in __strtox() 515 long strtol(const char *nptr, char **endptr, int base) in strtol() 521 unsigned long strtoul(const char *nptr, char **endptr, int base) in strtoul() 527 long long strtoll(const char *nptr, char **endptr, int base) in strtoll() 533 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull() 539 intmax_t strtoimax(const char *nptr, char **endptr, int base) in strtoimax() 545 uintmax_t strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
|
/linux/drivers/media/mc/ |
H A D | mc-device.c | 756 struct media_entity_notify *nptr) in media_device_register_entity_notify() 768 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify() 774 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
|
/linux/include/media/ |
H A D | media-device.h | 455 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 D | earlycpio.c | 64 const char *p, *dptr, *nptr; in find_cpio_data() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.c | 55 const union xfs_btree_ptr *nptr, in xfs_inobt_set_root() 69 const union xfs_btree_ptr *nptr, in xfs_finobt_set_root()
|
H A D | xfs_btree.c | 3230 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local 3321 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local 3443 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull() 3517 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec() local 3731 union xfs_btree_ptr nptr; /* new block number (split result) */ in xfs_btree_insert() local
|
/linux/arch/um/drivers/ |
H A D | vector_user.c | 388 static int strtofd(const char *nptr) in strtofd()
|