Home
last modified time | relevance | path

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

12

/openbsd/games/monop/
H A Dtrade.c77 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()
H A Dmonop.c105 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()
H A Dexecute.c220 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()
H A Dprint.c174 printf("%s's (%d) holdings (Total worth: $%d):\n", name_list[pl], pl+1, in printhold()
H A Dprop.c161 (void)snprintf(buf, sizeof(buf), "%s: ", name_list[i]); in bid()
H A Dmisc.c276 while ((pl=getinp("Whose holdings do you want to see? ", name_list)) < num_play) in list_all()
H A Dmonop.ext40 extern char *ynlist[], *comlist[], *name_list[], *lucky_mes[];
/openbsd/gnu/usr.bin/binutils/ld/
H A Dld.h61 typedef struct name_list { struct
63 struct name_list *next; argument
65 name_list; typedef
72 struct name_list *exclude_name_list;
H A Dldgram.y79 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/gnu/usr.bin/binutils-2.17/ld/
H A Dld.h98 typedef struct name_list { struct
100 struct name_list *next; argument
102 name_list; typedef
114 struct name_list *exclude_name_list;
H A Dldgram.y77 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/lib/libcurses/tinfo/
H A Dwrite_entry.c318 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/usr.sbin/tcpdump/
H A Dpfctl_osfp.c52 LIST_HEAD(name_list, name_entry);
58 struct name_list nm_sublist;
61 struct name_list classes = LIST_HEAD_INITIALIZER(&classes);
67 void pfctl_flush_my_fingerprints(struct name_list *);
81 void sort_name_list(int, struct name_list *);
272 pfctl_flush_my_fingerprints(struct name_list *list) in pfctl_flush_my_fingerprints()
444 struct name_list *list; in pfctl_lookup_fingerprint()
520 lookup_name_list(struct name_list *list, const char *name) in lookup_name_list()
681 fingerprint_name_entry(struct name_list *list, char *name) in fingerprint_name_entry()
722 sort_name_list(int opts, struct name_list *nml) in sort_name_list()
[all …]
/openbsd/sbin/pfctl/
H A Dpfctl_osfp.c52 LIST_HEAD(name_list, name_entry);
58 struct name_list nm_sublist;
61 struct name_list classes = LIST_HEAD_INITIALIZER(&classes);
67 void pfctl_flush_my_fingerprints(struct name_list *);
81 void sort_name_list(int, struct name_list *);
268 pfctl_flush_my_fingerprints(struct name_list *list) in pfctl_flush_my_fingerprints()
446 struct name_list *list; in pfctl_lookup_fingerprint()
522 lookup_name_list(struct name_list *list, const char *name) in lookup_name_list()
684 fingerprint_name_entry(struct name_list *list, char *name) in fingerprint_name_entry()
725 sort_name_list(int opts, struct name_list *nml) in sort_name_list()
[all …]
/openbsd/usr.sbin/ldapd/
H A Dschema.h43 SLIST_HEAD(name_list, name);
66 struct name_list *names;
104 struct name_list *names;
H A Dschema.c63 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/gnu/usr.bin/binutils-2.17/bfd/
H A Darchures.c625 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()
H A Dtargets.c1386 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/gnu/usr.bin/binutils/bfd/
H A Darchures.c554 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()
H A Dtargets.c1309 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/lib/libssl/
H A Dssl_cert.c458 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/gnu/usr.bin/perl/
H A Dregcomp_debug.c491 AV *name_list= NULL; in Perl_regprop() local
496 name_list= MUTABLE_AV(progi->data->data[progi->name_list_idx]); in Perl_regprop()
498 name_list= RExC_paren_name_list; in Perl_regprop()
500 if ( name_list ) { in Perl_regprop()
510 SV **name= av_fetch_simple(name_list, parno, 0 ); in Perl_regprop()
525 SV **name= av_fetch_simple(name_list, nums[0], 0 ); in Perl_regprop()
563 AV *name_list= NULL; in Perl_regprop() local
569 name_list= MUTABLE_AV(progi->data->data[progi->name_list_idx]); in Perl_regprop()
571 name_list= RExC_paren_name_list; in Perl_regprop()
581 if (name_list) { in Perl_regprop()
[all …]
/openbsd/usr.sbin/ldomctl/
H A Dmdesc.c35 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()
H A Dmdesc.h59 TAILQ_HEAD(md_name_head, md_name) name_list;
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstb.c147 name_list; member
1276 ffestb_subrargs_.name_list.ok = TRUE; in ffestb_subr_name_list_()
1278 if (ffestb_subrargs_.name_list.names) in ffestb_subr_name_list_()
1295 ffestb_subrargs_.name_list.ok = FALSE; in ffestb_subr_name_list_()
1297 if (ffestb_subrargs_.name_list.names) in ffestb_subr_name_list_()
19512 ffestb_subrargs_.name_list.ok = TRUE; in ffestb_dummy1_()
19549 if (!ffestb_subrargs_.name_list.ok) in ffestb_dummy2_()
20425 if (!ffestb_subrargs_.name_list.ok) in ffestb_R12291_()
20434 ffestb_subrargs_.name_list.args, in ffestb_R12291_()
23338 ffestb_subrargs_.name_list.handler in ffestb_decl_funcname_4_()
[all …]

12