Searched refs:ar_open (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | arparse.y | 138 { ar_open($2,0); } 143 { ar_open($2,1); }
|
H A D | arsup.h | 40 void ar_open (char *, int);
|
H A D | arparse.c | 1326 { ar_open((yyvsp[0].name),0); } in yyparse() 1332 { ar_open((yyvsp[0].name),1); } in yyparse()
|
H A D | arsup.c | 152 ar_open (char *name, int t) in ar_open() function
|
H A D | ChangeLog-2008 | 573 * arsup.c (ar_open): Initialize new flag.
|
H A D | ChangeLog-0001 | 244 * arsup.c (ar_open): Prepend tmp- to basename, not whole path. 1576 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
|
H A D | ChangeLog | 2201 (ar_open): Use make_tempname and bfd_fdopenw. 2202 (ar_save): Adjust to suit ar_open changes. Move stat output
|
H A D | ChangeLog-2019 | 867 * arsup.c (ar_open): Use asprintf in place of xmalloc and
|
H A D | ChangeLog-9197 | 1918 * arsup.c (ar_open): Cast malloc return value.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | arparse.y | 138 { ar_open($2,0); } 143 { ar_open($2,1); }
|
H A D | arsup.h | 40 void ar_open (char *, int);
|
H A D | arparse.c | 1326 { ar_open((yyvsp[0].name),0); } in yyparse() 1332 { ar_open((yyvsp[0].name),1); } in yyparse()
|
H A D | arsup.c | 152 ar_open (char *name, int t) in ar_open() function
|
H A D | ChangeLog-2008 | 573 * arsup.c (ar_open): Initialize new flag.
|
H A D | ChangeLog | 1696 (ar_open): Use make_tempname and bfd_fdopenw. 1697 (ar_save): Adjust to suit ar_open changes. Move stat output
|
H A D | ChangeLog-0001 | 244 * arsup.c (ar_open): Prepend tmp- to basename, not whole path. 1576 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
|
H A D | ChangeLog-2019 | 867 * arsup.c (ar_open): Use asprintf in place of xmalloc and
|
H A D | ChangeLog-9197 | 1918 * arsup.c (ar_open): Cast malloc return value.
|
/netbsd-src/bin/pax/ |
H A D | ar_io.c | 130 ar_open(const char *name) in ar_open() function 1495 if (ar_open(arcname) >= 0) in ar_next() 1551 if (ar_open(buf) >= 0) { in ar_next()
|
H A D | extern.h | 57 int ar_open(const char *);
|