Searched refs:xmas (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link++/
H A Dxmas.cpp2 xmas.cpp
15 The xmas service in 'xmas' C++ namespace:
16 $ soapcpp2 -i -S -qxmas xmas.hpp
18 cc -o xmas.cgi xmas.cpp stdsoap2.cpp envC.cpp gmtProxy.cpp calccalcProxy.cpp xmasmashupService.cpp gmtC.cpp calcC.cpp xmasC.cpp
55 xmas::mashupService service;
65 int xmas::mashupService::dtx(_XML x, struct _ns2__commingtotown *response)
85 time_t xmas = soap_timegm(&tm); local
87 if (xmas < no
[all...]
H A DMakefile17 all: xmas
18 xmas: xmas.cpp envC.o stdsoap2.o gmtProxy.o calccalcProxy.o xmasmashupService.o
19 $(CPP) $(CFLAGS) -o xmas xmas.cpp envC.o stdsoap2.o gmtProxy.o calccalcProxy.o xmasmashupService.o gmtC.cpp calcC.cpp xmasC.cpp
33 xmasmashupService.cpp: xmas.hpp
34 $(GSOAP) -i -S -qxmas xmas.hpp
37 xmas.hpp: xmas.wsdl
38 $(WSDL2H) -s -o xmas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link++/
H A Dxmas.cpp2 xmas.cpp
15 The xmas service in 'xmas' C++ namespace:
16 $ soapcpp2 -i -S -qxmas xmas.hpp
18 cc -o xmas.cgi xmas.cpp stdsoap2.cpp envC.cpp gmtProxy.cpp calccalcProxy.cpp xmasmashupService.cpp gmtC.cpp calcC.cpp xmasC.cpp
55 xmas::mashupService service;
65 int xmas::mashupService::dtx(_XML x, struct _ns2__commingtotown *response)
85 time_t xmas = soap_timegm(&tm); local
87 if (xmas < no
[all...]
H A DMakefile17 all: xmas
18 xmas: xmas.cpp envC.o stdsoap2.o gmtProxy.o calccalcProxy.o xmasmashupService.o
19 $(CPP) $(CFLAGS) -o xmas xmas.cpp envC.o stdsoap2.o gmtProxy.o calccalcProxy.o xmasmashupService.o gmtC.cpp calcC.cpp xmasC.cpp
33 xmasmashupService.cpp: xmas.hpp
34 $(GSOAP) -i -S -qxmas xmas.hpp
37 xmas.hpp: xmas.wsdl
38 $(WSDL2H) -s -o xmas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup++/
H A Dmashupserver.cpp78 time_t xmas = soap_timegm(&tm); local
80 if (xmas < now)
82 tm.tm_year++; /* xmas just passed, go to next year */
83 xmas = soap_timegm(&tm);
86 double sec = difftime(xmas, now);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup++/
H A Dmashupserver.cpp78 time_t xmas = soap_timegm(&tm); local
80 if (xmas < now)
82 tm.tm_year++; /* xmas just passed, go to next year */
83 xmas = soap_timegm(&tm);
86 double sec = difftime(xmas, now);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link/
H A Dxmas.c2 xmas.c
15 The xmas server:
16 $ soapcpp2 -c -S -n -pxmas xmas.h
18 cc -o xmas.cgi xmas.c stdsoap2.c envC.c xmasServerLib.c gmtClientLib.c calcClientLib.c
59 #include "xmas.nsmap"
80 time_t now, xmas; local
100 xmas = soap_timegm(&tm);
102 if (xmas < now)
104 tm.tm_year++; /* xmas jus
[all...]
H A DMakefile17 all: xmas
18 xmas: xmas.c envC.o stdsoap2.o gmtClientLib.o calcClientLib.o xmasServerLib.o
19 $(CC) $(CFLAGS) -o xmas xmas.c envC.o stdsoap2.o gmtClientLib.o calcClientLib.o xmasServerLib.o
33 xmasServerLib.c:xmas.h
34 $(GSOAP) -c -S -n -pxmas xmas.h
37 xmas.h: xmas.wsdl
38 $(WSDL2H) -c xmas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link/
H A Dxmas.c2 xmas.c
15 The xmas server:
16 $ soapcpp2 -c -S -n -pxmas xmas.h
18 cc -o xmas.cgi xmas.c stdsoap2.c envC.c xmasServerLib.c gmtClientLib.c calcClientLib.c
59 #include "xmas.nsmap"
80 time_t now, xmas; local
100 xmas = soap_timegm(&tm);
102 if (xmas < now)
104 tm.tm_year++; /* xmas jus
[all...]
H A DMakefile17 all: xmas
18 xmas: xmas.c envC.o stdsoap2.o gmtClientLib.o calcClientLib.o xmasServerLib.o
19 $(CC) $(CFLAGS) -o xmas xmas.c envC.o stdsoap2.o gmtClientLib.o calcClientLib.o xmasServerLib.o
33 xmasServerLib.c:xmas.h
34 $(GSOAP) -c -S -n -pxmas xmas.h
37 xmas.h: xmas.wsdl
38 $(WSDL2H) -c xmas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup/
H A Dmashupserver.c57 time_t now, xmas; local
78 xmas = soap_timegm(&tm);
80 if (xmas < now)
82 tm.tm_year++; /* xmas just passed, go to next year */
83 xmas = soap_timegm(&tm);
86 sec = difftime(xmas, now);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup/
H A Dmashupserver.c57 time_t now, xmas; local
78 xmas = soap_timegm(&tm);
80 if (xmas < now)
82 tm.tm_year++; /* xmas just passed, go to next year */
83 xmas = soap_timegm(&tm);
86 sec = difftime(xmas, now);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Diuu_phoenix.c68 static int xmas; variable
408 if (xmas == 1) {
428 if (xmas == 1) {
1332 module_param(xmas, bool, S_IRUGO | S_IWUSR);
1333 MODULE_PARM_DESC(xmas, "Xmas colors enabled or not");

Completed in 51 milliseconds