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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dorckit_quirks.c21 unsigned int name_length = 10; local
29 hton16(PPTP_WINDOW), 0, hton16(name_length), 0,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/cfe/
H A Dcfe_api_int.h73 s64 name_length; /* size of name buffer */ member in struct:xiocb_envbuf
H A Dcfe_api.c130 xiocb.plist.xiocb_envbuf.name_length = namelen;
227 xiocb.plist.xiocb_envbuf.name_length = strlen(name);
395 xiocb.plist.xiocb_envbuf.name_length = strlen(name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.c135 a->name_length == ni->name_len &&
626 if (a->name_length)
630 a->name_length, ic, upcase, upcase_len)) {
636 a->name_length, 1, IGNORE_CASE,
650 a->name_length, 1, CASE_SENSITIVE,
923 al_name_len = al_entry->name_length;
965 next_al_entry->name_length == al_name_len &&
969 next_al_entry->name_length,
1054 le16_to_cpu(a->name_offset)), a->name_length,
1600 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) >=
1520 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
1619 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
1954 if (al_entry->name_length)
H A Dlayout.h642 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member in struct:__anon16827
644 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the
913 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member in struct:__anon16836
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dregfio.c294 uint16 class_length, name_length; local
357 name_length = nk->keyname ? strlen(nk->keyname) : 0 ;
359 if ( !prs_uint16( "name_length", ps, depth, &name_length ))
368 if ( name_length ) {
370 if ( !(nk->keyname = PRS_ALLOC_MEM( ps, char, name_length+1 )) )
374 if ( !prs_uint8s( True, "name", ps, depth, (uint8*)nk->keyname, name_length) )
378 nk->keyname[name_length] = '\0';
733 uint16 name_length; local
752 name_length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl2.h456 u16 name_length; member in struct:acpi_ibft_initiator
472 u16 name_length; member in struct:acpi_ibft_nic
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddsutils.c466 u32 name_length; local
488 &name_string, &name_length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_da_btree.h262 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4187
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:__anon4196
2465 u8 name_length; /* Length of the name of the extended member in struct:__anon4258
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c2290 int name_length = (name == NULL ? 0 : strlen(name)); local
2298 size = sizeof(struct smbc_dirent) + name_length + comment_len + 2;
2345 dirent->namelen = name_length;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drndis_wlan.c337 __le32 name_length; member in struct:ndis_config_param
937 infobuf->name_length = cpu_to_le32(param_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c7961 int name_length; local
8007 name_length = strlen(val->valuename);
8009 biggest_valuesize = name_length;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpifunc.c3850 u16 bin_index, char *sz_name, u16 name_length)
3865 name_length); local
3849 hpi_profile_get_name(const struct hpi_hsubsys *ph_subsys, u32 h_profile, u16 bin_index, char *sz_name, u16 name_length) argument

Completed in 230 milliseconds