Searched refs:from (Results 276 - 300 of 1111) sorted by relevance

<<11121314151617181920>>

/freebsd-current/libexec/tftpd/
H A Dtftp-file.c285 struct sockaddr_storage from; local
292 fromlen = sizeof from;
294 (struct sockaddr *)&from, &fromlen);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-cmdline.mk5 # Variables that are specified on the command line override those from the
10 # which before var.c 1.586 from 2020-10-25 calculated the hash value of the
14 # variables from the cmdline scope override global variables, since after the
48 # 1.174 from 2013-05-18, Var_Delete had started to expand the variable name.
50 # row. This bug was fixed in var.c 1.835 from 2021-02-22.
54 # from 2016-02-19, when the variable modifier ':@' started to delete the
H A Ddirective-for-escape.mk149 # Before for.c 1.173 from 2023-05-08, the name of the iteration variable
158 # Before for.c 1.173 from 2023-05-08, the name of the iteration variable
195 # Before for.c 1.173 from 2023-05-08, the variable name could be a single '$'
215 # What happens if the values from the .for loop contain a literal newline?
216 # Before for.c 1.144 from 2021-06-25, the newline was passed verbatim to the
237 # Between for.c 1.161 from 2022-01-08 and before for.c 1.163 from 2022-01-09,
259 # target-local variables. See for.c 1.45 from 2009-01-14.
285 # VAR= $$i $i ${a:S,from$,to,}
286 VAR= $$i $i ${a:S,from
[all...]
H A Dcond-token-number.mk55 # When the number comes from an expression though, it may be signed.
61 # When the number comes from an expression though, it may be signed.
85 # Make can do radix conversion from hex.
H A Dcmdline.mk30 # The SUB1 in the resulting path comes from the environment variable TMPBASE,
40 # Variable assignments in the command line are handled differently from
43 # low-level parsing from ParseRawLine does not take place.
H A Dvarmod-indirect.exp19 Indirect modifier "S,a,a," from "${:US,a,a,}"
28 Indirect modifier "" from "${:U}"
32 Indirect modifier "Z" from "${:UZ}"
H A Ddepsrc-meta.mk21 @echo 'Targets from meta mode${.MAKE.JOBS:D in jobs mode}:'
/freebsd-current/sys/sys/
H A Dsystm.h7 * All or some portions of this file are derived from material licensed
21 * may be used to endorse or promote products derived from this software
65 extern int boothowto; /* reboot flags, from console subsystem */
258 void *memcpy(void * _Nonnull to, const void * _Nonnull from, size_t len);
270 #define bcopy(from, to, len) SAN_INTERCEPTOR(memmove)((to), (from), (len))
274 #define memcpy(to, from, len) SAN_INTERCEPTOR(memcpy)((to), (from), (len))
279 #define bcopy(from, to, len) __builtin_memmove((to), (from), (le
[all...]
/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c23 * derived from this software without specific prior written permission.
91 char *line, *cp, *from, *to, *ap; local
151 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
159 if (strcmp(from, progname) == 0) {
/freebsd-current/crypto/openssh/
H A Dssh-xmss.c107 ssh_xmss_copy_public(const struct sshkey *from, struct sshkey *to) argument
113 if ((r = sshkey_xmss_init(to, from->xmss_name)) != 0)
115 if (from->xmss_pk == NULL)
118 if ((pklen = sshkey_xmss_pklen(from)) == 0 ||
123 memcpy(to->xmss_pk, from->xmss_pk, pklen);
125 left = sshkey_xmss_signatures_left(from);
H A Ddispatch.c69 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) argument
73 for (i = from; i <= to; i++) {
/freebsd-current/share/dtrace/
H A Dnfsattrstats7 * Laboratory with support from a grant from Google, Inc.
34 * system paging from NFS, in which case the system call name is
/freebsd-current/sys/kgssapi/
H A Dgss_impl.c118 * five retries keeps it from running forever.
277 kgss_copy_buffer(const gss_buffer_t from, gss_buffer_t to) argument
279 to->length = from->length;
280 if (from->length) {
281 to->value = malloc(from->length, M_GSSAPI, M_WAITOK);
282 bcopy(from->value, to->value, from->length);
/freebsd-current/sys/crypto/openssl/arm/
H A Dsha256-armv4.S1 /* Do not modify. This file is auto-generated from sha256-armv4.pl. */
137 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
144 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
179 ldr r2,[sp,#2*4] @ from future BODY_16_xx
181 ldr r1,[sp,#15*4] @ from future BODY_16_xx
195 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
202 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
237 ldr r2,[sp,#3*4] @ from future BODY_16_xx
239 ldr r1,[sp,#0*4] @ from future BODY_16_xx
253 add r10,r10,r12 @ h+=Maj(a,b,c) from th
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha256-armv7.S92 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
99 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
134 ldr r2,[sp,#2*4] @ from future BODY_16_xx
136 ldr r1,[sp,#15*4] @ from future BODY_16_xx
150 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
157 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
192 ldr r2,[sp,#3*4] @ from future BODY_16_xx
194 ldr r1,[sp,#0*4] @ from future BODY_16_xx
208 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
215 add r10,r10,r12 @ h+=Maj(a,b,c) from th
[all...]
/freebsd-current/contrib/tcsh/
H A Dtc.func.c17 * may be used to endorse or promote products derived from this software
84 * Only take lex'es from position 'from' to position 'to' inclusive
91 /* PWP: this is a combination of the old sprlex() and the expand_lex from
95 expand_lex(const struct wordent *sp0, int from, int to) argument
109 if ((i >= from) && (i <= to)) { /* if in range */
155 * The array size here is derived from
960 * Cloned from cwd_cmd().
1438 * we can find users from their home directories for the tilde
1553 * Not in the cache, try to get it from th
[all...]
/freebsd-current/contrib/netbsd-tests/kernel/tty/
H A Dt_pr.c7 * This code is derived from software contributed to The NetBSD Foundation
46 sendsome(int from, int to) argument
54 rump_sys_write(from, msg, strlen(msg));
77 * send a few bytes from master to slave and read them back
/freebsd-current/crypto/heimdal/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
97 # If no `-o' option was seen then we might have been invoked from a
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h12 // the current thread are reachable from the newly acquired lock.
17 // is flushed and the new lock epoch is started. The node ids from the old
159 if (recycled_nodes_.getBit(edges_[i].from) ||
220 // Returns true if all edges from the currently held locks to cur_node exist.
223 // Read from current_epoch_ is racy.
236 // Adds edges from currently held locks to cur_node,
263 if (edges_[i].from == from_idx && edges_[i].to == to_idx) {
356 for (uptr from = 0; from < size(); from
391 u16 from; member in struct:__sanitizer::DeadlockDetector::Edge
[all...]
/freebsd-current/contrib/sendmail/src/
H A Denvelope.c61 ** from which envelope memory is allocated, and
228 ** Extract state information from dregs of send list.
325 /* don't free, allocated from e_rpool */
342 "Message will be deleted from queue\n");
421 /* don't free, allocated from e_rpool */
656 ** from which envelope memory is allocated, and
941 ** SETSENDER -- set the person who this message is from
947 ** from a network server).
962 ** from -- the person we would like to believe this message [i]
963 ** is from, a
[all...]
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_mont.c73 /* reduce from aRR to aR */
411 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) argument
413 if (to == from)
416 if (!BN_copy(&(to->RR), &(from->RR)))
418 if (!BN_copy(&(to->N), &(from->N)))
420 if (!BN_copy(&(to->Ni), &(from->Ni)))
422 to->ri = from->ri;
423 to->n0[0] = from->n0[0];
424 to->n0[1] = from->n0[1];
445 * independently and only use the one from th
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Dkeymgmt_lib.c153 * We look at the already cached provider keys, and import from the
444 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) argument
451 if (from == NULL || from->keydata == NULL)
455 * If |to| is unassigned, ensure it gets the same KEYMGMT as |from|,
460 to_keymgmt = from->keymgmt;
462 if (to_keymgmt == from->keymgmt && to_keymgmt->dup != NULL
465 from->keydata,
469 } else if (match_type(to_keymgmt, from->keymgmt)) {
476 if (!evp_keymgmt_util_export(from, selectio
[all...]
/freebsd-current/bin/ed/
H A Dundo.c39 push_undo_stack(int type, long from, long to) argument
57 ustack[u_p].h = get_addressed_line_node(from);
/freebsd-current/share/mk/
H A Dbsd.endian.mk24 # during the bootstrap phases (apart from one place that's adequately protected
/freebsd-current/tests/sys/acl/
H A Daclfuzzer.sh173 from=`rnd_path`
175 run_command "mv -f $from $to"

Completed in 183 milliseconds

<<11121314151617181920>>