Home
last modified time | relevance | path

Searched refs:ar_open (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/binutils/binutils/
Darparse.y138 { ar_open($2,0); }
143 { ar_open($2,1); }
Darsup.h40 void ar_open (char *, int);
Darsup.c149 ar_open (char *name, int t) in ar_open() function
DChangeLog-0001244 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1576 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
DChangeLog-91971918 * arsup.c (ar_open): Cast malloc return value.
/freebsd-12-stable/bin/pax/
Dar_io.c102 ar_open(const char *name) in ar_open() function
1180 if (ar_open(arcname) >= 0) in ar_next()
1231 if (ar_open(buf) >= 0) { in ar_next()
Dbuf_subs.c117 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in wr_start()
157 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in rd_start()
Dextern.h50 int ar_open(const char *);