Searched refs:template (Results 176 - 200 of 289) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima_fs.c111 * char[20]=template digest
112 * 32bit-le=template name size
113 * char[n]=template name
114 * eventdata[n]=template specific data
136 /* 2nd: template digest */
139 /* 3rd: template name size */
143 /* 4th: template name */
146 /* 5th: template specific data */
147 ima_template_show(m, (struct ima_template_data *)&e->template,
215 /* 2nd: SHA1 template has
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/DocBook/
H A DMakefile137 # the commands, generated from the chosen template
139 cmd_db2ps = $(subst TYPE,ps, $($(PS_METHOD)template))
144 cmd_db2pdf = $(subst TYPE,pdf, $($(PDF_METHOD)template))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdocview.tex159 template object for each document/view pair. The list of document
161 documents and views. Each document template knows what file filters
175 a file is selected, that template will be used for creating a document
179 a single document template is constructed, and dialogs will be appropriately
195 {\it NOTE}: the document template has nothing to do with the C++ template construct.
208 and template instances, and much functionality is routed through this object, such
H A Ddocument.tex46 A pointer to the template from which this document was created.
119 Gets a pointer to the template that created the document.
238 template associated with the document to create an initial view.
337 Sets the pointer to the template that created the document. Should only be called by the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h57 <dt>Cipher Modes (replace template parameter BC with one of the block ciphers above)<dd>
61 <dt>Public Key Signature Schemes (replace template parameter H with one of the hash functions above)<dd>
63 <dt>Message Authentication Codes (replace template parameter H with one of the hash functions above)<dd>
98 // VC60 workaround: using enums as template parameters causes problems
99 template <typename ENUM_TYPE, int VALUE>
247 template <class T>
254 template <class T>
261 template <class T>
268 template <class T>
293 template <clas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Dxonar_pcm179x.c909 static int xonar_d2_control_filter(struct snd_kcontrol_new *template) argument
911 if (!strncmp(template->name, "CD Capture ", 11))
913 template->private_value ^= AC97_CD ^ AC97_VIDEO;
917 static int xonar_st_control_filter(struct snd_kcontrol_new *template) argument
919 if (!strncmp(template->name, "CD Capture ", 11))
H A Dxonar_cs43xx.c370 static int xonar_d1_control_filter(struct snd_kcontrol_new *template) argument
372 if (!strncmp(template->name, "CD Capture ", 11))
H A Doxygen.h74 int (*control_filter)(struct snd_kcontrol_new *template);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dconfig.c270 static int match_token(const char *template) argument
272 return (strlen(template) == token_length &&
273 !strncasecmp(template, token, token_length));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPBase.h159 template <typename T, char const *XML_ELEMENT_NAME, char const *XML_LIST_NAME>
172 template <typename T, char const *XML_ELEMENT_NAME, char const *XML_LIST_NAME>
197 template <typename T, char const *XML_ELEMENT_NAME, char const *XML_LIST_NAME>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c180 char *infile, *outfile, *prog, *keyfile = NULL, *template = local
257 template = *(++argv);
418 BIO_printf(bio_err, " -config file request template file.\n");
469 if (template != NULL) {
473 BIO_printf(bio_err, "Using configuration from %s\n", template);
475 i = NCONF_load(req_conf, template, &errline);
478 template);
1293 BIO_printf(bio_err, "No template, please set one up.\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c180 char *infile, *outfile, *prog, *keyfile = NULL, *template = local
257 template = *(++argv);
418 BIO_printf(bio_err, " -config file request template file.\n");
469 if (template != NULL) {
473 BIO_printf(bio_err, "Using configuration from %s\n", template);
475 i = NCONF_load(req_conf, template, &errline);
478 template);
1293 BIO_printf(bio_err, "No template, please set one up.\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c181 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local
256 template= *(++argv);
527 BIO_printf(bio_err," -config file request template file.\n");
564 if (template != NULL)
569 BIO_printf(bio_err,"Using configuration from %s\n",template);
571 i=NCONF_load(req_conf,template,&errline);
574 BIO_printf(bio_err,"error on line %ld of %s\n",errline,template);
1451 BIO_printf(bio_err,"No template, please set one up.\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbackup_gnv_curl_src.com16 $! This file is created from a template file for the purpose of making it
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c2854 struct snd_pcm_oss_setup *setup, *setup1, template; local
2858 memset(&template, 0, sizeof(template));
2867 template = *setup;
2872 template.periods = simple_strtoul(str, NULL, 10);
2874 template.period_size = simple_strtoul(str, NULL, 10);
2876 if (template.period_size & (1 << idx1))
2879 template.period_size &= ~(1 << idx1);
2883 template.disable = 1;
2885 template
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/po/
H A DMakefile.in182 for file in $(DISTFILES.common) Makevars.template; do \
285 for file in $(DISTFILES.common) Makevars.template; do \
330 dists="$$dists Makevars.template"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.h332 char *rep_mkdtemp(char *template);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h147 template <class ClassFactoryT>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dcas.c364 if (!create_html(stats,lines,config.template, path_for_html)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_codec.c1166 struct snd_kcontrol_new template; local
1167 memcpy(&template, _template, sizeof(template));
1168 template.index = ac97->num;
1169 return snd_ctl_new1(&template, ac97);
1977 * @template: the template of ac97, including index, callbacks and
1982 * allocated and initialized from the template. The codec
1985 * The template must include the codec number (num) and address (addr),
1993 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template, struc argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/po/
H A DMakefile.in141 for file in $(DISTFILES.common) Makevars.template; do \
244 for file in $(DISTFILES.common) Makevars.template; do \
289 dists="$$dists Makevars.template"; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.h126 template <class P>
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/po/
H A DMakefile.in182 for file in $(DISTFILES.common) Makevars.template; do \
285 for file in $(DISTFILES.common) Makevars.template; do \
330 dists="$$dists Makevars.template"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile.in172 for file in $(DISTFILES.common) Makevars.template; do \
275 for file in $(DISTFILES.common) Makevars.template; do \
320 dists="$$dists Makevars.template"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c738 char *template = (char *)alloca (plen + 1 + 24);
739 char *template_tail = template + plen;
741 memcpy (template, prefix, plen);
746 while (file_exists_p (template));
748 return xstrdup (template);
735 char *template = (char *)alloca (plen + 1 + 24); local

Completed in 314 milliseconds

1234567891011>>