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

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
pptrtab.c 12 const char *arcname; local
28 while ((fp = ctf_archive_next (ctf, &i, &arcname, 1, &err)) != NULL)
40 printf ("%s: a_t * points to a type of kind %i\n", arcname,
56 fprintf (stderr, "Lookup failed in %s: %s\n", arcname, ctf_errmsg (ctf_errno (fp)));
59 fprintf (stderr, "Lookup unexpectedly succeeded in %s\n", arcname);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
pptrtab.c 12 const char *arcname; local
28 while ((fp = ctf_archive_next (ctf, &i, &arcname, 1, &err)) != NULL)
40 printf ("%s: a_t * points to a type of kind %i\n", arcname,
56 fprintf (stderr, "Lookup failed in %s: %s\n", arcname, ctf_errmsg (ctf_errno (fp)));
59 fprintf (stderr, "Lookup unexpectedly succeeded in %s\n", arcname);
  /src/bin/pax/
ar_io.c 96 const char *arcname; /* printable name of archive */ variable
169 arcname = STDN;
178 arcname = STDO;
189 arcname = STDO;
198 arcname = NONE;
212 syswarn(0, errno, "Failed stat on %s", arcname);
220 arcname);
402 (void)unlink(arcname);
1448 if (strcmp(arcname, STDO) && strcmp(arcname, STDN) && (artyp != ISREG
    [all...]

Completed in 58 milliseconds