Searched refs:ar (Results 151 - 175 of 292) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/bmake/mk/sys/
H A DNetBSD.mk27 AR?= ar
H A DOSF1.mk22 AR= ar
H A DOpenBSD.mk18 AR?= ar
H A DSunOS.mk48 AR= ar
/freebsd-10.3-release/crypto/openssl/crypto/bf/
H A DMakefile12 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/buffer/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/camellia/
H A DMakefile12 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/cast/
H A DMakefile12 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/cmac/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/comp/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/err/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/hmac/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/rc4/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl136 ar $TY,$TX[0]
/freebsd-10.3-release/crypto/openssl/crypto/seed/
H A DMakefile12 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/srp/
H A DMakefile13 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/store/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/crypto/openssl/crypto/ui/
H A DMakefile11 AR= ar r
/freebsd-10.3-release/lib/libelf/
H A Dlibelf_ar.c30 #include <ar.h>
42 * `ar' archive handling.
44 * `ar' archives start with signature `ARMAG'. Each archive member is
46 * header is described in <ar.h> (struct ar_hdr). The header always
50 * Special considerations for `ar' archives:
52 * The `ar' header only has space for a 16 character file name. File
58 * in an `ar' header matches the pattern "/[0-9]*". The digits form a
188 * An ar(1) symbol table has the following layout:
/freebsd-10.3-release/contrib/libarchive/cpio/
H A Dcpio.c1016 extract_data(struct archive *ar, struct archive *aw) argument
1024 r = archive_read_data_block(ar, &block, &size, &offset);
1028 lafe_warnc(archive_errno(ar),
1029 "%s", archive_error_string(ar));
/freebsd-10.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c349 ctf_arinfo_t ar; local
378 if (ctf_array_info(fp, type, &ar) == CTF_ERR ||
379 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR)
382 return (size * ar.ctr_nelems);
/freebsd-10.3-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c979 ctf_arinfo_t ar; local
988 fbt_array_info(lc, type, &ar);
989 ctf_decl_push(cd, lc, ar.ctr_contents);
990 n = ar.ctr_nelems;
/freebsd-10.3-release/usr.bin/
H A DMakefile370 SUBDIR+= ar
/freebsd-10.3-release/usr.bin/ar/
H A Dacpyacc.y29 __FBSDID("$FreeBSD: releng/10.3/usr.bin/ar/acpyacc.y 248612 2013-03-22 10:17:42Z mm $");
46 #include "ar.h"
526 * Quit ar(1). Note that END cmd will not SAVE current archive
646 /* Main function for ar script mode. */
648 ar_mode_script(struct bsdar *ar)
651 bsdar = ar;
/freebsd-10.3-release/contrib/binutils/binutils/
H A DMakefile.in88 am__EXEEXT_8 = ar$(EXEEXT)
108 am_ar_OBJECTS = arparse.$(OBJEXT) arlex.$(OBJEXT) ar.$(OBJEXT) \
142 am_ranlib_OBJECTS = ar.$(OBJEXT) is-ranlib.$(OBJEXT) arparse.$(OBJEXT) \
363 AR_PROG = ar
390 TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
410 addr2line.c ar.c arsup.c bin2c.c binemul.c bucomm.c \
487 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c binemul.c \
491 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c \
618 ar$(EXEEXT): $(ar_OBJECTS) $(ar_DEPENDENCIES)
619 @rm -f ar
[all...]

Completed in 216 milliseconds

1234567891011>>