Home
last modified time | relevance | path

Searched refs:tlist (Results 1 – 8 of 8) sorted by relevance

/minix/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/ ) {
163 if ( $tlist =~ /digest/ ) {
169 if ( $tlist =~ /envelope/ ) {
281 elsif ( $tlist =~ /cont/
311 elsif ( $tlist =~ /cont/
335 elsif ( $tlist =~ /cont/
[all …]
/minix/external/bsd/less/dist/
H A Dedit.c65 init_textlist(tlist, str) in init_textlist() argument
66 struct textlist *tlist; in init_textlist()
78 tlist->endstring = tlist->string + strlen(tlist->string);
109 forw_textlist(tlist, prev) in forw_textlist() argument
110 struct textlist *tlist; in forw_textlist()
120 s = tlist->string;
123 if (s >= tlist->endstring)
133 back_textlist(tlist, prev) in back_textlist() argument
134 struct textlist *tlist; in back_textlist()
144 s = tlist->endstring;
[all …]
H A Ddecode.c329 add_cmd_table(tlist, buf, len) in add_cmd_table() argument
330 struct tablelist **tlist; in add_cmd_table()
350 t->t_next = *tlist;
351 *tlist = t;
383 add_var_table(tlist, buf, len) in add_var_table() argument
384 struct tablelist **tlist; in add_var_table()
388 if (add_cmd_table(tlist, buf, len) < 0)
488 cmd_decode(tlist, cmd, sp) in cmd_decode() argument
489 struct tablelist *tlist; in cmd_decode()
500 for (t = tlist; t != NULL; t = t->t_next)
H A Dmain.c200 struct textlist tlist; local
204 init_textlist(&tlist, gfilename);
206 while ((filename = forw_textlist(&tlist, filename)) != NULL)
/minix/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c246 struct tlist { struct
258 static int tlist_cmp(const struct tlist *, const struct tlist *);
267 static struct tlist *
287 tlist_count(struct tlist *tl) in tlist_count()
299 tlist_add(struct tlist *tl) in tlist_add()
305 tlist_print(struct tlist *tl) in tlist_print()
320 static struct tlist *
323 struct tlist *ql; in tlist_find_by_name()
340 tlist_cmp(const struct tlist *tl, const struct tlist *ql) in tlist_cmp()
376 struct tlist *ql; in tlist_find_dup()
[all …]
/minix/bin/ksh/
H A Dio.c509 maketemp(ap, type, tlist) in maketemp() argument
512 struct temp **tlist;
564 tp->next = *tlist;
565 *tlist = tp;
/minix/sbin/shutdown/
H A Dshutdown.c80 } tlist[] = { variable
266 tp = tlist; in loop()
/minix/lib/libedit/
H A Dterminal.c332 char **tlist = el->el_terminal.t_str; in terminal_alloc() local
333 char **tmp, **str = &tlist[t - tstr]; in terminal_alloc()
367 for (tmp = tlist; tmp < &tlist[T_str]; tmp++) in terminal_alloc()