Searched refs:append (Results 1 - 9 of 9) sorted by relevance
/bind-9.6-ESV-R11/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 21 ldh.append(chr(i)) 24 ldh.append(chr(i)) 26 ldh.append('-')
|
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | os.c | 179 safe_open(const char *filename, isc_boolean_t append) { argument 189 if (append)
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | io.cpp | 311 line.append(1, buffer[i]); 314 accum.append(&buffer[line_start]);
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dig.c | 649 char append[MXNAME]; local 658 snprintf(append, sizeof(append), " %s", argv[i++]); 661 strncat(lookup->cmdline, append, remaining); 667 snprintf(append, sizeof(append), 673 strncat(lookup->cmdline, append, remaining); 676 snprintf(append, sizeof(append), 683 strncat(lookup->cmdline, append, remainin [all...] |
H A D | dighost.c | 424 append(const char *text, int len, char **p, char *end) { function 441 result = append(".", 1, p, end); 448 return (append(in, len, p, end)); 493 result = append(".in-addr.arpa.", 15, &p, end); 1928 idn_check_result(mr, "append origin to textname");
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | dynstr_test.c | 375 check_append(atf_error_t (*append)(atf_dynstr_t *, const char *, ...)) 388 atf_tc_fail("Failed to append character at iteration %zd", i); 391 RE(append(&str, "a")); 402 atf_tc_fail("Failed to append character at iteration %zd", i); 405 RE(append(&str, "%s", "a"));
|
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 637 safe_open(const char *filename, isc_boolean_t append) { argument 649 if (append)
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | journal.c | 1729 * Set '*name' to the current name, and append the diff to 'diff'. 1820 isc_boolean_t append; local 1853 append = ISC_TF(p[0]->ttl != p[1]->ttl); 1856 if (append) {
|
/bind-9.6-ESV-R11/unit/atf-src/ |
H A D | configure | 1561 --program-suffix=SUFFIX append SUFFIX to installed program names 9447 # AIX 3 has no versioning support, so we append a major version to the name. 14662 # AIX 3 has no versioning support, so we append a major version to the name. 18923 # func_dirname file append nondir_replacement 18940 # func_dirname_and_basename file append nondir_replacement 19015 # func_dirname file append nondir_replacement
|
Completed in 69 milliseconds