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

12

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/progs/
H A Drandom_exercise.c73 char template[16] = "EX.XXXXXX"; local
78 mktemp(template);
81 if (mkdir(template, 0700) < 0)
83 fd = open(template, O_RDONLY, 0600);
85 template, fd);
88 fd = open(template, O_CREAT|O_RDWR, 0600);
91 template, fd, size);
98 strcpy(state_array[fd].name, template);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dlib_printf.h55 int xvprintf(const char *template,va_list marker);
/asus-wl-520gu-7.0.1.45/src/router/acl/build/rpm/
H A DMakefile40 LSRCFILES = macros.template $(SPECF).in rpm-2.rc.template
56 rpmmacros : macros.template
59 rpm-2.rc: rpm-2.rc.template
/asus-wl-520gu-7.0.1.45/src/router/attr/build/rpm/
H A DMakefile40 LSRCFILES = macros.template $(SPECF).in rpm-2.rc.template
56 rpmmacros : macros.template
59 rpm-2.rc: rpm-2.rc.template
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Ddevice.c57 pdev->template = pdevtmpl;
101 UPNP_TRACE(("%*sDestroying %sdevice \"%s\".\r\n", indent, "", (ISROOT(pdev) ? "root " : ""), pdev->template->type));
122 if ((func = pdev->template->devinit) != NULL) {
153 if ((func = pdev->template->devxml) != NULL) {
172 friendlyname = pdev->template->type;
181 uprintf(up, "<deviceType>%s</deviceType>\r\n", pdev->template->type);
232 snprintf(svcurl, sizeof(svcurl), "/%s/%s", pdev->udn, psvc->template->name);
236 psvc->template->schema, psvc->template->name);
237 if (psvc->template
[all...]
H A Dservice.c34 // store pointers to the template and the device into the service.
35 psvc->template = svctmpl;
62 UPNP_TRACE(("Destroying service \"%s\".\r\n", psvc->template->name));
65 if ((func = psvc->template->svcinit) != NULL) {
76 assert(varindex >= 0 && varindex <= psvc->template->nvariables);
106 if ((func = psvc->template->svcxml) != NULL) {
111 if (psvc->template->actions) {
112 for (ac = psvc->template->actions; *ac; ac++) {
123 psvc->template->variables[pa->related].name);
138 for (pv = psvc->template
[all...]
H A Dsoap.c146 PServiceTemplate template = psvc->template; local
150 for (i = 0; i < template->nvariables; i++) {
151 if (strcmp(name, template->variables[i].name) == 0) {
152 if (template->getvars)
153 (*(template->getvars))(psvc, i);
164 PServiceTemplate template = psvc->template; local
166 assert(i < template->nvariables);
167 if (template
[all...]
H A Dgena.c66 if (strcmp(svcname, psvc->template->name) == 0)
185 UPNP_SUBSCRIBE(("Subscribe \"%s\"\n", psvc->template->name));
247 UPNP_SUBSCRIBE(("Renewing subscription for service \"%s\".\n", psvc->template->name));
249 UPNP_SUBSCRIBE(("cannot renew subscription for service \"%s\", sid=%s - not found.\n", psvc->template->name, sid));
252 UPNP_SUBSCRIBE(("cannot renew subscription for service \"%s\", sid=%s - bad request.\n", psvc->template->name, sid));
268 UPNP_SUBSCRIBE(("Renew subscription for service \"%s\", sid=%s.\n", psvc->template->name, sid));
339 UPNP_SUBSCRIBE(("cannot unsubscribe for service \"%s\", sid=%s - not found.\n", psvc->template->name, sid));
342 UPNP_SUBSCRIBE(("cannot unsubscribe subscription for service \"%s\", sid=%s - bad request.\n", psvc->template->name, sid));
345 UPNP_SUBSCRIBE(("subscription deleted for service \"%s\", sid=%s\n", psvc->template->name, sid));
384 pvartmpl = psvc->template
[all...]
H A Dssdp.c188 if (strcmp(pdev->template->type, st) == 0) {
189 snprintf(tmpbuf, sizeof(tmpbuf), "%s::%s", pdev->udn, pdev->template->type);
192 ssdp_packet( upkt, SSDP_REPLY, pdev->template->type, tmpbuf,
227 UPNP_TRACE(("\tcomparing to \"%s\"\n", psvc->template->name));
228 if (strlen(psvc->template->name) == namelen && strncmp(psvc->template->name, name, namelen) == 0) {
354 snprintf(tmpbuf, sizeof(tmpbuf), "%s::%s", pdev->udn, pdev->template->type);
355 ssdp_packet( upkt, sstype, pdev->template->type, tmpbuf,
363 snprintf(svctype, sizeof(svctype), "urn:%s:service:%s", psvc->template->schema, psvc->template
[all...]
H A Dhttp.c586 if (strcmp(name, psvc->template->name) == 0) {
613 uprintf(unull, "<devicedesc>%s</devicedesc>\r\n", pdev->template->type);
621 uprintf(unull, "<servicedesc>/dynsvc/%s.xml</servicedesc>\r\n", psvc->template->name);
648 uprintf(up, "<devicedesc>%s</devicedesc>\r\n", pdev->template->type);
657 uprintf(up, "<servicedesc>/dynsvc/%s.xml</servicedesc>\r\n", psvc->template->name);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/aparser/
H A Dmain.awk6 @include template.awk
H A DMakefile5 AWKPROGS=dump.awk harness.awk header.awk parsefn.awk main.awk parsetree.awk template.awk util.awk
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7770_osm.c49 aic7770_linux_probe(Scsi_Host_Template *template) argument
94 ahc = ahc_alloc(template, name);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A DCREATE_CONFIGURE14 mv po/Makevars.template po/Makevars
/asus-wl-520gu-7.0.1.45/src/router/500gp/exinstall/usr/gift-nasoc/bin/
H A Dgift-setup52 looking. The configuration template path being used is:
150 return find_conf_modules (shift, "*.conf.template");
170 # Quick and dirty hack to access all template files in the supplied data
182 # if given /usr/local/share/giFT/OpenFT/OpenFT.conf.template,
203 foreach my $template (@$tpl)
205 my $module = construct_module ($modules, $template->{name});
206 $module->{path_tpl} = $template->{path};
217 # we dont want to present configuration when no template exists
299 # needs to exist in the config template itself!
380 my $template
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dlayer3.c105 sprintf(var->value, "urn:schemas-upnp-org:service:%s:1,%s", data->default_svc->template->name,
180 if (strcmp(psvc->template->name, name) == 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Dlinit.c133 * @template: SCSI driver template
150 static int aac_detect(Scsi_Host_Template *template) argument
164 template->proc_name = "aacraid";
204 host_ptr = scsi_register( template, sizeof(struct aac_dev) );
305 template->present = aac_count; /* # of cards of this type found */
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/
H A Dsmb.conf165 ; template shell = /bin/bash
/asus-wl-520gu-7.0.1.45/src/tools/upnp/include/
H A Dupnp.h200 PServiceTemplate template;
234 DeviceTemplate *template;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dtools.mk66 LDSCRIPT_TEMPLATE = ${ARCH_SRC}/cfe_ldscript.template
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddict.c356 void dict_init_like(dict_t *dict, const dict_t *template) argument
358 dict->compare = template->compare;
359 dict->allocnode = template->allocnode;
360 dict->freenode = template->freenode;
361 dict->context = template->context;
363 dict->maxcount = template->maxcount;
368 dict->dupes = template->dupes;
370 assert (dict_similar(dict, template));
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/build_farm/
H A Dbasicsmb.fns25 cat template/$1 | \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipleckd.S60 stcm %r5,3,.Lrdccw+2 # and store into rd template *FIXME*
140 oi 1(%r12),0x40 # set CC in rd template
158 mvc 0(8,%r12),.Lrdccw # copy template to this ccw
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Dipleckd.S60 stcm %r5,3,.Lrdccw+2 # and store into rd template *FIXME*
140 oi 1(%r12),0x40 # set CC in rd template
158 mvc 0(8,%r12),.Lrdccw # copy template to this ccw
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/po/
H A DMakefile.in152 for file in $(DISTFILES.common) Makevars.template; do \
255 for file in $(DISTFILES.common) Makevars.template; do \
301 dists="$$dists Makevars.template"; \

Completed in 138 milliseconds

12