HomeSort by: relevance | last modified time | path
    Searched defs:destination (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/external/ibm-public/postfix/dist/src/util/
environ.c 88 char *destination; local
108 destination = (envp != 0 && strlen(*envp) >= l_nameval) ?
110 if (destination == 0)
112 strncpy(destination, name, l_name);
113 destination[l_name] = '=';
114 strcpy(destination + l_name + 1, value);
115 return ((envp == 0) ? addenv(destination) : (*envp = destination, 0));
  /src/external/mpl/bind/dist/bin/named/
log.c 106 isc_logdestination_t destination; local
114 destination.file.stream = NULL;
115 destination.file.name = "named.run";
116 destination.file.versions = ISC_LOG_ROLLNEVER;
117 destination.file.maximum_size = 0;
119 ISC_LOG_DYNAMIC, &destination,
124 destination.file.stream = NULL;
125 destination.file.name = named_g_logfile;
126 destination.file.versions = ISC_LOG_ROLLNEVER;
127 destination.file.maximum_size = 0
149 isc_logdestination_t destination; local
196 isc_logdestination_t destination = { local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/
makejournal.c 90 isc_logdestination_t destination; local
115 destination.file.stream = stderr;
116 destination.file.name = NULL;
117 destination.file.versions = ISC_LOG_ROLLNEVER;
118 destination.file.maximum_size = 0;
120 ISC_LOG_DYNAMIC, &destination, 0);
  /src/external/mpl/bind/dist/bin/tests/system/rsabigexponent/
bigkey.c 54 isc_logdestination_t destination; variable
117 destination.file.stream = stderr;
118 destination.file.name = NULL;
119 destination.file.versions = ISC_LOG_ROLLNEVER;
120 destination.file.maximum_size = 0;
122 &destination,
  /src/external/mpl/bind/dist/bin/tools/
named-journalprint.c 43 isc_logdestination_t destination; local
52 destination.file.stream = errout;
53 destination.file.name = NULL;
54 destination.file.versions = ISC_LOG_ROLLNEVER;
55 destination.file.maximum_size = 0;
57 ISC_LOG_DYNAMIC, &destination, 0);
  /src/external/mpl/bind/dist/doc/misc/
cfg_test.c 66 isc_logdestination_t destination; local
84 destination.file.stream = stderr;
85 destination.file.name = NULL;
86 destination.file.versions = ISC_LOG_ROLLNEVER;
87 destination.file.maximum_size = 0;
89 ISC_LOG_DYNAMIC, &destination, ISC_LOG_PRINTTIME);
  /src/external/mpl/bind/dist/tests/isccfg/
parser_test.c 55 isc_logdestination_t destination; local
62 destination.file.stream = stderr;
63 destination.file.name = NULL;
64 destination.file.versions = ISC_LOG_ROLLNEVER;
65 destination.file.maximum_size = 0;
67 ISC_LOG_DYNAMIC, &destination, 0);
duration_test.c 54 isc_logdestination_t destination; local
61 destination.file.stream = stderr;
62 destination.file.name = NULL;
63 destination.file.versions = ISC_LOG_ROLLNEVER;
64 destination.file.maximum_size = 0;
66 ISC_LOG_DYNAMIC, &destination, 0);
  /src/sys/dev/microcode/aic7xxx/
aicasm_insformat.h 49 destination : 9, member in struct:ins_format1
57 destination : 9,
67 destination : 9, member in struct:ins_format2
75 destination : 9,
aicasm_gram.y 205 %type <sym_ref> reg_symbol address destination source opt_source
899 destination: label
1149 f1_opcode destination ',' immediate_or_a opt_source ret ';'
1163 T_INC destination opt_source ret ';'
1173 T_DEC destination opt_source ret ';'
1190 | T_CLC T_MVI destination ',' immediate_or_a ret ';'
1204 | T_STC destination ret ';'
1214 T_BMOV destination ',' source ',' immediate ret ';'
1221 T_MOV destination ',' source ret ';'
1231 T_MVI destination ',' immediate ret ';
    [all...]
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
resolve.c 22 /* consults one or more transport tables that map a destination
193 char *destination; local
256 * Terminate when no destination domain is left over, or when the
257 * destination domain is remote.
420 * network address destination should be formatted according to RFC 2821:
548 * Off-host relay destination.
562 * Other off-host destination.
654 if ((destination = split_at(STR(channel), ':')) != 0 && *destination)
655 vstring_strcpy(nexthop, destination);
    [all...]
  /src/sys/arch/arm/nvidia/
tegra_cec.c 234 const uint8_t destination = sc->sc_txbuf[0] & 0xf; local
241 if (destination == 0xf)
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
analyze.py 487 def destination(): function in function:report_failure
503 dir=destination())
  /src/external/bsd/atf/dist/atf-c/
utils.c 145 * \param destination Path to the destination file. */
147 atf_utils_copy_file(const char *source, const char *destination)
153 const int output = open(destination, O_WRONLY | O_CREAT | O_TRUNC, 0777);
154 ATF_REQUIRE_MSG(output != -1, "Failed to open destination file during "
155 "copy (%s)", destination);
161 "Failed to write to %s during copy", destination); local
168 "Failed to chmod destination file %s during copy",
169 destination); local
  /src/external/mpl/bind/dist/bin/check/
