Searched refs:name_length (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dorckit_quirks.c21 unsigned int name_length = 10; local
29 hton16(PPTP_WINDOW), 0, hton16(name_length), 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnameif.c97 size_t name_length; local
104 name_length = strcspn(line_ptr, " \t");
106 ch->ifname = xstrndup(line_ptr, name_length);
107 if (name_length > IF_NAMESIZE)
110 line_ptr += name_length;
112 name_length = strspn(line_ptr, "0123456789ABCDEFabcdef:");
113 line_ptr[name_length] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrlist.c139 attr->name_length + 7) & ~7;
150 if (!ntfs_attr_lookup(attr->type, (attr->name_length) ? (ntfschar*)
152 AT_UNNAMED, attr->name_length, CASE_SENSITIVE,
191 ale->name_length = attr->name_length;
200 attr->name_length * sizeof(ntfschar));
H A Dinode.c848 ctx->attr->name_length + 7) & ~7;
865 sizeof(ntfschar) * ctx->attr->name_length + 7) & ~7);
866 ale->name_length = ctx->attr->name_length;
877 ctx->attr->name_length * sizeof(ntfschar));
959 ale->name_length,
1141 attr->name_length, 0, NULL, 0))
H A Dattrib.c410 if (a->name_length) {
412 a->name_offset)), a->name_length);
416 name_len = a->name_length;
1741 if (a->name_length) {
1747 a->name_length, ic, upcase, upcase_len)) {
1753 a->name_length, 1, IGNORE_CASE,
1769 a->name_length, 1, CASE_SENSITIVE,
2040 al_name_len = al_entry->name_length;
2102 next_al_entry->name_length == al_name_len &&
2106 next_al_entry->name_length,
[all...]
H A Dindex.c1873 if (!ntfs_ir_lookup(ni, name, attr->name_length, &ctx))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A Dcfe_api_int.h92 cfe_xint_t name_length; /* size of name buffer */ member in struct:xiocb_envbuf_s
H A Dcfe_api.c145 xiocb.plist.xiocb_envbuf.name_length = namelen;
253 xiocb.plist.xiocb_envbuf.name_length = cfe_strlen(name);
445 xiocb.plist.xiocb_envbuf.name_length = cfe_strlen(name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c134 a->name_length == ni->name_len &&
628 if (a->name_length)
632 a->name_length, ic, upcase, upcase_len)) {
638 a->name_length, 1, IGNORE_CASE,
652 a->name_length, 1, CASE_SENSITIVE,
925 al_name_len = al_entry->name_length;
967 next_al_entry->name_length == al_name_len &&
971 next_al_entry->name_length,
1056 le16_to_cpu(a->name_offset)), a->name_length,
1602 mp_ofs = (name_ofs + a->name_length * sizeo
[all...]
H A Dinode.c791 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
920 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
1316 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
1344 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
1523 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
1622 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
1958 if (al_entry->name_length)
H A Dlayout.h653 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member in struct:__anon7555
655 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the
924 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member in struct:__anon7564
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsutils.c463 u32 name_length; local
484 &name_string, &name_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Ddpkg.c494 int name_length; local
537 name_length = offset_name_end - offset_name_start;
539 if (name_length == 0) {
542 if ((name_length > 0) && (value_length > 0)) {
557 if (name_length) {
558 *field_name = xstrndup(&package_buffer[offset_name_start], name_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.h251 uint xfs_da_hashname(const uchar_t *name_string, int name_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h729 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member in struct:__anon1241
731 /* 10*/ u16 name_offset; /* If name_length != 0, the byte offset to the
1023 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member in struct:__anon1250
2465 u8 name_length; /* Length of the name of the extended member in struct:__anon1312
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1397 if (!actx->attr->name_length)
1401 actx->attr->name_length, &tmp_name, 0);
1457 if (!actx->attr->name_length)
1461 actx->attr->name_length, &tmp_name, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dlibsmbclient.c1683 int name_length = (name == NULL ? 0 : strlen(name)); local
1691 size = sizeof(struct smbc_dirent) + name_length + comment_len + 2;
1738 dirent->namelen = name_length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c7852 int name_length; local
7900 name_length = strlen(val->valuename);
7902 biggest_valuesize = name_length;

Completed in 224 milliseconds