destination
const char *destination;
destination = _nc_tic_dir(NULL);
if (make_db_root(destination) < 0) {
destination = home;
if (make_db_root(destination) == 0)
destination, errno);
make_db_path(actual, destination, sizeof(actual));
if (chdir(_nc_tic_dir(destination)) < 0
_nc_err_abort("%s: not a directory", destination);
| (fmt1_ins->destination << 16)
f1_opcode destination ',' immediate_or_a opt_source ret ';'
T_INC destination opt_source ret ';'
T_DEC destination opt_source ret ';'
| T_CLC T_MVI destination ',' immediate_or_a ret ';'
| T_STC destination ret ';'
T_BMOV destination ',' source ',' immediate ret ';'
T_MOV destination ',' source ret ';'
T_MVI destination ',' immediate ret ';'
T_NOT destination opt_source ret ';'
T_CLR destination ret ';'
f2_opcode destination ',' expression opt_source ret ';'
f1_instr->destination = dest->symbol->info.rinfo->address
f2_instr->destination = dest->symbol->info.rinfo->address
%type <sym_ref> reg_symbol address destination source opt_source
destination:
destination : 9,
destination : 9,
destination : 9,
destination : 9,
enum intel_sbi_destination destination,
if (destination == SBI_ICLK)
enum intel_sbi_destination destination)
intel_sbi_rw(display, reg, destination, &result, true);
enum intel_sbi_destination destination)
intel_sbi_rw(display, reg, destination, &value, false);
enum intel_sbi_destination destination);
enum intel_sbi_destination destination);
if (header->destination != dest || header->source != source) {
to_gsc->proxy_header.destination = GSC_PROXY_ADDRESSING_GSC;
u32 destination; /* Destination of the Proxy message */
__u8 initiator, __u8 destination)
msg->msg[0] = (initiator << 4) | destination;
uint8_t destination;
const isc_logdestination_t *destination,
#define FACILITY(channel) (channel->destination.facility)
#define FILE_NAME(channel) (channel->destination.file.name)
#define FILE_STREAM(channel) (channel->destination.file.stream)
#define FILE_VERSIONS(channel) (channel->destination.file.versions)
#define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size)
isc_logdestination_t destination;
destination.facility = LOG_DAEMON;
&destination, 0);
destination.file.stream = stderr;
destination.file.name = NULL;
destination.file.versions = ISC_LOG_ROLLNEVER;
destination.file.maximum_size = 0;
&destination,
destination.file.stream = stderr;
destination.file.name = NULL;
destination.file.versions = ISC_LOG_ROLLNEVER;
destination.file.maximum_size = 0;
&destination,
const isc_logdestination_t *destination,
isc_logdestination_t destination;
REQUIRE(destination != NULL || type == ISC_LOG_TONULL);
FACILITY(channel) = destination->facility;
FILE_STREAM(channel) = destination->file.stream;
static inline int sse_inet_aton(const char* ipv4_string, uint8_t* destination, size_t* restrict ipv4_string_length) {
memcpy(destination, &address, 4);
conn = lmtp_connect(destination);
lmtp_connect_inet(const char *destination)
if ((destcopy = strdup(destination)) == NULL)
lmtp_connect_unix(const char *destination)
if (*destination != '/')
if (strlcpy(addr.sun_path, destination, sizeof addr.sun_path)
lmtp_connect(const char *destination)
if (destination[0] == '/')
return lmtp_connect_unix(destination);
return lmtp_connect_inet(destination);
const char *destination = "localhost";
destination = optarg;
struct destination domain;