/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | gen_template.c | 642 const char *sename, *dupname; in template_members() local 691 generate_template_type(elname, &dupname, NULL, sename, name, in template_members() 694 add_line_pointer(temp, dupname, poffset, in template_members() 709 const char *type = NULL, *tname, *dupname; in template_members() local 739 generate_template_type(elname, &dupname, NULL, sename, NULL, t->subtype, in template_members() 742 add_line(temp, "{ %s, %s, asn1_%s }", type, poffset, dupname); in template_members() 764 const char *dupname; in template_members() local 789 generate_template_type(elname, &dupname, NULL, in template_members() 796 dupname); in template_members() 864 const char **dupname, in generate_template_type() argument [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
H A D | network.c | 56 int numaddr,i,numname,dupname; in write_network() local 75 dupname = 0; in write_network() 77 dupname = -1; in write_network() 80 dupname = i; in write_network() 98 if ( dupname >= 0 ) { in write_network() 104 if (i == dupname) continue; in write_network()
|
H A D | host.c | 56 int numaddr,i,numname,dupname; in write_host() local 75 dupname = 0; in write_host() 77 dupname = -1; in write_host() 80 dupname = i; in write_host() 98 if ( dupname >= 0 ) { in write_host() 104 if (i == dupname) continue; in write_host()
|
H A D | rpc.c | 58 int i,numname,dupname,number; in write_rpc() local 78 dupname = 0; in write_rpc() 80 dupname = -1; in write_rpc() 83 dupname = i; in write_rpc() 109 if ( dupname >= 0 ) { in write_rpc() 115 if (i == dupname) continue; in write_rpc()
|
H A D | protocol.c | 56 int i,numname,dupname,proto; in write_protocol() local 76 dupname = 0; in write_protocol() 78 dupname = -1; in write_protocol() 81 dupname = i; in write_protocol() 107 if ( dupname >= 0 ) { in write_protocol() 113 if (i == dupname) continue; in write_protocol()
|
H A D | service.c | 123 int i,numname,dupname,numprot; in write_service() local 140 dupname = 0; in write_service() 142 dupname = -1; in write_service() 145 dupname = i; in write_service() 194 if ( dupname >= 0 ) { in write_service() 200 if (j == dupname) continue; in write_service()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
H A D | lspec.cc | 3 static int dupname (int x) { label: return x; } in dupname() function 18 return dupname(0) + m(0) + n(0) + f1() + f2() + body_elsewhere(); in main()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
H A D | lspec.cc | 3 static int dupname (int x) { label: return x; } in dupname() function 18 return dupname(0) + m(0) + n(0) + f1() + f2() + body_elsewhere(); in main()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/base/two/ |
H A D | thefile.cc | 7 static int dupname(int y) in dupname() function 19 int v = dupname(y) - 23; /* thefile breakpoint */ in n()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/base/two/ |
H A D | thefile.cc | 7 static int dupname(int y) in dupname() function 19 int v = dupname(y) - 23; /* thefile breakpoint */ in n()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-archive.c | 657 char *dupname; in ctf_dict_open_cached() local 669 dupname = strdup (name); in ctf_dict_open_cached() 671 if (!fp || !dupname) in ctf_dict_open_cached() 680 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0) in ctf_dict_open_cached() 691 free (dupname); in ctf_dict_open_cached()
|
H A D | ctf-create.c | 1379 char *dupname; in ctf_add_funcobjt_sym() local 1395 if ((dupname = strdup (name)) == NULL) in ctf_add_funcobjt_sym() 1398 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0) in ctf_add_funcobjt_sym() 1400 free (dupname); in ctf_add_funcobjt_sym()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-archive.c | 655 char *dupname; in ctf_dict_open_cached() local 667 dupname = strdup (name); in ctf_dict_open_cached() 669 if (!fp || !dupname) in ctf_dict_open_cached() 678 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0) in ctf_dict_open_cached() 689 free (dupname); in ctf_dict_open_cached()
|
H A D | ctf-create.c | 1349 char *dupname; in ctf_add_funcobjt_sym() local 1365 if ((dupname = strdup (name)) == NULL) in ctf_add_funcobjt_sym() 1368 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0) in ctf_add_funcobjt_sym() 1370 free (dupname); in ctf_add_funcobjt_sym()
|