HomeSort by: relevance | last modified time | path
    Searched defs:dupname (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
lspec.cc 3 static int dupname (int x) { label: return x; } function
18 return dupname(0) + m(0) + n(0) + f1() + f2() + body_elsewhere();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/base/two/
thefile.cc 7 static int dupname(int y) function
19 int v = dupname(y) - 23; /* thefile breakpoint */
20 return v + twodup (); /* after dupname */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/base/two/
thefile.cc 7 static int dupname(int y) function
19 int v = dupname(y) - 23; /* thefile breakpoint */
20 return v + twodup (); /* after dupname */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
lspec.cc 3 static int dupname (int x) { label: return x; } function
20 return dupname(0) + m(0) + n(0) + f1() + f2() + body_elsewhere();
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
host.c 56 int numaddr,i,numname,dupname; local
75 dupname = 0;
77 dupname = -1;
80 dupname = i;
98 if ( dupname >= 0 ) {
104 if (i == dupname) continue;
network.c 56 int numaddr,i,numname,dupname; local
75 dupname = 0;
77 dupname = -1;
80 dupname = i;
98 if ( dupname >= 0 ) {
104 if (i == dupname) continue;
protocol.c 56 int i,numname,dupname,proto; local
76 dupname = 0;
78 dupname = -1;
81 dupname = i;
107 if ( dupname >= 0 ) {
113 if (i == dupname) continue;
rpc.c 58 int i,numname,dupname,number; local
78 dupname = 0;
80 dupname = -1;
83 dupname = i;
109 if ( dupname >= 0 ) {
115 if (i == dupname) continue;
service.c 123 int i,numname,dupname,numprot; local
140 dupname = 0;
142 dupname = -1;
145 dupname = i;
194 if ( dupname >= 0 ) {
200 if (j == dupname) continue;
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_template.c 642 const char *sename, *dupname; local
691 generate_template_type(elname, &dupname, NULL, sename, name,
694 add_line_pointer(temp, dupname, poffset,
709 const char *type = NULL, *tname, *dupname; local
739 generate_template_type(elname, &dupname, NULL, sename, NULL, t->subtype,
742 add_line(temp, "{ %s, %s, asn1_%s }", type, poffset, dupname);
764 const char *dupname; local
789 generate_template_type(elname, &dupname, NULL,
796 dupname);
864 const char **dupname,
936 const char *dupname; local
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-archive.c 660 char *dupname; local
672 dupname = strdup (name);
674 if (!fp || !dupname)
683 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0)
694 free (dupname);
ctf-create.c 1400 char *dupname; local
1409 if ((dupname = strdup (name)) == NULL)
1412 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0)
1414 free (dupname);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-archive.c 660 char *dupname; local
672 dupname = strdup (name);
674 if (!fp || !dupname)
683 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0)
694 free (dupname);
ctf-create.c 1400 char *dupname; local
1409 if ((dupname = strdup (name)) == NULL)
1412 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0)
1414 free (dupname);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-archive.c 653 char *dupname; local
665 dupname = strdup (name);
667 if (!fp || !dupname)
676 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0)
687 free (dupname);
ctf-create.c 1397 char *dupname; local
1406 if ((dupname = strdup (name)) == NULL)
1409 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0)
1411 free (dupname);
  /src/external/gpl3/gdb/dist/libctf/
ctf-archive.c 660 char *dupname; local
672 dupname = strdup (name);
674 if (!fp || !dupname)
683 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0)
694 free (dupname);
ctf-create.c 1400 char *dupname; local
1409 if ((dupname = strdup (name)) == NULL)
1412 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0)
1414 free (dupname);

Completed in 24 milliseconds