Searched refs:template (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmkdtemp.c32 mkdtemp (char *template) argument
34 if (gen_tempname (template, GT_DIR))
37 return template;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/printing/
H A DMakefile.am5 EXTRA_DIST = netatalk.template add_netatalk_printer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstlvector.h53 template <class T> class std::vector;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dhtml.h31 int create_html(char *stats[20], char *lines[6], char template[120], char *path_for_html);
H A Dconfigfile.h37 char template[120];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/import/
H A Dstldeque.h53 template <class T> class std::deque;
H A Dstllist.h53 template <class T> class std::list;
H A Dstlset.h53 template <class T> class std::set;
H A Dstlvector.h53 template <class T> class std::vector;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstlvector.h53 template <class T> class std::vector;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/import/
H A Dstldeque.h53 template <class T> class std::deque;
H A Dstllist.h53 template <class T> class std::list;
H A Dstlset.h53 template <class T> class std::set;
H A Dstlvector.h53 template <class T> class std::vector;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgcmp.x2 msgcmp \- compare message catalog and template
H A Dmsgmerge.x2 msgmerge \- merge message catalog and template
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFormat.h130 * Specialize this member template to teach CFormat how to handle
133 template<typename _Tp> CFormat& operator%(_Tp value);
136 template<typename _Tp> CFormat& operator%(_Tp* value) { return this->operator%<void*>(value); }
167 template<typename _Tp>
181 template<> inline CFormat& CFormat::operator%(char value) { return *this % (wxChar)value; }
182 template<> inline CFormat& CFormat::operator%(signed char value) { return *this % (wxChar)value; }
183 template<> inline CFormat& CFormat::operator%(unsigned char value) { return *this % (wxChar)value; }
184 template<> inline CFormat& CFormat::operator%(bool value) { return *this % (signed long long)value; }
185 template<> inline CFormat& CFormat::operator%(signed short value) { return *this % (signed long long)value; }
186 template<> inlin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Dcfref.h3 // Purpose: wxCFRef template class
13 @abstract wxCFRef template class
42 @discussion The parameter is template not for type safety but to ensure the argument
45 template <class Type>
55 template <class Type>
66 template <class refType>
72 shared_ptr where the template parameter is the pointee type.
79 template <class refType>
82 template <class refTypeA, class otherRefType>
105 template <clas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddlog.c46 void daemon_logv(int prio, const char* template, va_list arglist) { argument
53 vsyslog(prio | LOG_DAEMON, template, arglist);
60 vfprintf(stderr, template, arglist);
65 vfprintf(stdout, template, arglist);
73 void daemon_log(int prio, const char* template, ...) { argument
76 va_start(arglist, template);
77 daemon_logv(prio, template, arglist);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddlog.c46 void daemon_logv(int prio, const char* template, va_list arglist) { argument
53 vsyslog(prio | LOG_DAEMON, template, arglist);
60 vfprintf(stderr, template, arglist);
65 vfprintf(stdout, template, arglist);
73 void daemon_log(int prio, const char* template, ...) { argument
76 va_start(arglist, template);
77 daemon_logv(prio, template, arglist);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/objc/
H A Dobjc_uniquifying.h47 template <typename ObjcType>
50 template <typename ObjcType>
53 template <typename ObjcType>
73 template <typename ObjcType>
103 template <typename ObjcType>
106 template <typename ObjcType>
112 template <typename ObjcType>
175 template<typename ObjcType>
212 template<> \
232 template<> \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-lt3593.c84 static int __devinit create_lt3593_led(const struct gpio_led *template, argument
90 if (!gpio_is_valid(template->gpio)) {
92 KBUILD_MODNAME, template->gpio, template->name);
96 ret = gpio_request(template->gpio, template->name);
100 led_dat->cdev.name = template->name;
101 led_dat->cdev.default_trigger = template->default_trigger;
102 led_dat->gpio = template->gpio;
106 state = (template
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima_api.c22 * ima_store_template - store ima template measurements
24 * Calculate the hash of a template entry, add the template entry
46 entry->template_len = sizeof(entry->template);
50 &entry->template,
85 memset(&entry->template, 0, sizeof(entry->template));
86 strncpy(entry->template.file_name, filename, IMA_EVENT_NAME_LEN_MAX);
154 * Create an "ima" template and then store the template b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DObjcRef.h3 // Purpose: wxObjcAutoRef template class
55 This is a template function to ensure it is used on raw pointers and never on pointer-holder
58 template <class Type>
90 template <class Type>
107 template <class Type>
110 template <class Type>
154 template <class T>
209 template <class T>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DObservableQueue.h33 template <typename ValueType>
49 template <typename ValueType>
146 template <typename ValueType>
200 template <typename ValueType>
268 template <typename ValueType>
278 template <typename ValueType>
288 template <typename ValueType>
297 template <typename ValueType>
309 template <typename ValueType>
324 template <typenam
[all...]

Completed in 188 milliseconds

1234567891011>>