Searched refs:strnlen (Results 26 - 50 of 181) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfig.h161 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
603 #define strnlen rpl_strnlen macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstring.h84 extern __kernel_size_t strnlen(const char *,__kernel_size_t);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/ata_id/
H A Data_id.c61 len = strnlen(from, count);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogread.c111 cur = strnlen(shbuf_data, shbuf_tail);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Ddebug.c102 strnlen(vol->name, vol->name_len + 1) == vol->name_len) {
135 strnlen(&r->name[0], name_len + 1) == name_len) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dstdio.c15 size_t strnlen(const char * s, size_t count) function
220 len = strnlen(s, precision);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Dstring.c56 * strnlen - Find the length of a length-limited string
62 size_t strnlen(const char * s, size_t n) function
66 EXPORT_SYMBOL(strnlen); variable
H A Duaccess_pt.c172 return strnlen((const char __kernel __force *) src, count) + 1;
189 len_str = strnlen(addr, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dmount.cifs.c376 if (strnlen(value, 260) < 260) {
414 } else if (strnlen(value, 17) < 17) {
430 } else if (strnlen(value, 35) < 35) {
444 } else if(strnlen(value,5) < 5) {
448 if (strnlen(value, 300) < 300) {
474 if (strnlen(value, 65) < 65) {
755 int length = strnlen(unc_name,1024);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Didmap.c342 if ((len = strnlen(im->im_name, IDMAP_NAMESZ)) == 0)
405 namelen_in = strnlen(im_in.im_name, IDMAP_NAMESZ);
437 && strnlen(im->im_name, IDMAP_NAMESZ) == namelen_in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c773 name_len = strnlen(fileName, PATH_MAX);
845 name_len = strnlen(fileName, PATH_MAX);
890 name_len = strnlen(dirName, PATH_MAX);
933 name_len = strnlen(name, PATH_MAX);
982 name_len = strnlen(name, PATH_MAX);
1150 name_len = strnlen(fileName, PATH_MAX);
1254 name_len = strnlen(fileName, PATH_MAX);
1948 name_len = strnlen(fromName, PATH_MAX);
1951 name_len2 = strnlen(toName, PATH_MAX);
2095 name_len = strnlen(fromNam
[all...]
H A Dcifs_unicode.c244 len = strnlen(src, maxlen);
H A Dsess.c253 bcc_ptr += strnlen(ses->userName, MAX_USERNAME_SIZE);
261 bcc_ptr += strnlen(ses->domainName, 256);
337 len = strnlen(bcc_ptr, bleft);
354 len = strnlen(bcc_ptr, bleft);
367 len = strnlen(bcc_ptr, bleft);
H A Dconnect.c805 int n = strnlen(nodename, 15);
863 if (strnlen(value, 200) < 200) {
954 } else if (strnlen(value, INET6_ADDRSTRLEN) <
1015 if ((temp_len = strnlen(value, 300)) < 300) {
1041 if (strnlen(value, 256) < 256) {
1055 if ((temp_len = strnlen(value, 1024)) < 1024) {
1077 if (strnlen(value, 65) < 65) {
1338 if ((temp_len = strnlen(devname, 300)) < 300) {
1930 strnlen(pSesInfo->serverName,
2520 int unc_len = strnlen(volume_inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfig.h288 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
1092 #define strnlen rpl_strnlen macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dutil.c47 len = strnlen(s, max);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Duaccess.h244 return strnlen(src, n) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dstring.c398 * strnlen - Find the length of a length-limited string
402 size_t strnlen(const char *s, size_t count) function
410 EXPORT_SYMBOL(strnlen); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dtestsuite.c283 printf("test: strnlen\n");
284 if (strnlen("bla", 2) != 2) {
285 printf("failure: strnlen [\nunexpected length\n]\n");
289 if (strnlen("some text\n", 0) != 0) {
290 printf("failure: strnlen [\nunexpected length\n]\n");
294 if (strnlen("some text", 20) != 9) {
295 printf("failure: strnlen [\nunexpected length\n]\n");
299 printf("success: strnlen\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dfc_encode.h158 len = strnlen(fc_host_symbolic_name(lport->host), 255);
167 len = strnlen(fc_host_symbolic_name(lport->host), 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.h157 #define strnlen rep_strnlen macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DmissFuncs.c452 size_t strnlen(const char *str, size_t l) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dphram.c244 if (strnlen(val, sizeof(buf)) >= sizeof(buf))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_module.c277 return strnlen(buf, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_module.c276 return strnlen(buf, count);

Completed in 375 milliseconds

12345678