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

/freebsd-9.3-release/crypto/openssl/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...]
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dtypes.c62 struct typelist *tlist; local
86 tlist = (struct typelist *) resp->data;
87 printf("There are %d total types:\n", tlist->numtypes);
88 if (tlist->numtypes > 0) {
92 for (k = 0; k < tlist->numtypes; k++) {
93 struct typeinfo *const ti = &tlist->typeinfo[k];
/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dreadcis.c121 freecis(struct tuple_list *tlist) argument
126 while ((tl = tlist) != 0) {
127 tlist = tl->next;
189 static struct tuple_list *tlist; variable in typeref:struct:tuple_list
199 tlist = 0;
200 last_tl = tlist = read_one_tuplelist(fd, MDF_ATTR, (off_t) 0);
230 if (find_tuple_in_list(tlist, CIS_NOLINK) == 0 &&
231 find_tuple_in_list(tlist, CIS_LINKTARGET) == 0 &&
238 tlist->next = read_one_tuplelist(fd, 0, offs);
240 return (tlist);
[all...]
H A Dprintcis.c63 dumpcis(struct tuple_list *tlist) argument
71 for (tl = tlist; tl; tl = tl->next)
/freebsd-9.3-release/contrib/less/
H A Dedit.c58 init_textlist(tlist, str)
59 struct textlist *tlist;
70 tlist->string = skipsp(str);
71 tlist->endstring = tlist->string + strlen(tlist->string);
72 for (s = str; s < tlist->endstring; s++)
78 } else if (esclen > 0 && s + esclen < tlist->endstring &&
102 forw_textlist(tlist, prev)
103 struct textlist *tlist;
[all...]
H A Dmain.c203 struct textlist tlist; local
207 init_textlist(&tlist, gfilename);
209 while ((filename = forw_textlist(&tlist, filename)) != NULL)
H A Ddecode.c322 add_cmd_table(tlist, buf, len)
323 struct tablelist **tlist;
343 t->t_next = *tlist;
344 *tlist = t;
376 add_var_table(tlist, buf, len)
377 struct tablelist **tlist;
381 if (add_cmd_table(tlist, buf, len) < 0)
481 cmd_decode(tlist, cmd, sp)
482 struct tablelist *tlist;
493 for (t = tlist;
[all...]
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dcatas.c89 LIST_HEAD(tlist);
96 list_splice_init(&catas_list, &tlist);
99 list_for_each_entry_safe(priv, tmppriv, &tlist, catas_err.list) {
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c61 LIST_HEAD(tlist);
67 list_splice_init(&catas_list, &tlist);
70 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) {
/freebsd-9.3-release/contrib/cvs/src/
H A Dtag.c68 List *tlist; member in struct:master_lists
72 static List *tlist; variable
457 tlist = ((struct master_lists *) p->data)->tlist;
463 tlist = getlist ();
469 ml->tlist = tlist;
474 /* do tlist */
538 (void) addnode (tlist, p);
556 tlist
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcharset.c1213 struct { char *from; char *to; int *table; } tlist[] = {
1230 for (i = 0; i < (sizeof (tlist) / sizeof (tlist[0])); i++)
1231 register_translation (simple_table_translation (tlist[i].from,
1232 tlist[i].to,
1233 tlist[i].table));
1195 struct { char *from; char *to; int *table; } tlist[] = { local
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.init.c49 tlist, /* Total space in list */ member in struct:__anon4214
113 if (sl->tlist <= sl->nlist) {
115 sl->tlist += TW_INCR;
116 sl->list = xrealloc(sl->list, sl->tlist * sizeof(Char *));
150 sl->tlist = sl->nlist = 0;
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c1195 struct tlist
1197 struct tlist *next;
1206 struct tlist *cache_before_sp;
1207 struct tlist *cache_after_sp;
1211 /* Obstack to use when allocating tlist structures, and corresponding
1218 static struct tlist *warned_ids;
1223 static void add_tlist (struct tlist **, struct tlist *, tree, int);
1224 static void merge_tlist (struct tlist **, struct tlist *, in
1192 struct tlist struct
[all...]
/freebsd-9.3-release/sbin/shutdown/
H A Dshutdown.c72 } tlist[] = { variable in typeref:struct:interval
259 tp = tlist;
/freebsd-9.3-release/lib/libedit/
H A Dterm.c378 char **tlist = el->el_term.t_str; local
379 char **tmp, **str = &tlist[t - tstr];
412 for (tmp = tlist; tmp < &tlist[T_str]; tmp++)
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c1539 static const char *tlist[3] = { local
1549 if ((handle = __rpc_setconf(tlist[i])) == NULL)

Completed in 126 milliseconds