check-tool.c 548 isc_logdestination_t destination; local
560 destination.file.stream = errout;
561 destination.file.name = NULL;
562 destination.file.versions = ISC_LOG_ROLLNEVER;
563 destination.file.maximum_size = 0;
565 ISC_LOG_DYNAMIC, &destination, 0);
  /src/external/mpl/bind/dist/tests/dns/
qpmulti_test.c 74 isc_logdestination_t destination; local
82 destination.file.stream = stderr;
83 destination.file.name = NULL;
84 destination.file.versions = ISC_LOG_ROLLNEVER;
85 destination.file.maximum_size = 0;
87 ISC_LOG_DYNAMIC, &destination,
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_connect.c 18 /* that represents the destination domain, or with an optional fallback
19 /* relay when {the destination cannot be found, or when all the
20 /* destination servers are unavailable}. It skips over IP addresses
27 /* The destination is either a host (or domain) name or a numeric
362 /* smtp_parse_destination - parse host/port destination */
364 static char *smtp_parse_destination(char *destination, char *def_service,
368 char *buf = mystrdup(destination);
376 msg_info("smtp_parse_destination: %s %s", destination, def_service);
380 * destination argument so the parsing can be destructive.
383 msg_fatal("%s in server description: %s", err, destination);
1305 char *destination = request->nexthop; local
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssectool.c 134 isc_logdestination_t destination; local
170 destination.file.stream = stderr;
171 destination.file.name = NULL;
172 destination.file.versions = ISC_LOG_ROLLNEVER;
173 destination.file.maximum_size = 0;
175 &destination,
  /src/external/bsd/tcpdump/dist/
print-eigrp.c 141 nd_uint8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_int_t
161 nd_uint8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_ext_t
367 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_int->destination, byte_length);
402 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_ext->destination, byte_length);
  /src/external/gpl3/gcc/dist/gcc/config/lm32/
lm32.cc 166 DESTINATION is the destination of the branch, or null to only compare
174 rtx destination)
184 branch_p = (destination != 0);
219 label = gen_rtx_LABEL_REF (VOIDmode, destination);
285 rtx destination = operands[3]; local
287 gen_int_relational (code, NULL_RTX, op0, op1, destination);
849 /* Copy the chunks to the destination. */
865 operands[0] is the pointer to the destination.
  /src/external/gpl3/gcc.old/dist/gcc/config/lm32/
lm32.cc 166 DESTINATION is the destination of the branch, or null to only compare
174 rtx destination)
184 branch_p = (destination != 0);
219 label = gen_rtx_LABEL_REF (VOIDmode, destination);
285 rtx destination = operands[3]; local
287 gen_int_relational (code, NULL_RTX, op0, op1, destination);
849 /* Copy the chunks to the destination. */
865 operands[0] is the pointer to the destination.
  /src/external/gpl3/gdb/dist/gdb/
amd64-windows-tdep.c 1238 /* Check Win64 DLL jmp trampolines and find jump destination. */
1243 CORE_ADDR destination = 0; local
1267 destination
1272 return destination;
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-windows-tdep.c 1236 /* Check Win64 DLL jmp trampolines and find jump destination. */
1241 CORE_ADDR destination = 0; local
1265 destination
1270 return destination;
  /src/external/mpl/bind/dist/tests/bench/
qpmulti.c 160 isc_logdestination_t destination; local
169 destination.file.stream = stderr;
170 destination.file.name = NULL;
171 destination.file.versions = ISC_LOG_ROLLNEVER;
172 destination.file.maximum_size = 0;
174 ISC_LOG_DYNAMIC, &destination,
  /src/sys/arch/acorn32/stand/boot32/
boot32.c 150 struct page_info *get_relocated_page(u_long destination, int size);
234 u_long src, destination, current_src, current_destination; local
247 destination = reloc_entry[1];
251 destination == (current_destination + current_length)) {
260 current_destination = current_entry[1] = destination;
602 /* Special : destination must be on a 16 Kb boundary */
1017 get_relocated_page(u_long destination, int size)
1032 if (destination & 0x3)
1036 *reloc_pos++ = destination;

Completed in 78 milliseconds

1 2 3 4