Searched refs:Name (Results 76 - 100 of 426) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.cpp26 if (parameters.GetValue(Name::InputFileName(), fileName))
28 ios::openmode binary = parameters.GetValueWithDefault(Name::InputBinaryMode(), true) ? ios::binary : ios::openmode(0);
37 parameters.GetValue(Name::InputStreamPointer(), m_stream);
159 if (parameters.GetValue(Name::OutputFileName(), fileName))
161 ios::openmode binary = parameters.GetValueWithDefault(Name::OutputBinaryMode(), true) ? ios::binary : ios::openmode(0);
170 parameters.GetValue(Name::OutputStreamPointer(), m_stream);
H A Doaep.h13 bool ParameterSupported(const char *name) const {return strcmp(name, Name::EncodingParameters()) == 0;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlhlpf.tex48 <param name="Name" value="@topic name@">
53 <param name="Name" value="@topic name@">
72 <param name="Name" value="Top node">
77 <param name="Name" value="subnode in topnode">
84 <param name="Name" value="Another Top">
H A Ddateevt.tex2 %% Name: dateevt.tex
H A Ddebugrptpvwstd.tex2 %% Name: debugrptpvwstd.tex
H A Ddebugrptz.tex2 %% Name: debugrptz.tex
H A Dgraphicsbrush.tex2 %% Name: graphicsbrush.tex
H A Dgraphicsfont.tex2 %% Name: graphicsfont.tex
H A Dgraphicspen.tex2 %% Name: graphicspen.tex
H A Dsistream.tex2 %% Name: sistream.tex
H A Dtstyles.tex2 %% Name: tstyles.tex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.y137 if (!strcmp(iface2->Name, iface->Name))
140 "definition for %s", iface->Name);
148 dlog(LOG_DEBUG, 4, "interface %s did not exist, ignoring the interface", iface->Name);
152 flog(LOG_ERR, "interface %s does not exist", iface->Name);
168 dlog(LOG_DEBUG, 4, "interface definition for %s is ok", iface->Name);
184 strncpy(iface->Name, $2, IFNAMSIZ-1);
185 iface->Name[IFNAMSIZ-1] = '\0';
444 if (strncmp(ifa->ifa_name, iface->Name, IFNAMSIZ))
463 flog(LOG_WARNING, "no auto-selected prefix on interface %s, disabling advertisements", iface->Name);
[all...]
H A Dradvd.c406 dlog(LOG_DEBUG, 4, "timer_handler called for %s", iface->Name);
434 set_interface_linkmtu(iface->Name, iface->AdvLinkMTU);
436 set_interface_curhlim(iface->Name, iface->AdvCurHopLimit);
438 set_interface_reachtime(iface->Name, iface->AdvReachableTime);
440 set_interface_retranstimer(iface->Name, iface->AdvRetransTimer);
513 dlog(LOG_DEBUG, 4, "disabling timer for %s", iface->Name);
526 dlog(LOG_DEBUG, 4, "freeing interface %s", iface->Name);
H A Dsend.c98 dlog(LOG_DEBUG, 4, "interface %s does not exist, ignoring the interface", iface->Name);
100 flog(LOG_WARNING, "interface %s does not exist, ignoring the interface", iface->Name);
106 flog(LOG_WARNING, "interface %s seems to have come back up, trying to reinitialize", iface->Name);
115 flog(LOG_WARNING, "problem checking all-routers membership on %s", iface->Name);
117 dlog(LOG_DEBUG, 3, "sending RA on %s", iface->Name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.y137 if (!strcmp(iface2->Name, iface->Name))
140 "definition for %s", iface->Name);
148 dlog(LOG_DEBUG, 4, "interface %s did not exist, ignoring the interface", iface->Name);
152 flog(LOG_ERR, "interface %s does not exist", iface->Name);
168 dlog(LOG_DEBUG, 4, "interface definition for %s is ok", iface->Name);
184 strncpy(iface->Name, $2, IFNAMSIZ-1);
185 iface->Name[IFNAMSIZ-1] = '\0';
444 if (strncmp(ifa->ifa_name, iface->Name, IFNAMSIZ))
463 flog(LOG_WARNING, "no auto-selected prefix on interface %s, disabling advertisements", iface->Name);
[all...]
H A Dradvd.c416 dlog(LOG_DEBUG, 4, "timer_handler called for %s", iface->Name);
444 set_interface_linkmtu(iface->Name, iface->AdvLinkMTU);
446 set_interface_curhlim(iface->Name, iface->AdvCurHopLimit);
448 set_interface_reachtime(iface->Name, iface->AdvReachableTime);
450 set_interface_retranstimer(iface->Name, iface->AdvRetransTimer);
523 dlog(LOG_DEBUG, 4, "disabling timer for %s", iface->Name);
536 dlog(LOG_DEBUG, 4, "freeing interface %s", iface->Name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddivasfunc.c77 strlcpy(IoAdapters[card - 1]->Name,
78 IoAdapters[card - 1]->Properties.Name,
79 sizeof(IoAdapters[card - 1]->Name));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp2 // Name: src/html/htmltag.cpp
47 wxChar *Name; member in struct:wxHtmlCacheItem
92 m_Cache[tg].Name = new wxChar[i+1];
93 memcpy(m_Cache[tg].Name, tagBuffer, (i+1)*sizeof(wxChar));
102 if ((m_Cache[i].End1 == -1) && (wxStrcmp(m_Cache[i].Name, tagBuffer+1) == 0))
176 // ok, we're done, now we'll free .Name members of cache - we don't need it anymore:
179 delete[] m_Cache[i].Name;
180 m_Cache[i].Name = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpreplyparse.c103 const char * Name)
111 if(strcmp(nv->name, Name) == 0)
102 GetValueFromNameValueList(struct NameValueParserData * pdata, const char * Name) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dport.h140 char *Name; /* points to the Rta's name */ member in struct:Port
164 char *Name; member in struct:ModuleInfo
H A Drioroute.c120 MyName = HostP->Name;
126 MyName = HostP->Mapping[Rup].Name;
224 rio_dprintk(RIO_DEBUG_ROUTE, "HOST(%c) WAS NOT CONNECTED TO %s (%c)!\n", OldLink + 'A', HostP->Mapping[ThisUnit - 1].Name, ThisLink + 'A');
228 rio_dprintk(RIO_DEBUG_ROUTE, "SETTING RTA %s (%c) TO DISCONNECTED!\n", HostP->Mapping[OldUnit - 1].Name, OldLink + 'A');
232 rio_dprintk(RIO_DEBUG_ROUTE, "RTA %s (%c) WAS NOT CONNECTED TO %s (%c)\n", HostP->Mapping[OldUnit - 1].Name, OldLink + 'A', HostP->Mapping[ThisUnit - 1].Name, ThisLink + 'A');
240 rio_dprintk(RIO_DEBUG_ROUTE, "MARKING RTA %s (%c) CONNECTED TO %s (%c)\n", HostP->Mapping[NewUnit - 1].Name, NewLink + 'A', MyName, ThisLink + 'A');
277 rio_dprintk(RIO_DEBUG_ROUTE, "Backplane type is %s (all ports)\n", p->RIOModuleTypes[Mod1].Name);
280 rio_dprintk(RIO_DEBUG_ROUTE, "Module types are %s (ports 0-3) and %s (ports 4-7)\n", p->RIOModuleTypes[Mod1].Name, p->RIOModuleTypes[Mod2].Name);
[all...]
H A Dhost.h55 char Name[MAX_NAME_LEN]; /* The name of the host */ member in struct:Host
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dosd_protocol.h265 #define OSD_ACT___(Name, Num) \
266 OSD_ACT_##Name = __constant_cpu_to_be16(0x8880 + Num), \
267 OSDv1_ACT_##Name = __constant_cpu_to_be16(0x8800 + Num),
270 #define OSD_ACT_V2(Name, Num) \
271 OSD_ACT_##Name = __constant_cpu_to_be16(0x8880 + Num),
273 #define OSD_ACT_V1_V2(Name, Num1, Num2) \
274 OSD_ACT_##Name = __constant_cpu_to_be16(Num2), \
275 OSDv1_ACT_##Name = __constant_cpu_to_be16(Num1),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dwalker.py17 reader.Name(), reader.IsEmptyElement())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dwalker.py17 reader.Name(), reader.IsEmptyElement())

Completed in 1440 milliseconds

1234567891011>>