Searched refs:aux (Results 1 - 14 of 14) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dbuild.cpp52 std::vector< const char* > aux; local
56 aux.push_back(static_cast< const char* >(atf_list_citer_data(iter)));
58 return atf::process::argv_array(aux);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Ddynstr.c75 char *aux; local
81 err = atf_text_format_ap(&aux, fmt, ap2);
85 newlen = ad->m_length + strlen(aux);
94 memmove(ad->m_data + strlen(aux), ad->m_data, ad->m_length + 1);
95 memcpy(ad->m_data, aux, strlen(aux));
97 strcpy(ad->m_data + ad->m_length, aux);
102 free(aux);
H A Dprocess.c352 int aux = open(atf_fs_path_cstring(sp->m_sb->m_path), local
354 if (aux == -1)
358 err = safe_dup(aux, procfd);
360 close(aux);
H A Dfs.c460 atf_dynstr_t aux; local
465 err = normalize_ap(&aux, fmt, ap2);
468 const char *auxstr = atf_dynstr_cstring(&aux);
474 atf_dynstr_fini(&aux);
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_atf_check_sh.sh147 echo foo >aux
148 cmp -s stdout aux || atf_fail "Test failed"
248 echo foo >aux
249 cmp -s stderr aux || atf_fail "Test failed"
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp485 std::vector< std::string > aux = af.tps(); local
486 for (std::vector< std::string >::iterator i2 = aux.begin();
487 i2 != aux.end(); i2++)
489 ntps += count_tps(aux);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfig.sub219 aux)
221 os=-aux
690 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
919 -aux*)
H A Dconfig.guess542 echo m68k-apple-aux${UNAME_RELEASE}
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfig.sub369 aux)
371 os=-aux
1064 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1383 -aux*)
H A Dconfig.guess1023 echo m68k-apple-aux${UNAME_RELEASE}
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.sub464 aux)
466 os=-aux
1295 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1680 -aux*)
H A Dconfig.guess1158 echo m68k-apple-aux${UNAME_RELEASE}
/bind-9.6-ESV-R11/
H A Dconfig.sub511 aux)
513 os=-aux
1367 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1765 -aux*)
H A Dconfig.guess1206 echo m68k-apple-aux${UNAME_RELEASE}

Completed in 34 milliseconds