HomeSort by: relevance | last modified time | path
    Searched refs:arcname (Results 1 - 12 of 12) 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/
options.c 332 arcname = optarg;
927 arcname = NULL;
931 arcname = optarg;
1110 arcname = DEV_0;
1113 arcname = DEV_1;
1116 arcname = DEV_4;
1119 arcname = DEV_5;
1122 arcname = DEV_7;
1125 arcname = DEV_8;
1398 if (!fstdin && ((arcname == NULL) || (*arcname == '\0')))
    [all...]
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...]
buf_subs.c 121 if ((ar_open(arcname) < 0) && (ar_next() < 0))
163 if ((ar_open(arcname) < 0) && (ar_next() < 0))
extern.h 48 extern const char *arcname;
  /src/external/gpl3/binutils/dist/zlib/contrib/untgz/
untgz.c 131 char *TGZfname (const char *arcname)
136 strcpy(buffer,arcname);
151 void TGZnotfound (const char *arcname)
158 arcname,
  /src/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
untgz.c 132 char *TGZfname (const char *arcname)
137 strcpy(buffer,arcname);
152 void TGZnotfound (const char *arcname)
159 arcname,
  /src/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
untgz.c 132 char *TGZfname (const char *arcname)
137 strcpy(buffer,arcname);
152 void TGZnotfound (const char *arcname)
159 arcname,
  /src/external/gpl3/gdb/dist/zlib/contrib/untgz/
untgz.c 131 char *TGZfname (const char *arcname)
136 strcpy(buffer,arcname);
151 void TGZnotfound (const char *arcname)
158 arcname,
  /src/external/apache2/llvm/dist/libcxx/utils/
ssh.py 84 tarball.add(args.execdir, arcname=os.path.basename(args.execdir))
  /src/external/apache2/llvm/dist/llvm/utils/
remote-exec.py 94 tarball.add(args.execdir, arcname=os.path.basename(args.execdir))

Completed in 19 milliseconds