| /openbsd/src/games/monop/ |
| D | trade.c | 77 name_list); in trade() 252 printf("You would resign to %s\n", name_list[new_own]); in resign() 259 name_list[num_play] = "bank"; in resign() 262 name_list); in resign() 266 name_list[num_play] = "done"; in resign() 299 free(name_list[player]); in resign() 301 name_list[i] = name_list[i+1]; in resign() 305 name_list[num_play--] = NULL; in resign()
|
| D | monop.c | 105 if ((name_list[i] = play[i].name = strdup(buf)) == NULL) in getplayers() 109 name_list[i++] = "done"; in getplayers() 110 name_list[i] = 0; in getplayers() 113 if (strcasecmp(name_list[i], name_list[j]) == 0) { in getplayers()
|
| D | execute.c | 220 fprintf(outf, "%s\n", name_list[i]); in save() 261 free(name_list[i]); in game_restore() 339 if ((name_list[i] = play[i].name = strdup(st)) == NULL) in rest_f() 342 if ((name_list[i++] = strdup("done")) == NULL) in rest_f() 344 name_list[i] = NULL; in rest_f()
|
| D | print.c | 174 printf("%s's (%d) holdings (Total worth: $%d):\n", name_list[pl], pl+1, in printhold()
|
| D | prop.c | 161 (void)snprintf(buf, sizeof(buf), "%s: ", name_list[i]); in bid()
|
| D | misc.c | 276 while ((pl=getinp("Whose holdings do you want to see? ", name_list)) < num_play) in list_all()
|
| D | monop.ext | 40 extern char *ynlist[], *comlist[], *name_list[], *lucky_mes[];
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ld.h | 61 typedef struct name_list { struct 63 struct name_list *next; argument 65 name_list; typedef 72 struct name_list *exclude_name_list;
|
| D | ldgram.y | 79 struct name_list *name_list; member 99 %type <name_list> exclude_name_list 441 struct name_list *tmp; 442 tmp = (struct name_list *) xmalloc (sizeof *tmp); 450 struct name_list *tmp; 451 tmp = (struct name_list *) xmalloc (sizeof *tmp);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ld.h | 98 typedef struct name_list { struct 100 struct name_list *next; argument 102 name_list; typedef 114 struct name_list *exclude_name_list;
|
| D | ldgram.y | 77 struct name_list *name_list; member 97 %type <name_list> exclude_name_list 483 struct name_list *tmp; 484 tmp = (struct name_list *) xmalloc (sizeof *tmp); 492 struct name_list *tmp; 493 tmp = (struct name_list *) xmalloc (sizeof *tmp);
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | write_entry.c | 318 char name_list[MAX_TERMINFO_LENGTH]; in _nc_write_entry() local 326 } else if (name_size >= sizeof(name_list) - 1) { in _nc_write_entry() 330 _nc_STRCPY(name_list, term_names, sizeof(name_list)); in _nc_write_entry() 331 DEBUG(7, ("Name list = '%s'", name_list)); in _nc_write_entry() 333 first_name = name_list; in _nc_write_entry() 335 ptr = &name_list[name_size - 1]; in _nc_write_entry() 338 while (ptr > name_list && *ptr != '|') in _nc_write_entry() 341 if (ptr != name_list) { in _nc_write_entry() 344 for (ptr = name_list; *ptr != '\0' && *ptr != '|'; ptr++) { in _nc_write_entry() 381 key.data = name_list; in _nc_write_entry() [all …]
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | pfctl_osfp.c | 52 LIST_HEAD(name_list, name_entry); 58 struct name_list nm_sublist; 61 struct name_list classes = LIST_HEAD_INITIALIZER(&classes); 66 struct name_entry *fingerprint_name_entry(struct name_list *, char *); 67 void pfctl_flush_my_fingerprints(struct name_list *); 80 void print_name_list(int, struct name_list *, const char *); 81 void sort_name_list(int, struct name_list *); 82 struct name_entry *lookup_name_list(struct name_list *, const char *); 272 pfctl_flush_my_fingerprints(struct name_list *list) in pfctl_flush_my_fingerprints() 444 struct name_list *list; in pfctl_lookup_fingerprint() [all …]
|
| /openbsd/src/sbin/pfctl/ |
| D | pfctl_osfp.c | 52 LIST_HEAD(name_list, name_entry); 58 struct name_list nm_sublist; 61 struct name_list classes = LIST_HEAD_INITIALIZER(&classes); 66 struct name_entry *fingerprint_name_entry(struct name_list *, char *); 67 void pfctl_flush_my_fingerprints(struct name_list *); 80 void print_name_list(int, struct name_list *, const char *); 81 void sort_name_list(int, struct name_list *); 82 struct name_entry *lookup_name_list(struct name_list *, const char *); 268 pfctl_flush_my_fingerprints(struct name_list *list) in pfctl_flush_my_fingerprints() 446 struct name_list *list; in pfctl_lookup_fingerprint() [all …]
|
| /openbsd/src/usr.sbin/ldapd/ |
| D | schema.h | 43 SLIST_HEAD(name_list, name); 66 struct name_list *names; 104 struct name_list *names;
|
| D | schema.c | 63 static struct name_list *push_name(struct name_list *nl, char *name); 257 static struct name_list * 258 push_name(struct name_list *nl, char *name) in push_name() 529 static struct name_list * 532 struct name_list *nlist = NULL; in schema_parse_names() 561 schema_free_name_list(struct name_list *nlist) in schema_free_name_list() 703 struct name_list *xnames; in schema_parse_attributetype() 899 struct name_list *xnames; in schema_parse_objectclass() 1106 schema_dump_names(const char *desc, struct name_list *nlist, in schema_dump_names()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | archures.c | 554 const char **name_list; in bfd_arch_list() local 570 name_list = bfd_malloc (amt); in bfd_arch_list() 571 if (name_list == NULL) in bfd_arch_list() 575 name_ptr = name_list; in bfd_arch_list() 587 return name_list; in bfd_arch_list()
|
| D | targets.c | 1309 const char **name_list, **name_ptr; in bfd_target_list() local 1315 name_ptr = name_list = bfd_malloc (amt); in bfd_target_list() 1317 if (name_list == NULL) in bfd_target_list() 1326 return name_list; in bfd_target_list()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | archures.c | 625 const char **name_list; in bfd_arch_list() local 641 name_list = bfd_malloc (amt); in bfd_arch_list() 642 if (name_list == NULL) in bfd_arch_list() 646 name_ptr = name_list; in bfd_arch_list() 658 return name_list; in bfd_arch_list()
|
| D | targets.c | 1386 const char **name_list, **name_ptr; in bfd_target_list() local 1392 name_ptr = name_list = bfd_malloc (amt); in bfd_target_list() 1394 if (name_list == NULL) in bfd_target_list() 1403 return name_list; in bfd_target_list()
|
| /openbsd/src/lib/libssl/ |
| D | ssl_cert.c | 458 STACK_OF(X509_NAME) *name_list) in set_client_CA_list() 461 *ca_list = name_list; in set_client_CA_list() 490 SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) in SSL_set_client_CA_list() argument 492 set_client_CA_list(&(s->client_CA), name_list); in SSL_set_client_CA_list() 497 SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) in SSL_CTX_set_client_CA_list() argument 499 set_client_CA_list(&(ctx->client_CA), name_list); in SSL_CTX_set_client_CA_list()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp_debug.c | 637 AV *name_list= NULL; in Perl_regprop() local 642 name_list= MUTABLE_AV(progi->data->data[progi->name_list_idx]); in Perl_regprop() 644 name_list= RExC_paren_name_list; in Perl_regprop() 646 if ( name_list ) { in Perl_regprop() 656 SV **name= av_fetch_simple(name_list, parno, 0 ); in Perl_regprop() 671 SV **name= av_fetch_simple(name_list, nums[0], 0 ); in Perl_regprop() 709 AV *name_list= NULL; in Perl_regprop() local 715 name_list= MUTABLE_AV(progi->data->data[progi->name_list_idx]); in Perl_regprop() 717 name_list= RExC_paren_name_list; in Perl_regprop() 727 if (name_list) { in Perl_regprop() [all …]
|
| /openbsd/src/usr.sbin/ldomctl/ |
| D | mdesc.c | 35 TAILQ_FOREACH(name, &md->name_list, link) in md_find_name() 50 TAILQ_INSERT_TAIL(&md->name_list, name, link); in md_add_name() 65 TAILQ_REMOVE(&md->name_list, name, link); in md_free_name() 355 TAILQ_INIT(&md->name_list); in md_alloc() 523 TAILQ_FOREACH(name, &md->name_list, link) { in md_exhume() 599 TAILQ_FOREACH(name, &md->name_list, link) { in md_exhume()
|
| D | mdesc.h | 59 TAILQ_HEAD(md_name_head, md_name) name_list;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | stb.c | 147 name_list; member 1270 if (ffestt_tokenlist_count (ffestb_subrargs_.name_list.args) != 0) in ffestb_subr_name_list_() 1276 ffestb_subrargs_.name_list.ok = TRUE; in ffestb_subr_name_list_() 1277 ffestb_subrargs_.name_list.close_paren = ffelex_token_use (t); in ffestb_subr_name_list_() 1278 if (ffestb_subrargs_.name_list.names) in ffestb_subr_name_list_() 1280 return (ffelexHandler) ffestb_subrargs_.name_list.handler; in ffestb_subr_name_list_() 1283 if (!ffestb_subrargs_.name_list.is_subr) in ffestb_subr_name_list_() 1287 ffestt_tokenlist_append (ffestb_subrargs_.name_list.args, in ffestb_subr_name_list_() 1295 ffestb_subrargs_.name_list.ok = FALSE; in ffestb_subr_name_list_() 1296 ffestb_subrargs_.name_list.close_paren = ffelex_token_use (t); in ffestb_subr_name_list_() [all …]
|