Searched refs:match_strlcpy (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dparser.h37 size_t match_strlcpy(char *, const substring_t *, size_t);
/linux-master/lib/
H A Dparser.c145 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN)
176 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN)
214 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN)
324 * match_strlcpy - Copy the characters from a substring_t to a sized buffer
335 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) function
346 EXPORT_SYMBOL(match_strlcpy); variable
/linux-master/block/
H A Dblk-iocost.c3265 match_strlcpy(buf, &args[0], sizeof(buf));
3279 if (match_strlcpy(buf, &args[0], sizeof(buf)) >=
3296 if (match_strlcpy(buf, &args[0], sizeof(buf)) >=
3453 match_strlcpy(buf, &args[0], sizeof(buf));
3462 match_strlcpy(buf, &args[0], sizeof(buf));
/linux-master/fs/nfs/
H A Dnfs4idmap.c527 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ);
/linux-master/drivers/target/
H A Dtarget_core_file.c724 if (match_strlcpy(fd_dev->fd_dev_name, &args[0],
H A Dtarget_core_iblock.c610 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0],
H A Dtarget_core_user.c2595 if (match_strlcpy(udev->dev_config, &args[0],

Completed in 157 milliseconds