Searched refs:special (Results 151 - 175 of 359) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A DMakefile.in630 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A DMakefile.in626 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A DMakefile.in582 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatectrl.tex112 special styles for this control in this version.}
H A Ddir.tex169 This usually happens with some special folders which are locked by the operating system
H A Dencconv.tex165 that you lose special chars like quotation marks or em-dashes
H A Dtbitmap.tex163 have special requirements, you may wish to initialise the wxBitmap class with
H A Dtevent.tex210 \twocolitem{\helpref{wxSetCursorEvent}{wxsetcursorevent}}{Used for special cursor processing based on current mouse position}
218 used by, the native controls in a dialog. In this case, a special event handler
406 \twocolitem{\helpref{wxMenuEvent}{wxmenuevent}}{These macros handle special menu events (not menu commands).}
413 \twocolitem{\helpref{wxSetCursorEvent}{wxsetcursorevent}}{The EVT\_SET\_CURSOR macro is used for special cursor processing.}
H A Dtwinsizes.tex19 picture? There is a special virtual method in the C++ window classes
H A Dwxmsw.tex175 There is currently no method of finding out the names of the special
231 because this uses the special wxToolMenuBar class (derived from wxToolBar)
312 the parameters defined in a special .inf file. The CabWiz program
421 \item {\bf Tooltip control.} PocketPC uses special TTBUTTON and TTSTATIC controls for adding
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A DMakefile.in788 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A DMakefile.in677 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A DMakefile.in550 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A DMakefile.in622 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/a2boot/
H A DMakefile.in553 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A DMakefile.in572 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A DMakefile.in663 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpd.c467 enum action (*func)(struct pd_unit *) = pd_req->special;
577 /* special io requests */
725 rq->special = func;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-parse.c198 * Add a special record at the end.
788 * The ftrace fields may still use the "special" name.
792 type == EVENT_ITEM && strcmp(token, "special") == 0) {
2091 * Arrays are special, since we don't want
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/lzmainfo/
H A DMakefile.in601 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/hppa/
H A Dudiv-qrnnd.S286 ; This is just a special case of the code above.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dudiv-qrnnd.S286 ; This is just a special case of the code above.
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/lzmainfo/
H A DMakefile.in601 @echo "it deletes files that may require special tools to rebuild."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Droute.c278 struct in_addr special; local
291 /* get_special_addr replaces specialaddr with a special ip addr
294 if(get_special_addr (rl, ro->network, &special.s_addr, &status))
296 special.s_addr = htonl(special.s_addr);
297 ret = openvpn_getaddrinfo(0, inet_ntoa(special), 0, NULL,
872 * adding this special /32 route */
958 /* delete special DHCP/DNS bypass route */
1631 * - in TUN mode we use a special-case link-local address that the tapdrvr
1962 * - in TUN mode we use a special
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm.c845 struct request *clone = rq->special;
847 rq->special = NULL;
868 * Leave it to dm_end_request(), which handles this special
968 * Pass the clone to dm_done() directly in this special case.
996 * Leave it to dm_end_request(), which handles this special
1654 if (unlikely(rq->special)) {
1655 DMWARN("Already has something in rq->special.");
1663 rq->special = clone;
1755 clone = rq->special;

Completed in 149 milliseconds

1234567891011>>