Searched refs:match_strlcpy (Results 1 – 6 of 6) sorted by relevance
/linux/lib/ |
H A D | parser.c | 145 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_number() 176 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_u64int() 214 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_uint() 335 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy() function 346 EXPORT_SYMBOL(match_strlcpy);
|
/linux/include/linux/ |
H A D | parser.h | 37 size_t match_strlcpy(char *, const substring_t *, size_t);
|
/linux/fs/nfs/ |
H A D | nfs4idmap.c | 527 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
|
/linux/drivers/target/ |
H A D | target_core_file.c | 724 if (match_strlcpy(fd_dev->fd_dev_name, &args[0], in fd_set_configfs_dev_params()
|
H A D | target_core_iblock.c | 613 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0], in iblock_set_configfs_dev_params()
|
H A D | target_core_user.c | 2595 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
|