| /netbsd/src/games/monop/ |
| D | trade.c | 82 name_list); in trade() 263 printf("You would resign to %s\n", name_list[new_own]); in resign() 270 name_list[num_play] = "bank"; in resign() 273 name_list); in resign() 277 name_list[num_play] = "done"; in resign() 312 name_list[i] = name_list[i+1]; in resign() 316 name_list[num_play--] = NULL; in resign()
|
| D | monop.c | 66 const char *name_list[MAX_PL+2]; /* list of players' names */ variable 290 name_list[i] = play[i].name = strdup(buf); in getplayers() 291 if (name_list[i] == NULL) in getplayers() 295 name_list[i++] = "done"; in getplayers() 296 name_list[i] = 0; in getplayers() 299 if (strcasecmp(name_list[i], name_list[j]) == 0) { in getplayers()
|
| D | execute.c | 224 name_list[i] = NULL; in reset_game() 284 fprintf(outf, " name %s\n", name_list[i]); in save() 409 name_list[num_play] = "done"; in rest_f() 605 name_list[restore_itemnum] = pp->name; in restore_player_attr()
|
| D | monop.h | 134 extern const char *const yncoms[], *name_list[], *const lucky_mes[];
|
| D | print.c | 181 printf("%s's (%d) holdings (Total worth: $%d):\n", name_list[pl], in printhold()
|
| D | prop.c | 175 name_list[i]); in bid()
|
| D | misc.c | 280 while ((pl = getinp("Whose holdings do you want to see? ", name_list)) in list_all()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| D | inquire_names_for_mech.c | 38 static gss_OID name_list[] = { variable 67 for (i = 0; name_list[i] != NULL; i++) { in _gsskrb5_inquire_names_for_mech() 69 name_list[i], in _gsskrb5_inquire_names_for_mech()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ld.h | 78 typedef struct name_list struct 81 struct name_list *next; argument 83 name_list; typedef 100 struct name_list * exclude_name_list;
|
| D | ldgram.y | 77 struct name_list *name_list; member 99 %type <name_list> exclude_name_list 596 struct name_list *tmp; 597 tmp = (struct name_list *) xmalloc (sizeof *tmp); 605 struct name_list *tmp; 606 tmp = (struct name_list *) xmalloc (sizeof *tmp);
|
| D | ldgram.h | 355 struct name_list *name_list; member
|
| D | ldgram.c | 456 struct name_list *name_list; member 3080 (yyval.wildcard).exclude_name_list = (yyvsp[-2].name_list); in yyparse() 3279 struct name_list *tmp; in yyparse() 3280 tmp = (struct name_list *) xmalloc (sizeof *tmp); in yyparse() 3282 tmp->next = (yyvsp[-1].name_list); in yyparse() 3283 (yyval.name_list) = tmp; in yyparse() 3291 struct name_list *tmp; in yyparse() 3292 tmp = (struct name_list *) xmalloc (sizeof *tmp); in yyparse() 3295 (yyval.name_list) = tmp; in yyparse()
|
| D | ldlang.h | 58 lang_memory_region_name name_list; member 399 struct name_list * exclude_name_list;
|
| D | ldlang.c | 358 walk_wild_file_in_exclude_list (struct name_list *exclude_list, in walk_wild_file_in_exclude_list() 361 struct name_list *list_tmp; in walk_wild_file_in_exclude_list() 1410 for (n = &r->name_list; n != NULL; n = n->next) in lang_memory_region_lookup() 1425 new_region->name_list.name = xstrdup (name); in lang_memory_region_lookup() 1426 new_region->name_list.next = NULL; in lang_memory_region_lookup() 1462 for (n = &r->name_list; n != NULL; n = n->next) in lang_memory_region_alias() 1481 n->next = region->name_list.next; in lang_memory_region_alias() 1482 region->name_list.next = n; in lang_memory_region_alias() 1957 ? after->region->name_list.name in lang_insert_orphan() 1960 ? after->lma_region->name_list.name in lang_insert_orphan() [all …]
|
| /netbsd/src/dist/pf/sbin/pfctl/ |
| D | pfctl_osfp.c | 59 LIST_HEAD(name_list, name_entry); 65 struct name_list nm_sublist; 68 struct name_list classes = LIST_HEAD_INITIALIZER(&classes); 73 struct name_entry *fingerprint_name_entry(struct name_list *, char *); 74 void pfctl_flush_my_fingerprints(struct name_list *); 85 void print_name_list(int, struct name_list *, const char *); 86 void sort_name_list(int, struct name_list *); 87 struct name_entry *lookup_name_list(struct name_list *, const char *); 283 pfctl_flush_my_fingerprints(struct name_list *list) in pfctl_flush_my_fingerprints() 461 struct name_list *list; in pfctl_lookup_fingerprint() [all …]
|
| /netbsd/src/usr.bin/systat/ |
| D | main.c | 409 nlisterr(struct nlist name_list[]) in nlisterr() argument 417 name_list[i].n_name != NULL && *name_list[i].n_name != '\0'; i++) in nlisterr() 418 if (name_list[i].n_value == 0) in nlisterr() 419 mvprintw(2 + ++n, 10, "%s", name_list[i].n_name); in nlisterr()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | archures.c | 875 const char **name_list; in bfd_arch_list() local 891 name_list = (const char **) bfd_malloc (amt); in bfd_arch_list() 892 if (name_list == NULL) in bfd_arch_list() 896 name_ptr = name_list; in bfd_arch_list() 908 return name_list; in bfd_arch_list()
|
| D | targets.c | 1727 const char **name_list, **name_ptr; in bfd_target_list() local 1733 name_ptr = name_list = (const char **) bfd_malloc (amt); in bfd_target_list() 1735 if (name_list == NULL) in bfd_target_list() 1744 return name_list; in bfd_target_list()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | archures.c | 877 const char **name_list; in bfd_arch_list() local 893 name_list = (const char **) bfd_malloc (amt); in bfd_arch_list() 894 if (name_list == NULL) in bfd_arch_list() 898 name_ptr = name_list; in bfd_arch_list() 910 return name_list; in bfd_arch_list()
|
| D | targets.c | 1789 const char **name_list, **name_ptr; in bfd_target_list() local 1795 name_ptr = name_list = (const char **) bfd_malloc (amt); in bfd_target_list() 1797 if (name_list == NULL) in bfd_target_list() 1806 return name_list; in bfd_target_list()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ssl/ |
| D | ssl_cert.c | 472 STACK_OF(X509_NAME) *name_list) in set0_CA_list() 475 *ca_list = name_list; in set0_CA_list() 502 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) in SSL_set0_CA_list() argument 504 set0_CA_list(&s->ca_names, name_list); in SSL_set0_CA_list() 507 void SSL_CTX_set0_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) in SSL_CTX_set0_CA_list() argument 509 set0_CA_list(&ctx->ca_names, name_list); in SSL_CTX_set0_CA_list() 522 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) in SSL_CTX_set_client_CA_list() argument 524 set0_CA_list(&ctx->client_ca_names, name_list); in SSL_CTX_set_client_CA_list() 532 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) in SSL_set_client_CA_list() argument 534 set0_CA_list(&s->client_ca_names, name_list); in SSL_set_client_CA_list()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | myaddrinfo.c | 318 char **name_list; in hostname_to_sockaddr_pf() local 375 for (name_list = hp->h_addr_list; name_list[0]; name_list++) { in hostname_to_sockaddr_pf() 377 ip->sin.sin_addr = IN_ADDR(name_list[0]); in hostname_to_sockaddr_pf()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | homedir.c | 79 typedef struct name_list { struct 82 struct name_list *next; argument 83 } name_list; typedef 86 name_list *list; 566 free_name_list( name_list *names, void *ctx ) in free_name_list() 568 name_list *next; in free_name_list() 579 grab_names( const char *dir_path, name_list **names, void *ctx ) in grab_names() 584 name_list **tail = NULL; in grab_names() 677 name_list *next_name = NULL; in traverse() 692 dir_stack->list = ber_memcalloc_x( 1, sizeof(name_list), ctx ); in traverse()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-arch.c | 346 std::vector<const char *> name_list = gdbarch_printable_names (); in gdbpy_all_architecture_names() local 347 for (const char *name : name_list) in gdbpy_all_architecture_names()
|
| /netbsd/src/external/gpl2/lvm2/dist/include/ |
| D | metadata.h | 174 struct name_list { struct
|