Searched refs:ar (Results 176 - 200 of 283) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/conf/
H A DMakefile11 AR= ar r
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A DMakefile11 AR= ar r
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A DMakefile11 AR= ar r
/freebsd-11-stable/contrib/gdb/
H A Dltcf-cxx.sh319 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
322 old_archive_cmds='$CC -ar -WR,-u -o $oldlib $oldobjs'
/freebsd-11-stable/contrib/groff/
H A DMakefile.in373 AR=ar
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf41 progs apropos ar asa at basename biff cal calendar cap_mkdb checknr chpass
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c1611 int ar, aw, ae; local
1624 ar = r + pp->acr;
1628 if (ar == 0 && aw == 0 && ae == 0) {
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c94 MR_ArPdGet(u_int32_t ar, u_int32_t arm,
229 MR_ArPdGet(u_int32_t ar, u_int32_t arm, MR_DRV_RAID_MAP_ALL * map) argument
231 return map->raidMap.arMapInfo[ar].pd[arm];
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1178 int ar = dialog_state.aspect_ratio; local
1188 if (car > ar) {
1189 diff = car / (float) ar;
1200 while (car < ar && max_x < max_width) {
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A DMakefile11 AR= ar r
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h779 * @param ar
782 UCL_EXTERN void ucl_object_array_sort (ucl_object_t *ar,
/freebsd-11-stable/crypto/openssl/crypto/
H A DMakefile17 AR= ar ${ARFLAGS}
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A DMakefile11 AR= ar r
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A DMakefile12 AR= ar r
/freebsd-11-stable/contrib/lua/src/
H A DMakefile14 AR= ar rcu
/freebsd-11-stable/contrib/expat/
H A DMakefile.in236 $(top_srcdir)/conftools/ar-lib $(top_srcdir)/conftools/compile \
242 conftools/ar-lib conftools/compile conftools/config.guess \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp12 // Defines from ar, missing on Windows
26 #include <ar.h>
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c2550 tree ar = default_conversion (array);
2554 if (TREE_CODE (TREE_TYPE (ar)) == INTEGER_TYPE)
2556 tree temp = ar;
2557 ar = ind;
2561 if (ar == error_mark_node)
2562 return ar;
2564 if (TREE_CODE (TREE_TYPE (ar)) != POINTER_TYPE)
2575 return build_indirect_ref (cp_build_binary_op (PLUS_EXPR, ar, ind),
2545 tree ar = default_conversion (array); local
/freebsd-11-stable/crypto/openssl/
H A DMakefile.shared142 (cd $$UNPACKDIR; ar x ../lib$(LIBNAME).a) && \
H A DMakefile.org67 AR=ar $(ARFLAGS)
/freebsd-11-stable/share/mk/
H A Dsys.mk134 AR ?= ar
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.c97 size_t ar, size_t total, enum sec_status sec)
117 rep->ar_numrrsets = ar;
95 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd, time_t ttl, time_t prettl, time_t expttl, size_t an, size_t ns, size_t ar, size_t total, enum sec_status sec) argument
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c29 #include <ar.h>
159 Elf *ar; /* archive ELF descriptor. */ member in struct:readelf
7319 re->ar = re->elf;
7322 if ((arsym = elf_getarsym(re->ar, &sz)) == NULL) {
7334 if (elf_rand(re->ar, off) != off) {
7339 if ((e = elf_begin(fd, ELF_C_READ, re->ar)) ==
7357 if (elf_rand(re->ar, SARMAG) != SARMAG) {
7369 while ((re->elf = elf_begin(fd, cmd, re->ar)) != NULL) {
7385 re->elf = re->ar;
7712 Display information about ELF objects and ar(
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfigure2580 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2581 # If it's HP/UX ar, this should be harmless.
2582 RANLIB="ar ts"
5220 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5222 # harmless if we're using GNU nm or ar.
6241 for ncn_progname in ar; do
6280 for ncn_progname in ar; do
6359 set dummy ar
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A DMakefile11 AR= ar r

Completed in 409 milliseconds

1234567891011>>