Searched refs:them (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.spec13 from Unix without mounting them. It supports Win'95 style
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwnddisbl.tex15 of one of them) in its constructor and enables them back in its destructor.
H A Dpowerevt.tex26 To process power events, use these macros to handle them in
35 files and network connections here, possibly remembering them to reopen them
H A Dfltoutst.tex8 can compress, encrypt the data which are passed to it and write them to another
H A Dtexcept.tex17 it is not very surprising that it is not built around using them as some more
33 of all, you may not use them at all. As stated above, the library doesn't throw
35 unless your own code throws them. This is, of course, the simplest solution but
39 this case you probably don't expect to recover from them and the default
H A Dtlog.tex19 functions to use with them.
21 First of all, no knowledge of {\it wxLog} classes is needed to use them. For
22 this, you should only know about {\it wxLogXXX()} functions. All of them have
25 arguments or a variable argument list pointer. Here are all of them:
59 there are a lot of trace messages, so it might make sense to separate them
60 from other debug messages which would be flooded in them. Moreover, the second
109 messages, and why would you want to use them we now describe how all this
142 collects all messages generated by the application and also passes them to the
168 messages somewhere else (for example, to a log file) but also process them as
H A Dtclipbrd.tex14 implement both of them using almost the same code - or, in other
24 render itself in any of them (see GetDataHere). It can also receive its value
31 one position to another in a word processor. Let us describe what each of them
H A Dti18n.tex17 allows to use all of the programs in this package to work with them. But note
52 still allow wxWidgets to find them but it is strongly recommended to use the
72 code can recognise them even when translated. wxWidgets does not provide translations for all of these
H A Dmbcnvutf.tex8 for one of them (native for the given platform, e.g. LE under Windows and BE
49 for one of them (native for the given platform, e.g. LE under Windows and BE
H A Dnoteevt.tex4 there are two of them. The PAGE\_CHANGING event is sent before the current
67 you presumably don't need them anyhow as you already have the corresponding
H A Dtconfig.tex6 for. All the details about how to use them may be found in the description of
25 On the other hand, the features provided make them very useful for storing all
H A Dfildatob.tex7 under Unix which makes it possible to receive files from them using this
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Duninstallscripts.sh29 The scripts have been uninstalled. You may reinstall them using
H A Dinstallscripts.sh40 The scripts have been installed. You may uninstall them using
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_conn.c90 struct sockaddr_in them; member in struct:bio_connect_st
201 memset((char *)&c->them,0,sizeof(c->them));
202 c->them.sin_family=AF_INET;
203 c->them.sin_port=htons((unsigned short)c->port);
209 c->them.sin_addr.s_addr=htonl(l);
256 (struct sockaddr *)&c->them,
257 sizeof(c->them));
337 memset((char *)&ret->them,0,sizeof(ret->them));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_conn.c85 struct sockaddr_in them; member in struct:bio_connect_st
188 memset((char *)&c->them, 0, sizeof(c->them));
189 c->them.sin_family = AF_INET;
190 c->them.sin_port = htons((unsigned short)c->port);
195 c->them.sin_addr.s_addr = htonl(l);
238 (struct sockaddr *)&c->them, sizeof(c->them));
308 memset((char *)&ret->them, 0, sizeof(ret->them));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_conn.c85 struct sockaddr_in them; member in struct:bio_connect_st
188 memset((char *)&c->them, 0, sizeof(c->them));
189 c->them.sin_family = AF_INET;
190 c->them.sin_port = htons((unsigned short)c->port);
195 c->them.sin_addr.s_addr = htonl(l);
238 (struct sockaddr *)&c->them, sizeof(c->them));
308 memset((char *)&ret->them, 0, sizeof(ret->them));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Daaa.c136 int get_secret (char *us, char *them, char *secret, int size) argument
180 /* them */
202 (!strcasecmp (t, them) || !strcasecmp (t, "*")))
219 char *them; local
237 them = t->lns->peername;
239 them = t->hostname;
248 them = t->lac->peername;
250 them = t->hostname;
252 if (!get_secret (us, them, chal->secret, sizeof (chal->secret)))
254 log (LOG_DEBUG, "%s: no secret found for us='%s' and them
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_socket.c247 struct sockaddr_in them; local
253 memset((char *)&them, 0, sizeof(them));
254 them.sin_family = AF_INET;
255 them.sin_port = htons((unsigned short)port);
260 them.sin_addr.s_addr = htonl(addr);
283 if (connect(s, (struct sockaddr *)&them, sizeof(them)) == -1) {
H A DCA.com10 $! and the other the certificate) and cat them together and that is what
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_socket.c247 struct sockaddr_in them; local
253 memset((char *)&them, 0, sizeof(them));
254 them.sin_family = AF_INET;
255 them.sin_port = htons((unsigned short)port);
260 them.sin_addr.s_addr = htonl(addr);
283 if (connect(s, (struct sockaddr *)&them, sizeof(them)) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c247 struct sockaddr_in them; local
252 memset((char *)&them,0,sizeof(them));
253 them.sin_family=AF_INET;
254 them.sin_port=htons((unsigned short)port);
260 them.sin_addr.s_addr=htonl(addr);
278 if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/usb/
H A Dwusb-cbaf45 (connection key). Device saves them for the next time it wants to
46 connect wireless. We save them for that next time also so we can
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex18 % Do not indent paragraphs, instead separate them via vertical spacing
45 % left to the typesetting engine to place them in the "optimal" spot. These
87 % NOTE: Things to watch out for: Some chars are reserved in LaTeX. You need to translate them...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec50 Header files for wxBase. You need them to develop programs using wxBase.
58 Static libraries for wxBase. You need them if you want to link statically against wxBase.

Completed in 229 milliseconds

1234567891011>>