Searched refs:tmpl (Results 1 - 25 of 69) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtempname.h39 extern int gen_tempname (char *tmpl, int kind);
H A Dtmpdir.h26 extern int path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, bool try_tmpdir);
H A Dtempname.c124 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, argument
176 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int) dlen, dir, (int) plen, pfx);
200 __gen_tempname (char *tmpl, int kind) argument
227 len = strlen (tmpl);
228 if (len < 6 || strcmp (&tmpl[len - 6], "XXXXXX"))
235 XXXXXX = &tmpl[len - 6];
269 fd = small_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
273 fd = large_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
277 fd = __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR);
285 if (__lxstat64 (_STAT_VER, tmpl,
[all...]
H A Dtmpdir.c78 path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, argument
130 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int) dlen, dir, (int) plen, pfx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/man/man5/
H A DMakefile.am5 SUFFIXES = .tmpl .
7 .tmpl:
23 TEMPLATE_FILES = AppleVolumes.default.5.tmpl \
24 afpd.conf.5.tmpl \
25 netatalk.conf.5.tmpl \
26 afp_ldap.conf.5.tmpl \
27 afp_signature.conf.5.tmpl \
28 afp_voluuid.conf.5.tmpl
30 ATALK_MANS = atalkd.conf.5.tmpl papd.conf.5.tmpl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/man/man5/
H A DMakefile.am5 SUFFIXES = .tmpl .
7 .tmpl:
23 TEMPLATE_FILES = AppleVolumes.default.5.tmpl \
24 afpd.conf.5.tmpl \
25 netatalk.conf.5.tmpl \
26 afp_ldap.conf.5.tmpl \
27 afp_signature.conf.5.tmpl \
28 afp_voluuid.conf.5.tmpl
30 ATALK_MANS = atalkd.conf.5.tmpl papd.conf.5.tmpl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/man/man8/
H A DMakefile.am5 SUFFIXES = .tmpl .
7 .tmpl:
18 TEMPLATE_FILES = afpd.8.tmpl cnid_dbd.8.tmpl cnid_metad.8.tmpl
19 ATALK_MANS = atalkd.8.tmpl papd.8.tmpl papstatus.8.tmpl psf.8.tmpl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/man/man8/
H A DMakefile.am5 SUFFIXES = .tmpl .
7 .tmpl:
18 TEMPLATE_FILES = afpd.8.tmpl cnid_dbd.8.tmpl cnid_metad.8.tmpl
19 ATALK_MANS = atalkd.8.tmpl papd.8.tmpl papstatus.8.tmpl psf.8.tmpl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/shell_utils/
H A DMakefile.am6 TEMPLATE_FILES = lp2pap.sh.tmpl
12 SUFFIXES = .tmpl .
14 .tmpl:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/man/man1/
H A DMakefile.am5 SUFFIXES= .tmpl .
7 .tmpl:
16 TEMPLATE_FILES = uniconv.1.tmpl asip-status.pl.1.tmpl afpldaptest.1.tmpl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/man/man1/
H A DMakefile.am5 SUFFIXES= .tmpl .
7 .tmpl:
16 TEMPLATE_FILES = uniconv.1.tmpl asip-status.pl.1.tmpl afpldaptest.1.tmpl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/bin/
H A Dupdate-pkginfo11 for f in `du -a | awk '{print $2}' | grep \.tmpl$`; do
12 f2=`echo $f | sed s/.tmpl//g`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A DMakefile.am6 TEMPLATE_FILES = lp2pap.sh.tmpl
11 SUFFIXES = .tmpl .
13 .tmpl:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/config/pam/
H A DMakefile.am3 SUFFIXES = .tmpl .
5 EXTRA_DIST = netatalk.pam.tmpl
9 .tmpl:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/config/pam/
H A DMakefile.am3 SUFFIXES = .tmpl .
5 EXTRA_DIST = netatalk.pam.tmpl
9 .tmpl:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_state.c26 struct xfrm_tmpl *tmpl,
39 x->id = tmpl->id;
42 x->props.saddr = tmpl->saddr;
45 x->props.mode = tmpl->mode;
46 x->props.reqid = tmpl->reqid;
25 __xfrm4_init_tempsel(struct xfrm_state *x, struct flowi *fl, struct xfrm_tmpl *tmpl, xfrm_address_t *daddr, xfrm_address_t *saddr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dxor.c62 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) argument
68 tmpl->next = template_list;
69 template_list = tmpl;
82 tmpl->do_2(BENCH_SIZE, b1, b2);
92 tmpl->speed = speed;
94 printk(" %-10s: %5d.%03d MB/sec\n", tmpl->name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_sas_internal.h40 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
H A DMakefile.am3 SUFFIXES = .tmpl .
11 .tmpl:
36 rc.afpd.netbsd.tmpl \
37 rc.atalk.redhat-sysv.tmpl \
38 rc.atalk.systemd.tmpl \
39 rc.atalk.tru64.tmpl \
40 rc.atalk.bsd.tmpl \
41 rc.atalkd.netbsd.tmpl \
42 rc.atalk.suse-sysv.tmpl \
43 rc.cnid_metad.netbsd.tmpl \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/distrib/initscripts/
H A DMakefile.am3 SUFFIXES = .tmpl .
11 .tmpl:
32 rc.afpd.netbsd.tmpl \
33 rc.atalk.redhat.tmpl \
34 rc.atalk.tru64.tmpl \
35 rc.atalk.bsd.tmpl \
36 rc.atalkd.netbsd.tmpl \
37 rc.atalk.suse.tmpl \
38 rc.cnid_metad.netbsd.tmpl \
39 rc.papd.netbsd.tmpl \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptomgr.c49 struct crypto_template *tmpl; local
53 tmpl = crypto_lookup_template(param->template);
54 if (!tmpl)
58 inst = tmpl->alloc(param->tb);
61 else if ((err = crypto_register_instance(tmpl, inst)))
62 tmpl->free(inst);
65 crypto_tmpl_put(tmpl);
H A Dalgapi.c81 struct crypto_template *tmpl = inst->tmpl; local
83 tmpl->free(inst);
84 crypto_tmpl_put(tmpl);
92 struct crypto_template *tmpl = inst->tmpl; local
101 if (!tmpl || !crypto_tmpl_get(tmpl))
254 int crypto_register_template(struct crypto_template *tmpl) argument
262 if (q == tmpl)
275 crypto_unregister_template(struct crypto_template *tmpl) argument
307 struct crypto_template *q, *tmpl = NULL; local
330 crypto_register_instance(struct crypto_template *tmpl, struct crypto_instance *inst) argument
[all...]
H A Dinternal.h126 int crypto_register_instance(struct crypto_template *tmpl,
138 static inline int crypto_tmpl_get(struct crypto_template *tmpl) argument
140 return try_module_get(tmpl->module);
143 static inline void crypto_tmpl_put(struct crypto_template *tmpl) argument
145 module_put(tmpl->module);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dfsm.c16 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order)
54 if ((tmpl[i].cond_state >= nr_states) ||
55 (tmpl[i].cond_event >= nr_events) ) {
58 name, i, (long)tmpl[i].cond_state, (long)f->nr_states,
59 (long)tmpl[i].cond_event, (long)f->nr_events);
63 m[nr_states * tmpl[i].cond_event + tmpl[i].cond_state] =
64 tmpl[i].function;
15 init_fsm(char *name, const char **state_names, const char **event_names, int nr_states, int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm_policy.c79 fprintf(stderr, "TMPL-LIST := [ TMPL-LIST ] | [ tmpl TMPL ]\n");
117 static int xfrm_tmpl_parse(struct xfrm_user_tmpl *tmpl, argument
127 xfrm_mode_parse(&tmpl->mode, &argc, &argv);
130 xfrm_reqid_parse(&tmpl->reqid, &argc, &argv);
135 tmpl->optional = 0;
137 tmpl->optional = 1;
147 xfrm_id_parse(&tmpl->saddr, &tmpl->id, &tmpl->family,
150 preferred_family = tmpl
233 struct xfrm_user_tmpl *tmpl; local
[all...]

Completed in 300 milliseconds

123