| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| 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 …]
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | tag.c | 70 List *tlist; member 335 List *tlist; member 392 "sVv", ",", ppd->tlist, in posttag_proc() 419 List *mtlist, *tlist; in tag_filesdoneproc() local 428 tlist = ((struct master_lists *) p->data)->tlist; in tag_filesdoneproc() 430 tlist = NULL; in tag_filesdoneproc() 431 if (tlist == NULL || tlist->list->next == tlist->list) in tag_filesdoneproc() 434 ppd.tlist = tlist; in tag_filesdoneproc() 606 List *tlist; in check_fileproc() local 646 tlist = ((struct master_lists *) p->data)->tlist; in check_fileproc() [all …]
|
| D | ChangeLog | 4842 single revision number in a string and pass tlist properly rather than 4844 (check_filesdone_proc): Altered to use non-global tlist.
|
| /netbsd/src/external/bsd/less/dist/ |
| D | edit.c | 65 public void init_textlist(struct textlist *tlist, char *str) in init_textlist() argument 75 tlist->string = skipsp(str); in init_textlist() 76 tlist->endstring = tlist->string + strlen(tlist->string); in init_textlist() 77 for (s = str; s < tlist->endstring; s++) in init_textlist() 83 } else if (esclen > 0 && s + esclen < tlist->endstring && in init_textlist() 106 public char * forw_textlist(struct textlist *tlist, char *prev) in forw_textlist() argument 115 s = tlist->string; in forw_textlist() 118 if (s >= tlist->endstring) in forw_textlist() 122 if (s >= tlist->endstring) in forw_textlist() 127 public char * back_textlist(struct textlist *tlist, char *prev) in back_textlist() argument [all …]
|
| D | decode.c | 306 static void expand_cmd_table(struct tablelist *tlist) in expand_cmd_table() argument 309 for (t = tlist; t != NULL; t = t->t_next) in expand_cmd_table() 379 static int add_cmd_table(struct tablelist **tlist, char *buf, int len) in add_cmd_table() argument 396 t->t_next = *tlist; in add_cmd_table() 397 *tlist = t; in add_cmd_table() 422 static void add_var_table(struct tablelist **tlist, char *buf, int len) in add_var_table() argument 424 if (add_cmd_table(tlist, buf, len) < 0) in add_var_table() 628 static int cmd_decode(struct tablelist *tlist, char *cmd, char **sp) in cmd_decode() argument 637 for (t = tlist; t != NULL; t = t->t_next) in cmd_decode()
|
| D | main.c | 202 struct textlist tlist; in main() local 208 init_textlist(&tlist, gfilename); in main() 210 while ((filename = forw_textlist(&tlist, filename)) != NULL) in main()
|
| D | funcs.h | 117 public void init_textlist(struct textlist *tlist, char *str); 118 public char * forw_textlist(struct textlist *tlist, char *prev); 119 public char * back_textlist(struct textlist *tlist, char *prev);
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | gen_template.c | 256 struct tlist { struct 260 ASN1_TAILQ_ENTRY(tlist) tmembers; argument 263 ASN1_TAILQ_HEAD(tlisthead, tlist); 265 static void tlist_header(struct tlist *, const char *, ...) __attribute__ ((__format__ (__printf__,… 268 static int tlist_cmp(const struct tlist *, const struct tlist *); 277 static struct tlist * 280 struct tlist *tl = calloc(1, sizeof(*tl)); in tlist_new() 287 tlist_header(struct tlist *t, const char *fmt, ...) in tlist_header() 297 tlist_count(struct tlist *tl) in tlist_count() 309 tlist_add(struct tlist *tl) in tlist_add() [all …]
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_cvscan.c | 353 RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL; in rf_CvscanPromote() local 361 tmp->next = tlist; in rf_CvscanPromote() 362 tlist = tmp; in rf_CvscanPromote() 375 tmp->next = tlist; in rf_CvscanPromote() 376 tlist = tmp; /* insert on a temp queue */ in rf_CvscanPromote() 383 while (tlist) { in rf_CvscanPromote() 385 tmp = tlist->next; in rf_CvscanPromote() 386 RealEnqueue(hdr, tlist); in rf_CvscanPromote() 387 tlist = tmp; in rf_CvscanPromote()
|
| /netbsd/src/games/hack/ |
| D | hack.cmd.c | 151 const struct func_tab *tlist = cmdlist; in rhack() local 221 while (tlist->f_char) { in rhack() 222 if (*cmd == tlist->f_char) { in rhack() 223 res = (*(tlist->f_funct)) (); in rhack() 230 tlist++; in rhack()
|
| /netbsd/src/bin/ksh/ |
| D | io.c | 444 maketemp(ap, type, tlist) in maketemp() argument 447 struct temp **tlist; 499 tp->next = *tlist; 500 *tlist = tp;
|
| /netbsd/src/sbin/shutdown/ |
| D | shutdown.c | 80 } tlist[] = { variable 266 tp = tlist; in loop()
|
| /netbsd/src/lib/libedit/ |
| 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()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | expr.c | 796 chainp tlist; in stfcall() local 806 tlist = NULL; in stfcall() 830 rp->rplblock.nextp = tlist; in stfcall() 831 tlist = rp; in stfcall() 844 rpllist = hookup(tlist, rpllist); in stfcall()
|
| /netbsd/src/usr.bin/rpcinfo/ |
| D | rpcinfo.c | 1593 static const char *tlist[] = { local 1602 for (i = 0; i < __arraycount(tlist); i++) { 1603 if ((handle = __rpc_setconf(tlist[i])) == NULL)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2000 | 3015 (struct tlist, struct tlist_cache): New.
|