Searched refs:ar (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
69 (event)->ev_arg = (ar); \
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Da6_38.c100 isc_region_t sr, ar; local
128 ar.base = addr;
129 ar.length = sizeof(addr);
130 RETERR(inet_totext(AF_INET6, &ar, target));
/bind-9.6-ESV-R11/lib/dns/
H A Dncache.c60 isc_region_t ar, r; local
66 isc_buffer_availableregion(buffer, &ar);
67 if (ar.length < 2)
78 isc_buffer_availableregion(buffer, &ar);
79 if (ar.length < 2)
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh1601 using \`ar' and \`ranlib', or on Windows using \`lib'.
2558 *ar\ archive\ import\ library*) # definitely import
2561 *ar\ archive*) # could be an import, or static
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltconfig478 test -z "$AR" && AR=ar
/bind-9.6-ESV-R11/
H A Dltmain.sh2485 using \`ar' and \`ranlib', or on Windows using \`lib'.
3581 *ar\ archive\ import\ library*) # definitely import
3584 *ar\ archive*) # could be an import, or static
H A Dconfigure5131 for ac_prog in ar
5175 for ac_prog in ar
5230 : ${AR=ar}
11322 # Extract the first word of "ar", so it can be a program name with args.
11323 set dummy ar; ac_word=$2
11374 ar program not found. Please fix your PATH to include the directory in
11375 which ar resides, or set AR in the environment with the full path to ar.
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure5412 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5413 set dummy ${ac_tool_prefix}ar; ac_word=$2
5429 ac_cv_prog_AR="${ac_tool_prefix}ar"
5452 # Extract the first word of "ar", so it can be a program name with args.
5453 set dummy ar; ac_word=$2
5469 ac_cv_prog_ac_ct_AR="ar"
5503 test -z "$AR" && AR=ar
13226 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
13229 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'

Completed in 136 milliseconds