Searched refs:cmd (Results 1 - 23 of 23) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/common/
H A Ddlz_dbi.c81 if (tseg->cmd != NULL && tseg->direct == ISC_TRUE)
82 free(tseg->cmd);
142 tseg->cmd = NULL;
153 tseg->cmd = strdup(strsep(&right_str, "$"));
154 if (tseg->cmd == NULL) {
159 /* tseg->cmd points directly to a string. */
161 tseg->strlen = strlen(tseg->cmd);
164 if (strcasecmp(tseg->cmd, "zone") == 0) {
169 free(tseg->cmd);
170 /* set tseg->cmd t
[all...]
/bind-9.11.3/util/
H A Dmdnbuildtest.sh28 cmd="egrep '^Hunk' patch.out | egrep -v '^Hunk #[0-9]+ succeeded at [0-9]+\.$'"
29 if eval $cmd | egrep -q .; then
31 $cmd >&2
/bind-9.11.3/bin/tests/bigtest/
H A Dtests.sh12 cmd="${dig} -p 5300 @127.127.0.0 txt"
24 (time -p $cmd $i.${sub}$zone > $dout ) 2> $tout
35 echo $cmd $i.${sub}$zone
/bind-9.11.3/bin/tests/system/tsiggss/
H A Dtests.sh21 cmd="$3"
26 update add $host $cmd
29 echo "I:testing update for $host $type $cmd"
31 echo "I:update failed for $host $type $cmd"
39 echo "I:dig output incorrect for $host $type $cmd: $out"
/bind-9.11.3/contrib/sdb/tcl/
H A Dtcldb.c109 char *cmd; local
121 cmd = Tcl_Merge(3, cmdv);
122 tclres = Tcl_Eval(driver->interp, cmd);
123 Tcl_Free(cmd);
/bind-9.11.3/bin/dig/
H A Ddig.c172 " +[no]cmd (Control display of command line)\n"
776 printcmd ? " +cmd" : "");
797 char *cmd, *value, *ptr, *code; local
804 cmd = next_token(&ptr, "=");
805 if (cmd == NULL) {
810 if (strncasecmp(cmd, "no", 2)==0) {
811 cmd += 2;
817 size_t _l = strlen(cmd); \
818 if (_l >= sizeof(A) || strncasecmp(cmd, A, _l) != 0) \
823 size_t _l = strlen(cmd); \
1517 char *hash, *cmd; local
[all...]
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check_test.sh30 cmd="$1"; shift
32 echo "Running [atf-check $*] against [${cmd}]"
36 ${cmd}
48 cmd="$1"; shift
50 echo "Running [atf-check $*] against [${cmd}]"
54 ${cmd}
H A Datf-check.cpp348 const std::string cmd = flatten_argv(argv); local
353 sh_argv[2] = cmd.c_str();
/bind-9.11.3/bin/tools/
H A Dmdig.c1039 char *cmd, *value, *ptr, *code; local
1046 cmd = next_token(&ptr, "=");
1047 if (cmd == NULL) {
1052 if (strncasecmp(cmd, "no", 2) == 0) {
1053 cmd += 2;
1059 size_t _l = strlen(cmd); \
1060 if (_l >= sizeof(A) || strncasecmp(cmd, A, _l) != 0) \
1065 size_t _l = strlen(cmd); \
1066 if ((_l >= sizeof(A) || strncasecmp(cmd, A, _l) != 0) && \
1067 (_l >= sizeof(B) || strncasecmp(cmd,
[all...]
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_dbi.h62 void *cmd; member in struct:query_segment
/bind-9.11.3/bin/tests/system/dyndb/
H A Dtests.sh47 echo "I:dig output incorrect for $host $type $cmd: $out"
56 echo "I:dig reverse output incorrect for $host $type $cmd: $out"
87 echo "I:dig output incorrect for $host $type $cmd: $out"
96 echo "I:dig reverse output incorrect for $host $type $cmd: $out"
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Dtests.sh26 cmd="$3"
32 update add $host $cmd
36 newtest "I:testing update for $host $type $cmd${comment:+ }$comment"
39 echo "I:update failed for $host $type $cmd"
47 echo "I:dig output incorrect for $host $type $cmd: $out"
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c113 static void print_usage(char *cmd);
119 char *cmd = *av; local
145 if ((cname = strrchr(cmd, '/')) != NULL)
148 cname = cmd;
157 #define MUST_HAVE_ARG if (ac < 2) print_usage(cmd)
228 print_usage(cmd);
239 print_usage(cmd);
776 print_usage(char *cmd) { argument
779 fprintf(stderr, "Usage: %s [options..] [file]\n", cmd);
/bind-9.11.3/bin/delv/
H A Ddelv.c976 char *cmd, *value, *ptr; local
981 cmd = next_token(&ptr,"=");
982 if (cmd == NULL) {
987 if (strncasecmp(cmd, "no", 2)==0) {
988 cmd += 2;
994 size_t _l = strlen(cmd); \
995 if (_l >= sizeof(A) || strncasecmp(cmd, A, _l) != 0) \
999 switch (cmd[0]) {
1007 switch (cmd[1]) {
1029 switch (cmd[
[all...]
/bind-9.11.3/bin/tests/
H A Dt_api.pl185 ($cmd = $0) =~ s/\.\///g;
186 printf("S:$cmd:$date\n");
211 printf("E:$cmd:$date\n");
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh2087 for cmd in $cmds; do
2089 $show "$cmd"
2090 $run eval "$cmd" || exit $?
2158 for cmd in $cmds; do
2160 $show "$cmd"
2161 $run eval "$cmd" || exit $?
2285 for cmd in $cmds; do
2287 $show "$cmd"
2288 $run eval "$cmd" || exit $?
2321 for cmd i
[all...]
H A Dltconfig70 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
72 if (echo_test_string="`eval $cmd`") 2>/dev/null &&
73 echo_test_string="`eval $cmd`" &&
134 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
135 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null; then
138 prev="$cmd"
/bind-9.11.3/unit/atf-src/admin/
H A Dar-lib66 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
H A Dcompile68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
H A Dltmain.sh1544 # parameters for next 'cmd' execution.
2587 for cmd in $1; do
2589 eval cmd=\"$cmd\"
2591 func_show_eval "$cmd" "${2-:}"
2859 # awkward: cmd appends spaces to result
2860 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
3839 cmd=$nonopt
3840 test -z "$cmd" && \
3941 $ECHO "$cmd
[all...]
/bind-9.11.3/
H A Dltmain.sh645 # func_show_eval cmd [fail_exp]
669 # func_show_eval_locale cmd [fail_exp]
1313 for cmd in $1; do
1315 eval cmd=\"$cmd\"
1316 func_show_eval "$cmd" "${2-:}"
1608 # awkward: cmd appends spaces to result
1609 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
2551 cmd="$nonopt"
2552 test -z "$cmd"
[all...]
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dtests.sh564 while read cmd
566 echo "$cmd" | $NSUPDATE > /dev/null 2>&1
568 echo "I: failed ($cmd)"
571 echo "$cmd " | $NSUPDATE > /dev/null 2>&1
573 echo "I: failed ($cmd)"
/bind-9.11.3/bin/named/
H A Dserver.c13480 argcheck(char *cmd, const char *full) { argument
13483 if (cmd == NULL || cmd[0] != '-')
13486 cmd++;
13487 l = strlen(cmd);
13488 if (l > strlen(full) || strncasecmp(cmd, full, l) != 0)
13916 char *cmd, *classtxt, *viewtxt = NULL; local
13926 cmd = next_token(lex, text);
13927 if (cmd == NULL)
13931 cmd
[all...]

Completed in 412 milliseconds