Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Denviron.c88 char *destination; in setenv() local
108 destination = (envp != 0 && strlen(*envp) >= l_nameval) ? in setenv()
110 if (destination == 0) in setenv()
112 strncpy(destination, name, l_name); in setenv()
113 destination[l_name] = '='; in setenv()
114 strcpy(destination + l_name + 1, value); in setenv()
115 return ((envp == 0) ? addenv(destination) : (*envp = destination, 0)); in setenv()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dresolve_local.ref1 mydestination=example.com destination=example.com YES
2 mydestination=example.net destination=example.com NO
4 mydestination=fail:1_resolve_local destination=example.com ERROR
5 mydestination=fail:1_resolve_local destination=example.com.. NO
6 mydestination=fail:1_resolve_local destination= NO
/netbsd-src/sys/arch/vax/vax/
H A Demulate.S114 argl(6,%r5) # (6) destination address == %r5
115 arguw(5,%r4) # (5) destination length == %r4
141 argl(6,%r5) # (6) destination address == %r5
142 arguw(5,%r4) # (5) destination length == %r4
345 arguw(3,%r9) # (3) destination length == %r9
346 argl(4,%r3) # (4) destination address == %r3
351 addl2 %r9,%r3 # %r3 = destination address of LSNibble
352 incl %r9 # destination length is in bytes
354 extzv $0,$4,(%r3),%r2 # set standard +/- indicators in destination
374 cmpl %r11,%r9 # if source is longer than destination
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_dnswl.in26 # Unauthorized destination - reject.
28 # Authorized destination - accept.
47 # Unauthorized destination - reject.
49 # Authorized destination - accept.
53 # Unauthorized destination - reject.
55 # Authorized destination - accept.
H A Dsmtpd_dnswl.ref38 >>> # Unauthorized destination - reject.
42 >>> # Authorized destination - accept.
69 >>> # Unauthorized destination - reject.
73 >>> # Authorized destination - accept.
79 >>> # Unauthorized destination - reject.
83 >>> # Authorized destination - accept.
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dnamed-journalprint.c43 isc_logdestination_t destination; in setup_logging()
52 destination.file.stream = errout; in setup_logging()
53 destination.file.name = NULL; in setup_logging()
54 destination.file.versions = ISC_LOG_ROLLNEVER; in setup_logging()
55 destination.file.maximum_size = 0; in setup_logging()
57 ISC_LOG_DYNAMIC, &destination, 0); in setup_logging()
44 isc_logdestination_t destination; setup_logging() local
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxfixes.h354 xcb_xfixes_region_t destination; member
369 xcb_xfixes_region_t destination; member
384 xcb_xfixes_region_t destination; member
399 xcb_xfixes_region_t destination; member
414 xcb_xfixes_region_t destination; member
443 xcb_xfixes_region_t destination; member
626 xcb_cursor_t destination; member
655 xcb_xfixes_region_t destination; member
1264 xcb_xfixes_region_t destination);
1277 xcb_xfixes_region_t destination);
[all …]
H A Dxfixes.c919 xcb_xfixes_region_t destination) in xcb_xfixes_copy_region_checked() argument
933 xcb_out.destination = destination; in xcb_xfixes_copy_region_checked()
947 xcb_xfixes_region_t destination) in xcb_xfixes_copy_region() argument
961 xcb_out.destination = destination; in xcb_xfixes_copy_region()
976 xcb_xfixes_region_t destination) in xcb_xfixes_union_region_checked() argument
991 xcb_out.destination = destination; in xcb_xfixes_union_region_checked()
1006 xcb_xfixes_region_t destination) in xcb_xfixes_union_region() argument
1021 xcb_out.destination = destination; in xcb_xfixes_union_region()
1036 xcb_xfixes_region_t destination) in xcb_xfixes_intersect_region_checked() argument
1051 xcb_out.destination = destination; in xcb_xfixes_intersect_region_checked()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dlog.c71 isc_logdestination_t destination;
232 #define FACILITY(channel) (channel->destination.facility)
233 #define FILE_NAME(channel) (channel->destination.file.name)
234 #define FILE_STREAM(channel) (channel->destination.file.stream)
235 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
236 #define FILE_SUFFIX(channel) (channel->destination.file.suffix)
237 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size)
238 #define FILE_MAXREACHED(channel) (channel->destination.file.maximum_reached)
289 isc_logdestination_t destination; in isc_log_create()
308 destination in isc_logconfig_create()
77 isc_logdestination_t destination; global() member
307 isc_logdestination_t destination; isc_logconfig_create() local
652 isc_log_createchannel(isc_logconfig_t * lcfg,const char * name,unsigned int type,int level,const isc_logdestination_t * destination,unsigned int flags) isc_log_createchannel() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c73 isc_logdestination_t destination; member
236 #define FACILITY(channel) (channel->destination.facility)
237 #define FILE_NAME(channel) (channel->destination.file.name)
238 #define FILE_STREAM(channel) (channel->destination.file.stream)
239 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
240 #define FILE_SUFFIX(channel) (channel->destination.file.suffix)
241 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size)
242 #define FILE_MAXREACHED(channel) (channel->destination.file.maximum_reached)
304 isc_logdestination_t destination; in isc_logconfig_create() local
326 destination.facility = LOG_DAEMON; in isc_logconfig_create()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Daccessors.m205 objc_getPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL…
208 memcpy (destination, source, size);
214 memcpy (destination, source, size);
224 objc_setPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL…
227 memcpy (destination, source, size);
230 objc_mutex_t lock = accessors_locks[ACCESSORS_HASH (destination)];
233 memcpy (destination, source, size);
246 objc_copyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attr…
249 memcpy (destination, source, size);
262 if (ACCESSORS_HASH (source) == ACCESSORS_HASH (destination))
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Daccessors.m205 objc_getPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL…
208 memcpy (destination, source, size);
214 memcpy (destination, source, size);
224 objc_setPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL…
227 memcpy (destination, source, size);
230 objc_mutex_t lock = accessors_locks[ACCESSORS_HASH (destination)];
233 memcpy (destination, source, size);
246 objc_copyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attr…
249 memcpy (destination, source, size);
262 if (ACCESSORS_HASH (source) == ACCESSORS_HASH (destination))
[all …]
/netbsd-src/external/mpl/bind/dist/doc/misc/
H A Dcfg_test.c66 isc_logdestination_t destination; in main()
84 destination.file.stream = stderr; in main()
85 destination.file.name = NULL; in main()
86 destination.file.versions = ISC_LOG_ROLLNEVER; in main()
87 destination.file.maximum_size = 0; in main()
89 ISC_LOG_DYNAMIC, &destination, ISC_LOG_PRINTTIME); in main()
67 isc_logdestination_t destination; main() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drename.c169 set_times (const char *destination, const struct stat *statbuf) in set_times() argument
176 result = utimensat (AT_FDCWD, destination, times, 0); in set_times()
184 result = utimes (destination, tv); in set_times()
190 result = utime (destination, &tb); in set_times()
196 result = utime (destination, tb); in set_times()
200 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno)); in set_times()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drename.c169 set_times (const char *destination, const struct stat *statbuf) in set_times() argument
176 result = utimensat (AT_FDCWD, destination, times, 0); in set_times()
184 result = utimes (destination, tv); in set_times()
190 result = utime (destination, &tb); in set_times()
196 result = utime (destination, tb); in set_times()
200 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno)); in set_times()
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h49 destination : 9, member
57 destination : 9,
67 destination : 9, member
75 destination : 9,
/netbsd-src/external/mpl/bind/dist/tests/isccfg/
H A Dduration_test.c54 isc_logdestination_t destination; in ISC_SETUP_TEST_IMPL()
61 destination.file.stream = stderr; in ISC_SETUP_TEST_IMPL()
62 destination.file.name = NULL; in ISC_SETUP_TEST_IMPL()
63 destination.file.versions = ISC_LOG_ROLLNEVER; in ISC_SETUP_TEST_IMPL()
64 destination.file.maximum_size = 0; in ISC_SETUP_TEST_IMPL()
66 ISC_LOG_DYNAMIC, &destination, 0); in ISC_SETUP_TEST_IMPL()
55 isc_logdestination_t destination; ISC_SETUP_TEST_IMPL() local
H A Dparser_test.c55 isc_logdestination_t destination; in ISC_SETUP_TEST_IMPL()
62 destination.file.stream = stderr; in ISC_SETUP_TEST_IMPL()
63 destination.file.name = NULL; in ISC_SETUP_TEST_IMPL()
64 destination.file.versions = ISC_LOG_ROLLNEVER; in ISC_SETUP_TEST_IMPL()
65 destination.file.maximum_size = 0; in ISC_SETUP_TEST_IMPL()
67 ISC_LOG_DYNAMIC, &destination, 0); in ISC_SETUP_TEST_IMPL()
57 isc_logdestination_t destination; ISC_SETUP_TEST_IMPL() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td261 // For destination vector type is the same as source vector.
267 // For destination vector type is the same as first source vector (with mask).
274 // For destination vector type is the same as first and second source vector.
280 // For destination vector type is the same as first and second source vector.
286 // For destination vector type is the same as first and second source vector.
299 // For destination vector type is the same as first and second source vector.
307 // For destination vector type is the same as first source vector, and the
315 // For destination vector type is the same as first source vector (with mask).
324 // For destination vector type is the same as first source vector.
332 // For destination vector type is the same as first source vector (with mask).
[all …]
/netbsd-src/external/ibm-public/postfix/dist/
H A Dpostfix-install395 config_directory_prompt="the final destination directory for
398 data_directory_prompt="the final destination directory for
402 daemon_directory_prompt="the final destination directory for
406 command_directory_prompt="the final destination directory for
410 queue_directory_prompt="the final destination directory for Postfix
413 sendmail_path_prompt="the final destination pathname for the
417 newaliases_path_prompt="the final destination pathname for the
422 mailq_path_prompt="the final destination pathname for the installed
/netbsd-src/sys/arch/m68k/fpsp/
H A Dsto_res.sa38 * users destination register then fp0 is moved to the
39 * correct floating-point destination register. fp0 and fp1
46 * Output: moves the result to the true destination reg or mem
48 * Modifies: destination floating point register
60 bfextu CMDREG1B(a6){13:3},d0 ;extract cos destination
93 bfextu CMDREG1B(a6){6:3},d0 ;extract destination register
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_connect.c362 static char *smtp_parse_destination(char *destination, char *def_service, in smtp_parse_destination() argument
366 char *buf = mystrdup(destination); in smtp_parse_destination()
374 msg_info("smtp_parse_destination: %s %s", destination, def_service); in smtp_parse_destination()
381 msg_fatal("%s in server description: %s", err, destination); in smtp_parse_destination()
390 service, destination); in smtp_parse_destination()
1226 char *destination = request->nexthop; in smtp_connect() local
1244 if (strncmp(destination, "unix:", 5) == 0) { in smtp_connect()
1245 smtp_connect_local(state, destination + 5); in smtp_connect()
1247 if (strncmp(destination, "inet:", 5) == 0) in smtp_connect()
1248 destination += 5; in smtp_connect()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td62 // * The destination vector register group for a masked vector instruction
63 // cannot overlap the source mask register (v0), unless the destination vector
67 // * Widening: The destination EEW is greater than the source EEW, the source
68 // EMUL is at least 1. The destination vector register group cannot overlap
70 // the destination register group.
72 // * Narrowing: The destination EEW is smaller than the source EEW. The
73 // destination vector register group cannot overlap with the source vector
77 // * vmsbf.m/vmsif.m/vmsof.m: The destination register cannot overlap the
80 // * viota: The destination register cannot overlap the source register and,
83 // * v[f]slide[1]up: The destination vector register group for vslideup cannot
[all …]
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dutils.c147 atf_utils_copy_file(const char *source, const char *destination) in atf_utils_copy_file() argument
153 const int output = open(destination, O_WRONLY | O_CREAT | O_TRUNC, 0777); in atf_utils_copy_file()
155 "copy (%s)", destination); in atf_utils_copy_file()
161 "Failed to write to %s during copy", destination); in atf_utils_copy_file()
169 destination); in atf_utils_copy_file()
/netbsd-src/tests/net/route/
H A Dt_change.sh130 destination: 192.168.0.0
149 destination: 192.168.0.0
197 destination: 192.168.0.0
216 destination: 192.168.0.0
264 destination: 192.168.0.0
283 destination: 192.168.0.0

12345678910>>...50