Searched refs:aux (Results 1 - 14 of 14) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | build.cpp | 52 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 D | dynstr.c | 75 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 D | process.c | 352 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 D | fs.c | 460 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 D | h_tp_atf_check_sh.sh | 147 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 D | atf-run.cpp | 485 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 D | config.sub | 219 aux) 221 os=-aux 690 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 919 -aux*)
|
H A D | config.guess | 542 echo m68k-apple-aux${UNAME_RELEASE}
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | config.sub | 369 aux) 371 os=-aux 1064 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1383 -aux*)
|
H A D | config.guess | 1023 echo m68k-apple-aux${UNAME_RELEASE}
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | config.sub | 464 aux) 466 os=-aux 1295 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1680 -aux*)
|
H A D | config.guess | 1158 echo m68k-apple-aux${UNAME_RELEASE}
|
/bind-9.6-ESV-R11/ |
H A D | config.sub | 511 aux) 513 os=-aux 1367 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1765 -aux*)
|
H A D | config.guess | 1206 echo m68k-apple-aux${UNAME_RELEASE}
|
Completed in 34 milliseconds