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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dparser.h32 size_t match_strlcpy(char *, const substring_t *, size_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dparser.h32 size_t match_strlcpy(char *, const substring_t *, size_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dparser.c188 * match_strlcpy: - Copy the characters from a substring_t to a sized buffer
197 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) function
222 match_strlcpy(p, s, sz);
230 EXPORT_SYMBOL(match_strlcpy); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dparser.c188 * match_strlcpy: - Copy the characters from a substring_t to a sized buffer
197 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) function
222 match_strlcpy(p, s, sz);
230 EXPORT_SYMBOL(match_strlcpy); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/9p/
H A Dv9fs.c145 match_strlcpy(v9ses->uname, &args[0], PATH_MAX);
148 match_strlcpy(v9ses->aname, &args[0], PATH_MAX);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/9p/
H A Dv9fs.c145 match_strlcpy(v9ses->uname, &args[0], PATH_MAX);
148 match_strlcpy(v9ses->aname, &args[0], PATH_MAX);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/gfs2/
H A Dsuper.c147 match_strlcpy(args->ar_lockproto, &tmp[0],
151 match_strlcpy(args->ar_locktable, &tmp[0],
155 match_strlcpy(args->ar_hostdata, &tmp[0],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/gfs2/
H A Dsuper.c147 match_strlcpy(args->ar_lockproto, &tmp[0],
151 match_strlcpy(args->ar_locktable, &tmp[0],
155 match_strlcpy(args->ar_hostdata, &tmp[0],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/exofs/
H A Dsuper.c98 if (0 == match_strlcpy(str, &args[0], sizeof(str)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/exofs/
H A Dsuper.c98 if (0 == match_strlcpy(str, &args[0], sizeof(str)))

Completed in 188 milliseconds