Searched refs:tlist (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dcms-examples.pl149 my ( $file, $tlist ) = @$_;
151 if ( $tlist =~ /encode/ ) {
154 if ( $tlist =~ /certsout/ ) {
157 if ( $tlist =~ /dataout/ ) {
160 if ( $tlist =~ /verify/ ) {
161 run_verify_test( $exdir, $tlist, $file );
163 if ( $tlist =~ /digest/ ) {
164 run_digest_test( $exdir, $tlist, $file );
166 if ( $tlist =~ /encrypted/ ) {
167 run_encrypted_test( $exdir, $tlist,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dvbase3.C18 void tlist () function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dvbase3.C18 void tlist () function
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dedit.c66 init_textlist(tlist, str)
67 struct textlist *tlist;
78 tlist->string = skipsp(str);
79 tlist->endstring = tlist->string + strlen(tlist->string);
80 for (s = str; s < tlist->endstring; s++)
86 } else if (esclen > 0 && s + esclen < tlist->endstring &&
110 forw_textlist(tlist, prev)
111 struct textlist *tlist;
[all...]
H A Dmain.c201 struct textlist tlist; local
205 init_textlist(&tlist, gfilename);
207 while ((filename = forw_textlist(&tlist, filename)) != NULL)
H A Ddecode.c329 add_cmd_table(tlist, buf, len)
330 struct tablelist **tlist;
350 t->t_next = *tlist;
351 *tlist = t;
383 add_var_table(tlist, buf, len)
384 struct tablelist **tlist;
388 if (add_cmd_table(tlist, buf, len) < 0)
488 cmd_decode(tlist, cmd, sp)
489 struct tablelist *tlist;
500 for (t = tlist;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dtag.c67 List *tlist; member in struct:master_lists
284 List *tlist; member in struct:pretag_proc_data
341 "sVv", ",", ppd->tlist,
368 List *mtlist, *tlist; local
377 tlist = ((struct master_lists *) p->data)->tlist;
379 tlist = NULL;
380 if (tlist == NULL || tlist->list->next == tlist
555 List *tlist; local
685 List *tlist; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c246 struct tlist { struct
250 ASN1_TAILQ_ENTRY(tlist) tmembers;
253 ASN1_TAILQ_HEAD(tlisthead, tlist);
255 static void tlist_header(struct tlist *, const char *, ...) __attribute__((__format__(__printf__, 2, 3)));
258 static int tlist_cmp(const struct tlist *, const struct tlist *);
267 static struct tlist *
270 struct tlist *tl = calloc(1, sizeof(*tl));
277 tlist_header(struct tlist *t, const char *fmt, ...)
287 tlist_count(struct tlist *t
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_cvscan.c392 RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL; local
400 tmp->next = tlist;
401 tlist = tmp;
414 tmp->next = tlist;
415 tlist = tmp; /* insert on a temp queue */
422 while (tlist) {
424 tmp = tlist->next;
425 RealEnqueue(hdr, tlist);
426 tlist = tmp;
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.cmd.c151 const struct func_tab *tlist = cmdlist; local
221 while (tlist->f_char) {
222 if (*cmd == tlist->f_char) {
223 res = (*(tlist->f_funct)) ();
230 tlist++;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dio.c509 maketemp(ap, type, tlist)
512 struct temp **tlist;
564 tp->next = *tlist;
565 *tlist = tp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-common.c1071 struct tlist
1073 struct tlist *next;
1082 struct tlist *cache_before_sp;
1083 struct tlist *cache_after_sp;
1087 /* Obstack to use when allocating tlist structures, and corresponding
1094 static struct tlist *warned_ids;
1099 static void add_tlist (struct tlist **, struct tlist *, tree, int);
1100 static void merge_tlist (struct tlist **, struct tlist *, in
1068 struct tlist struct
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-common.c2328 struct tlist
2330 struct tlist *next;
2339 struct tlist *cache_before_sp;
2340 struct tlist *cache_after_sp;
2344 /* Obstack to use when allocating tlist structures, and corresponding
2351 static struct tlist *warned_ids;
2356 static void add_tlist (struct tlist **, struct tlist *, tree, int);
2357 static void merge_tlist (struct tlist **, struct tlist *, in
2325 struct tlist struct
[all...]
/netbsd-6-1-5-RELEASE/sbin/shutdown/
H A Dshutdown.c80 } tlist[] = { variable in typeref:struct:interval
266 tp = tlist;
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dterminal.c330 char **tlist = el->el_terminal.t_str; local
331 char **tmp, **str = &tlist[t - tstr];
365 for (tmp = tlist; tmp < &tlist[T_str]; tmp++)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c798 chainp tlist;
808 tlist = NULL;
832 rp->rplblock.nextp = tlist;
833 tlist = rp;
846 rpllist = hookup(tlist, rpllist);
796 chainp tlist; local
/netbsd-6-1-5-RELEASE/usr.bin/rpcinfo/
H A Drpcinfo.c1572 static const char *tlist[] = { local
1581 for (i = 0; i < __arraycount(tlist); i++) {
1582 if ((handle = __rpc_setconf(tlist[i])) == NULL)

Completed in 156 milliseconds