/freebsd/crypto/openssl/test/ |
H A D | cms-examples.pl | 105 my ( $file, $tlist ) = @$_; 107 if ( $tlist =~ /encode/ ) { 110 if ( $tlist =~ /certsout/ ) { 113 if ( $tlist =~ /dataout/ ) { 116 if ( $tlist =~ /verify/ ) { 117 run_verify_test( $exdir, $tlist, $file ); 119 if ( $tlist =~ /digest/ ) { 120 run_digest_test( $exdir, $tlist, $file ); 122 if ( $tlist =~ /encrypted/ ) { 123 run_encrypted_test( $exdir, $tlist, $file, $secretkey ); [all …]
|
/freebsd/usr.sbin/ngctl/ |
H A D | types.c | 60 struct typelist *tlist; in TypesCmd() local 84 tlist = (struct typelist *) resp->data; in TypesCmd() 85 printf("There are %d total types:\n", tlist->numtypes); in TypesCmd() 86 if (tlist->numtypes > 0) { in TypesCmd() 90 for (k = 0; k < tlist->numtypes; k++) { in TypesCmd() 91 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd()
|
/freebsd/usr.sbin/dumpcis/ |
H A D | readcis.c | 121 freecis(struct tuple_list *tlist) in freecis() argument 126 while ((tl = tlist) != 0) { in freecis() 127 tlist = tl->next; in freecis() 189 static struct tuple_list *tlist; variable 199 tlist = 0; in read_tuples() 200 last_tl = tlist = read_one_tuplelist(fd, MDF_ATTR, (off_t) 0); in read_tuples() 233 if (find_tuple_in_list(tlist, CIS_NOLINK) == 0 && in read_tuples() 234 find_tuple_in_list(tlist, CIS_LINKTARGET) == 0 && in read_tuples() 239 tlist->next = read_one_tuplelist(fd, 0, 0); in read_tuples() 241 return (tlist); in read_tuples() [all …]
|
H A D | printcis.c | 61 dumpcis(struct tuple_list *tlist) in dumpcis() argument 69 for (tl = tlist; tl; tl = tl->next) in dumpcis()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_template.c | 246 struct tlist { 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 * in tlist_new() 270 struct tlist *tl = calloc(1, sizeof(*tl)); in tlist_new() 277 tlist_header(struct tlist *t, const char *fmt, ...) in tlist_header() 287 tlist_count(struct tlist *t in tlist_count() 244 struct tlist { global() struct 248 templatetlist global() argument [all...] |
/freebsd/contrib/less/ |
H A D | edit.c | 62 public void init_textlist(struct textlist *tlist, mutable char *str) in init_textlist() 72 tlist->string = skipsp(str); in init_textlist() 73 tlist->endstring = tlist->string + strlen(tlist->string); in init_textlist() 74 for (s = str; s < tlist->endstring; s++) in init_textlist() 80 } else if (esclen > 0 && s + esclen < tlist->endstring && in init_textlist() 103 public constant char * forw_textlist(struct textlist *tlist, constant char *prev) in forw_textlist() 112 s = tlist->string; in forw_textlist() 115 if (s >= tlist in forw_textlist() 61 init_textlist(struct textlist * tlist,char * str) init_textlist() argument 102 forw_textlist(struct textlist * tlist,char * prev) forw_textlist() argument 123 back_textlist(struct textlist * tlist,char * prev) back_textlist() argument [all...] |
H A D | decode.c | 327 static void expand_cmd_table(struct tablelist *tlist) 330 for (t = tlist; t != NULL; t = t->t_next) in init_cmds() 403 static int add_cmd_table(struct tablelist **tlist, unsigned char *buf, size_t len) in add_fcmd_table() 421 if (*tlist == NULL) in add_var_table() 422 *tlist = t; in add_var_table() 426 for (e = *tlist; e->t_next != NULL; e = e->t_next) 436 static void pop_cmd_table(struct tablelist **tlist) 439 if (*tlist == NULL) in mouse_wheel_up() 441 if ((*tlist)->t_next == NULL) 443 t = *tlist; 304 expand_cmd_table(struct tablelist * tlist) expand_cmd_table() argument 377 add_cmd_table(struct tablelist ** tlist,char * buf,int len) add_cmd_table() argument 420 add_var_table(struct tablelist ** tlist,char * buf,int len) add_var_table() argument 626 cmd_decode(struct tablelist * tlist,char * cmd,char ** sp) cmd_decode() argument [all...] |
H A D | main.c | 370 struct textlist tlist; in sprefix() 376 init_textlist(&tlist, gfilename); in sprefix() 378 while ((filename = forw_textlist(&tlist, filename)) != NULL) in sprefix() 204 struct textlist tlist; main() local
|
H A D | funcs.h | 131 public void init_textlist(struct textlist *tlist, mutable char *str); 132 public constant char * forw_textlist(struct textlist *tlist, constant char *prev); 133 public constant char * back_textlist(struct textlist *tlist, constant char *prev);
|
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
H A D | sched_impl.h | 51 #define IS_PROVIDER_TRIED(pd, tlist) \ argument 52 (tlist != NULL && is_in_triedlist(pd, tlist))
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_tpc.c | 161 struct tpc_list *list, *tlist; in tpc_timeout() local 166 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) { in tpc_timeout() 229 struct tpc_list *list, *tlist; in ctl_tpc_lun_clear() local 231 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) { in ctl_tpc_lun_clear() 1669 struct tpc_list *list, *tlist; in ctl_extended_copy_lid1() local 1786 tlist = tpc_find_list(lun, list->list_id, list->init_idx); in ctl_extended_copy_lid1() 1787 if (tlist != NULL && !tlist->completed) { in ctl_extended_copy_lid1() 1795 if (tlist != NULL) { in ctl_extended_copy_lid1() 1796 TAILQ_REMOVE(&lun->tpc_lists, tlist, links); in ctl_extended_copy_lid1() 1797 free(tlist, M_CTL); in ctl_extended_copy_lid1() [all …]
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_catas.c | 64 LIST_HEAD(tlist); in catas_reset() 70 list_splice_init(&catas_list, &tlist); in catas_reset() 73 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) { in catas_reset()
|
/freebsd/contrib/tcsh/ |
H A D | tw.init.c | 45 tlist, /* Total space in list */ member 109 if (sl->tlist <= sl->nlist) { in tw_str_add() 111 sl->tlist += TW_INCR; in tw_str_add() 112 sl->list = xrealloc(sl->list, sl->tlist * sizeof(Char *)); in tw_str_add() 145 sl->tlist = sl->nlist = 0; in tw_str_free()
|
/freebsd/sbin/shutdown/ |
H A D | shutdown.c | 63 } tlist[] = { variable 263 tp = tlist; in loop()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1815 TAILQ_HEAD(, toepcb) tlist = TAILQ_HEAD_INITIALIZER(tlist); in cleanup_stranded_tids() 1835 TAILQ_SWAP(&td->stranded_atids, &tlist, toepcb, link); in cleanup_stranded_tids() 1837 while ((toep = TAILQ_FIRST(&tlist)) != NULL) { in cleanup_stranded_tids() 1838 TAILQ_REMOVE(&tlist, toep, link); in cleanup_stranded_tids() 1846 TAILQ_SWAP(&td->stranded_tids, &tlist, toepcb, link); in cleanup_stranded_tids() 1848 while ((toep = TAILQ_FIRST(&tlist)) != NULL) { in cleanup_stranded_tids() 1849 TAILQ_REMOVE(&tlist, toep, link); in cleanup_stranded_tids()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | protocol.py | 1412 tlist = [] 1423 tlist.append(item.group(1)) 1431 for item in tlist:
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 340 char **tlist = el->el_terminal.t_str; in terminal_alloc() local 341 char **tmp, **str = &tlist[t - tstr]; in terminal_alloc() 375 for (tmp = tlist; tmp < &tlist[T_str]; tmp++) in terminal_alloc()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 1537 static const char *tlist[3] = { local 1547 if ((handle = __rpc_setconf(tlist[i])) == NULL)
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_resource_tracker.c | 4707 LIST_HEAD(tlist); in rem_slave_srqs() 4773 LIST_HEAD(tlist); in rem_slave_cqs() 4836 LIST_HEAD(tlist); in rem_slave_mrs() 4904 LIST_HEAD(tlist); in rem_slave_mtts() 5093 LIST_HEAD(tlist); in rem_slave_eqs()
|