Searched refs:from (Results 101 - 125 of 1111) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Ddepsrc-optional.exp11 recheck(optional-cohort): update time from nonexistent to now
14 recheck(important): update time from nonexistent to now
17 recheck(all): update time from nonexistent to now
19 recheck(.END): update time from nonexistent to now
H A Ddepsrc.exp4 : Making .UNKNOWN from nothing.
H A Ddeptgt-ignore.exp6 Making depends-on-ignored from error-ignored.
H A Ddirective-export-gmake.exp3 make: "directive-export-gmake.mk" line 92: Variable/Value missing from "export"
H A Ddirective-undef.mk8 # Before var.c 1.737 from 2020-12-19, .undef only undefined the first
11 # Before var.c 1.761 from 2020-12-22, .undef complained about too many
14 # Since var.c 1.761 from 2020-12-22, .undef handles multiple variable names
25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
27 # varname-empty.mk. Since var.c 1.737 from 2020-12-19, .undef complains
40 # contain spaces or unbalanced 'single' or "double" quotes from being
82 # Since var.c 1.762 from 2020-12-22, parse errors in the argument should be
83 # properly detected and should stop the .undef directive from doing any work.
110 # When an exported variable is undefined, the variable is removed both from
111 # the global scope as well as from th
[all...]
H A Dopt-file.exp4 make: "(stdin)" line 1: Zero byte read from file
H A Dsuff-lookup.exp7 defining transformation from `.ccc' to `.cc'
11 defining transformation from `.c' to `.ccc'
15 defining transformation from `.short' to `.c'
19 defining transformation from `.sho' to `.c'
23 defining transformation from `.dead-end' to `.short'
63 : 'Making suff-lookup.c from suff-lookup.sho.'
64 : 'Making suff-lookup.ccc from suff-lookup.c.'
65 : 'Making suff-lookup.cc from suff-lookup.ccc.'
H A Dvarmod-gmtime.mk15 # month and weekday are always in English, independent from the locale.
41 # :from=to modifier.
47 # Before var.c 1.1050 from 2023-05-09, it was not possible to pass the
54 # Before var.c 1.631 from 2020-10-31 21:40:20, it was possible to pass
68 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
69 # because it would make sense but just as a side-effect from using strtoul.
79 # 0 means now; this differs from GNode.mtime, where a 0 means nonexistent.
111 # Integer overflow, at least before var.c 1.631 from 2020-10-31.
116 # Since var.c 1.631 from 2020-10-31, the overflow is detected and produces a
126 # Before var.c 1.631 from 202
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsunddi.h55 extern int ddi_copyin(const void *from, void *to, size_t len, int flags);
56 extern int ddi_copyout(const void *from, void *to, size_t len, int flags);
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c33 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, argument
36 return rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding);
39 int RSA_private_encrypt(int flen, const unsigned char *from, argument
42 return rsa->meth->rsa_priv_enc(flen, from, to, rsa, padding);
45 int RSA_private_decrypt(int flen, const unsigned char *from, argument
48 return rsa->meth->rsa_priv_dec(flen, from, to, rsa, padding);
51 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, argument
54 return rsa->meth->rsa_pub_dec(flen, from, to, rsa, padding);
/freebsd-current/usr.sbin/traceroute/
H A Dfindsaddr-udp.c54 register struct sockaddr_in *from)
85 setsin(from, cfrom.sin_addr.s_addr);
53 findsaddr(register const struct sockaddr_in *to, register struct sockaddr_in *from) argument
/freebsd-current/sys/crypto/aesni/
H A Daesni_wrap.c55 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN])
64 _mm_loadu_si128((const __m128i *)from) ^ ivreg);
67 from += AES_BLOCK_LEN;
108 const uint8_t *from, uint8_t *to)
118 blks = (const struct blocks8 *)from;
131 from += AES_BLOCK_LEN * 8;
138 _mm_loadu_si128((const __m128i *)from));
140 from += AES_BLOCK_LEN;
147 const uint8_t *from, uint8_t *to)
157 blks = (const struct blocks8 *)from;
54 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
107 aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len, const uint8_t *from, uint8_t *to) argument
146 aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len, const uint8_t *from, uint8_t *to) argument
203 aesni_encrypt_icm(int rounds, const void *key_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
313 aesni_crypt_xts_block(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
331 aesni_crypt_xts_block8(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
384 aesni_crypt_xts(int rounds, const __m128i *data_schedule, const __m128i *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) argument
424 aesni_encrypt_xts(int rounds, const void *data_schedule, const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
434 aesni_decrypt_xts(int rounds, const void *data_schedule, const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dtmpfs7.sh89 /* send data from file to unix domain socket */
177 int fake_sendfile(int from, int to) {
181 while ((v = read(from, buf, BUFSIZE)) > 0) {
200 int real_sendfile(int from, int to) {
202 v = sendfile(from, to, 0, 0, NULL, NULL, 0);
211 /* send data from file to unix domain socket */
226 int fake_sendfile(int from, int to);
227 int real_sendfile(int from, int to);
H A Dptrace3.sh60 * (c3) uses ptrace(2) to reparent c1 and c2 from p to c3. Then c3 detaches from
61 * c1 and c2, causing a crash when c1 and c2 are removed from p's now-corrupt
/freebsd-current/usr.sbin/fifolog/lib/
H A Dlibfifolog.h44 void fifolog_reader_process(struct fifolog_reader *fl, off_t from, fifolog_reader_render_t *func, void *priv, time_t end);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors_memintrinsics.h21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size)
/freebsd-current/crypto/heimdal/kdc/
H A Dprocess.c19 * may be used to endorse or promote products derived from this software
55 const char *from,
71 reply, from, addr, datagram_reply);
82 const char *from,
98 from, addr, datagram_reply);
110 const char *from,
126 ret = _kdc_do_digest(context, config, &digestreq, reply, from, addr);
140 const char *from,
156 ret = _kdc_do_kx509(context, config, &kx509req, reply, from, addr);
177 * handle the request in `buf, len', from `add
51 kdc_as_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
78 kdc_tgs_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
106 kdc_digest(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
136 kdc_kx509(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
182 krb5_kdc_process_request(krb5_context context, krb5_kdc_configuration *config, unsigned char *buf, size_t len, krb5_data *reply, krb5_boolean *prependlength, const char *from, struct sockaddr *addr, int datagram_reply) argument
222 krb5_kdc_process_krb5_request(krb5_context context, krb5_kdc_configuration *config, unsigned char *buf, size_t len, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply) argument
[all...]
/freebsd-current/usr.bin/patch/
H A Dutil.c52 move_file(const char *from, const char *to) argument
62 say("Moving %s to stdout.\n", from);
64 fromfd = open(from, O_RDONLY);
66 pfatal("internal error, can't reopen %s", from);
74 say("Can't backup %s, output is in %s: %s\n", to, from,
80 say("Moving %s to %s.\n", from, to);
82 if (rename(from, to) < 0) {
83 if (errno != EXDEV || copy_file(from, to) < 0) {
85 to, from, strerror(errno));
164 copy_file(const char *from, cons argument
[all...]
/freebsd-current/contrib/libfido2/src/
H A Drs1.c17 const EVP_MD *from; local
20 if ((from = EVP_sha1()) != NULL && (to = malloc(sizeof(*to))) != NULL)
21 memcpy(to, from, sizeof(*to));
/freebsd-current/libexec/rpc.rusersd/
H A Drusersd.c16 * may be used to endorse or promote products derived from this software
56 struct sockaddr_storage from; local
62 fromlen = sizeof(from);
63 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc45 /* Entries from file: altq/altq_afmap.h */
50 /* Entries from file: altq/altq.h */
54 /* Entries from file: altq/altq_blue.h */
59 /* Entries from file: altq/altq_cbq.h */
66 /* Entries from file: altq/altq_cdnr.h */
80 /* Entries from file: altq/altq_fifoq.h */
83 /* Entries from file: altq/altq_hfsc.h */
87 /* Entries from file: altq/altq_jobs.h */
95 /* Entries from file: altq/altq_priq.h */
104 /* Entries from fil
[all...]
/freebsd-current/lib/libc/db/recno/
H A Drec_delete.c7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
133 * __REC_DLEAF -- Delete a single record from a recno leaf page.
148 char *from; local
152 * Delete a record from a recno leaf page. Internal records are never
153 * deleted from internal pages, regardless of the records that caused
170 from = (char *)h + h->upper;
171 memmove(from + nbytes, from, (char *)to - from);
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c227 /* merge capabilities from `from' entry into `to' entry */
230 TERMTYPE2 *from = &(source->tterm); local
236 if (source == 0 || from == 0 || target == 0 || to == 0)
240 _nc_copy_termtype2(&copy, from);
241 from = &copy;
242 _nc_align_termtype(to, from);
244 for_each_boolean(i, from) {
246 int mergebool = from->Booleans[i];
255 for_each_number(i, from) {
[all...]
/freebsd-current/sys/dev/syscons/
H A Dscgfbrndr.c133 gfb_draw(scr_stat *scp, int from, int count, int flip) argument
146 if (from + count > scp->xsize*scp->ysize) {
151 count = (from + count) -
167 vidd_puts(adp, from,
168 (u_int16_t *)sc_vtb_pointer(&scp->vtb, from), count);
182 for (i = count; i-- > 0; ++from) {
183 c = sc_vtb_getc(&scp->vtb, from);
184 a = sc_vtb_geta(&scp->vtb, from) >> 8;
185 vidd_putc(adp, from, c,
189 vidd_puts(adp, from,
[all...]
/freebsd-current/sys/dev/sound/pcm/
H A Dbuffer.h111 unsigned int sndbuf_xbytes(unsigned int v, struct snd_dbuf *from, struct snd_dbuf *to);
115 int sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count);
117 int sndbuf_feed(struct snd_dbuf *from, struct snd_dbuf *to, struct pcm_channel *channel, struct pcm_feeder *feeder, unsigned int count);
127 snd_xbytes(u_int32_t v, u_int32_t from, u_int32_t to) argument
130 if (from == to)
132 if (from == 0)
134 return ((u_int64_t)v * to / from);

Completed in 154 milliseconds

1234567891011>>