Searched refs:name_list (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_names_for_mech.c39 static gss_OID *name_list[] = { variable
68 for (i = 0; name_list[i] != NULL; i++) {
70 *(name_list[i]),
/freebsd-9.3-release/contrib/binutils/ld/
H A Dld.h96 typedef struct name_list { struct
98 struct name_list *next;
100 name_list; typedef in typeref:struct:name_list
112 struct name_list *exclude_name_list;
H A Dldgram.y77 struct name_list *name_list;
97 %type <name_list> exclude_name_list
485 struct name_list *tmp;
486 tmp = (struct name_list *) xmalloc (sizeof *tmp);
494 struct name_list *tmp;
495 tmp = (struct name_list *) xmalloc (sizeof *tmp);
H A Dldlang.c174 struct name_list *list_tmp;
3846 name_list *tmp;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c274 char name_list[MAX_TERMINFO_LENGTH]; local
279 assert(strlen(tp->term_names) < sizeof(name_list));
281 (void) strcpy(name_list, tp->term_names);
282 DEBUG(7, ("Name list = '%s'", name_list));
284 first_name = name_list;
286 ptr = &name_list[strlen(name_list) - 1];
289 while (ptr > name_list && *ptr != '|')
292 if (ptr != name_list) {
295 for (ptr = name_list; *pt
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchures.c642 const char **name_list; local
658 name_list = bfd_malloc (amt);
659 if (name_list == NULL)
663 name_ptr = name_list;
675 return name_list;
H A Dtargets.c1428 const char **name_list, **name_ptr;
1434 name_ptr = name_list = bfd_malloc (amt);
1436 if (name_list == NULL)
1445 return name_list;
1427 const char **name_list, **name_ptr; local
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_osfp.c58 LIST_HEAD(name_list, name_entry);
64 struct name_list nm_sublist;
67 struct name_list classes = LIST_HEAD_INITIALIZER(&classes);
72 struct name_entry *fingerprint_name_entry(struct name_list *, char *);
73 void pfctl_flush_my_fingerprints(struct name_list *);
84 void print_name_list(int, struct name_list *, const char *);
85 void sort_name_list(int, struct name_list *);
86 struct name_entry *lookup_name_list(struct name_list *, const char *);
282 pfctl_flush_my_fingerprints(struct name_list *list)
460 struct name_list *lis
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp179 struct name_list { struct
181 name_list *next;
182 name_list(const char *s, name_list *p) : name(strsave(s)), next(p) { } function in struct:name_list
183 ~name_list() { a_delete name; }
233 name_list **charcode_name_table = NULL;
803 for (name_list *p = charcode_name_table[charcode]; p; p = p->next)
835 for (name_list *p = charcode_name_table[char_table[i1].charcode];
838 for (name_list *q = charcode_name_table[char_table[i2].charcode];
933 for (name_list *
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_cert.c530 STACK_OF(X509_NAME) *name_list)
535 *ca_list = name_list;
555 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) argument
557 set_client_CA_list(&(s->client_CA), name_list);
560 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) argument
562 set_client_CA_list(&(ctx->client_CA), name_list);
H A Dssl.h1642 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list);
1643 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjcopy.c1811 struct name_list
1813 struct name_list *next;
1857 l = xmalloc (sizeof (struct name_list));
1875 l = xmalloc (sizeof (struct name_list));
1809 struct name_list struct

Completed in 161 milliseconds