HomeSort by: relevance | last modified time | path
    Searched refs:ar_open (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
arsup.h 40 void ar_open (char *, int);
arparse.y 138 { ar_open($2,0); }
143 { ar_open($2,1); }
arparse.c 1326 { ar_open((yyvsp[0].name),0); }
1332 { ar_open((yyvsp[0].name),1); }
arsup.c 147 ar_open (char *name, int t) function
347 /* The temp file created in ar_open has mode 0600 as per mkstemp.
  /src/external/gpl3/binutils.old/dist/binutils/
arsup.h 40 void ar_open (char *, int);
arparse.y 138 { ar_open($2,0); }
143 { ar_open($2,1); }
arparse.c 1326 { ar_open((yyvsp[0].name),0); }
1332 { ar_open((yyvsp[0].name),1); }
arsup.c 152 ar_open (char *name, int t) function
360 /* The temp file created in ar_open has mode 0600 as per mkstemp.
  /src/bin/pax/
buf_subs.c 121 if ((ar_open(arcname) < 0) && (ar_next() < 0))
163 if ((ar_open(arcname) < 0) && (ar_next() < 0))
extern.h 57 int ar_open(const char *);
ar_io.c 121 * ar_open()
130 ar_open(const char *name) function
1495 if (ar_open(arcname) >= 0)
1551 if (ar_open(buf) >= 0) {
1700 * where we change to (for ar_open).

Completed in 61 milliseconds