Home
last modified time | relevance | path

Searched refs:name_list (Results 1 – 25 of 68) sorted by relevance

123

/netbsd/games/monop/
H A Dtrade.c82 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()
H A Dmonop.c66 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()
H A Dexecute.c224 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()
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dinquire_names_for_mech.c38 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/external/gpl3/binutils/dist/ld/
H A Dld.h78 typedef struct name_list struct
81 struct name_list *next; argument
83 name_list; typedef
100 struct name_list *exclude_name_list;
H A Dldgram.y74 struct name_list *name_list; member
96 %type <name_list> exclude_name_list
562 struct name_list *tmp;
563 tmp = (struct name_list *) xmalloc (sizeof *tmp);
571 struct name_list *tmp;
572 tmp = (struct name_list *) xmalloc (sizeof *tmp);
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c59 LIST_HEAD(name_list, name_entry);
65 struct name_list nm_sublist;
68 struct name_list classes = LIST_HEAD_INITIALIZER(&classes);
74 void pfctl_flush_my_fingerprints(struct name_list *);
86 void sort_name_list(int, struct name_list *);
283 pfctl_flush_my_fingerprints(struct name_list *list) in pfctl_flush_my_fingerprints()
461 struct name_list *list; in pfctl_lookup_fingerprint()
537 lookup_name_list(struct name_list *list, const char *name) in lookup_name_list()
698 fingerprint_name_entry(struct name_list *list, char *name) in fingerprint_name_entry()
739 sort_name_list(int opts, struct name_list *nml) in sort_name_list()
[all …]
/netbsd/external/gpl3/gdb/dist/ld/
H A Dld.h82 typedef struct name_list struct
85 struct name_list *next; argument
87 name_list; typedef
104 struct name_list *exclude_name_list;
H A Dldgram.y73 struct name_list *name_list; member
95 %type <name_list> exclude_name_list
580 struct name_list *tmp;
581 tmp = (struct name_list *) xmalloc (sizeof *tmp);
589 struct name_list *tmp;
590 tmp = (struct name_list *) xmalloc (sizeof *tmp);
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dld.h82 typedef struct name_list struct
85 struct name_list *next; argument
87 name_list; typedef
104 struct name_list *exclude_name_list;
H A Dldgram.y73 struct name_list *name_list; member
95 %type <name_list> exclude_name_list
580 struct name_list *tmp;
581 tmp = (struct name_list *) xmalloc (sizeof *tmp);
589 struct name_list *tmp;
590 tmp = (struct name_list *) xmalloc (sizeof *tmp);
H A Dldgram.h330 struct name_list *name_list; member
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dld.h82 typedef struct name_list struct
85 struct name_list *next; argument
87 name_list; typedef
104 struct name_list *exclude_name_list;
H A Dldgram.y73 struct name_list *name_list; member
95 %type <name_list> exclude_name_list
580 struct name_list *tmp;
581 tmp = (struct name_list *) xmalloc (sizeof *tmp);
589 struct name_list *tmp;
590 tmp = (struct name_list *) xmalloc (sizeof *tmp);
/netbsd/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp181 struct name_list { struct
183 name_list *next; argument
184 name_list(const char *s, name_list *p) : name(strsave(s)), next(p) { } in name_list() function
185 ~name_list() { a_delete name; } in ~name_list() argument
235 name_list **charcode_name_table = NULL;
837 for (name_list *p = charcode_name_table[char_table[i1].charcode]; in read_and_output_kernpairs()
935 for (name_list *p = charcode_name_table[charcode]->next; in output_charset()
949 for (name_list *p = charcode_name_table[charcode]->next; in output_charset()
957 for (name_list *p = charcode_name_table[charcode]->next; in output_charset()
1240 for (name_list *p = charcode_name_table[charcode]->next; in dump_symbols()
[all …]
/netbsd/usr.bin/systat/
H A Dmain.c409 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/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_cert.c449 STACK_OF(X509_NAME) *name_list) in set0_CA_list()
452 *ca_list = name_list; in set0_CA_list()
479 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) in SSL_set0_CA_list() argument
481 set0_CA_list(&s->ca_names, name_list); in SSL_set0_CA_list()
484 void SSL_CTX_set0_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) in SSL_CTX_set0_CA_list() argument
486 set0_CA_list(&ctx->ca_names, name_list); in SSL_CTX_set0_CA_list()
499 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) in SSL_CTX_set_client_CA_list() argument
501 set0_CA_list(&ctx->client_ca_names, name_list); in SSL_CTX_set_client_CA_list()
509 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) in SSL_set_client_CA_list() argument
511 set0_CA_list(&s->client_ca_names, name_list); in SSL_set_client_CA_list()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Darchures.c853 const char **name_list; in bfd_arch_list() local
869 name_list = (const char **) bfd_malloc (amt); in bfd_arch_list()
870 if (name_list == NULL) in bfd_arch_list()
874 name_ptr = name_list; in bfd_arch_list()
886 return name_list; in bfd_arch_list()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Darchures.c847 const char **name_list; in bfd_arch_list() local
863 name_list = (const char **) bfd_malloc (amt); in bfd_arch_list()
864 if (name_list == NULL) in bfd_arch_list()
868 name_ptr = name_list; in bfd_arch_list()
880 return name_list; in bfd_arch_list()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Darchures.c859 const char **name_list; in bfd_arch_list() local
875 name_list = (const char **) bfd_malloc (amt); in bfd_arch_list()
876 if (name_list == NULL) in bfd_arch_list()
880 name_ptr = name_list; in bfd_arch_list()
892 return name_list; in bfd_arch_list()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Darchures.c853 const char **name_list; in bfd_arch_list() local
869 name_list = (const char **) bfd_malloc (amt); in bfd_arch_list()
870 if (name_list == NULL) in bfd_arch_list()
874 name_ptr = name_list; in bfd_arch_list()
886 return name_list; in bfd_arch_list()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_cert.c472 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/external/ibm-public/postfix/dist/src/util/
H A Dmyaddrinfo.c318 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/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set0_CA_list.pod31 void SSL_CTX_set0_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list);
32 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list);
107 B<name_list>. Ownership of B<name_list> is transferred to B<ctx> and
110 SSL_set0_CA_list() sets the list of CAs to be sent to the peer to B<name_list>
112 B<name_list> is transferred to B<s> and it should not be freed by the caller.
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set0_CA_list.pod31 void SSL_CTX_set0_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list);
32 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list);
107 B<name_list>. Ownership of B<name_list> is transferred to B<ctx> and
110 SSL_set0_CA_list() sets the list of CAs to be sent to the peer to B<name_list>
112 B<name_list> is transferred to B<s> and it should not be freed by the caller.

123