Searched refs:from (Results 126 - 150 of 1111) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-append.mk48 # Before var.c 1.793 from 2021-02-03, the variable name of a newly created
61 # variable of the same name, taking its initial value from the environment
65 export ENV_PLUS_GLOBAL=from-env-value
67 .if ${ENV_PLUS_GLOBAL} != "from-env-value appended-value"
71 .if ${EXPORTED} != "from-env-value"
77 export ENV_PLUS_COMMAND=from-env-value
83 .if ${EXPORTED} != "from-env-value"
H A Dsuff-rebuild.exp15 defining transformation from `.a' to `.b'
18 Parsing line 18: : Making ${.TARGET} from ${.IMPSRC}.
22 defining transformation from `.b' to `.c'
25 Parsing line 20: : Making ${.TARGET} from ${.IMPSRC}.
29 defining transformation from `.c' to `'
32 Parsing line 22: : Making ${.TARGET} from ${.IMPSRC}.
62 : Making suff-rebuild-example.b from suff-rebuild-example.a.
63 : Making suff-rebuild-example.c from suff-rebuild-example.b.
64 : Making suff-rebuild-example from suff-rebuild-example.c.
H A Dopt-jobs-no-action.mk6 # The format of the output differs from the output of only the -n option,
42 @+echo hide-from-output 'begin explain'
64 @+echo hide-from-output 'end explain'
65 @+echo hide-from-output
83 @+echo hide-from-output 'begin combined'
84 @+echo hide-from-output
92 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
94 @+echo hide-from-output
102 @+echo hide-from-output 'end combined'
H A Dsuff-transform-select.exp3 defining transformation from `.c' to `.d'
7 defining transformation from `.d' to `.e'
12 defining transformation from `.e' to `'
15 defining transformation from `.e' to `.f'
18 defining transformation from `.f' to `.e'
H A Dsuff-transform-endless.exp3 defining transformation from `.c' to `.d'
7 defining transformation from `.d' to `.e'
11 defining transformation from `.e' to `'
14 defining transformation from `.e' to `.f'
17 defining transformation from `.f' to `.e'
H A Dsuff-incomplete.exp11 defining transformation from `.a' to `.b'
15 deleting incomplete transformation from `.a' to `.b'
17 defining transformation from `.a' to `.c'
26 Parsing line 24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
36 : Making suff-incomplete.c from suff-incomplete.c all by default.
H A Dcmdline-redirect-stdin.mk4 # from make's stdin.
21 # If this branch is ever reached, the shell from the assignment to line1
24 # read a single line from standard input". This is the reason why the shell
/freebsd-current/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c7 * sponsorship from the FreeBSD Foundation.
30 * This file is derived from aesni_wrap.c:
56 armv8_aes_enc(int rounds, const uint8x16_t *keysched, const uint8x16_t from) argument
61 tmp = from;
78 armv8_aes_dec(int rounds, const uint8x16_t *keysched, const uint8x16_t from) argument
83 tmp = from;
105 uint8_t block[AES_BLOCK_LEN], *from, *to; local
113 from = crypto_cursor_segment(fromc, &fromseglen);
129 tmp = vld1q_u8(from);
135 from
153 uint8_t block[AES_BLOCK_LEN], *from, *to; local
217 armv8_aes_crypt_xts_block(int rounds, const uint8x16_t *key_schedule, uint8x16_t *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
243 uint8_t *from, *to; local
376 armv8_aes_encrypt_gcm_block(struct armv8_gcm_state *s, AES_key_t *aes_key, const uint64_t *from, uint64_t *to) argument
386 armv8_aes_decrypt_gcm_block(struct armv8_gcm_state *s, AES_key_t *aes_key, const uint64_t *from, uint64_t *to) argument
465 uint8_t block[AES_BLOCK_LEN] __aligned(AES_BLOCK_LEN), *from; local
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtransited.c18 * may be used to endorse or promote products derived from this software
63 const char *from, const char *to)
68 if(strlen(from) < strlen(to)){
70 str = from;
71 from = to;
75 if(strcmp(from + strlen(from) - strlen(to), to) == 0){
76 p = from;
98 }else if(strncmp(from, to, strlen(to)) == 0){
99 p = from
62 make_path(krb5_context context, struct tr_realm *r, const char *from, const char *to) argument
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dsendfile4.sh72 int child, error, from, status;
75 errx(1, "Usage: %s from", argv[0]);
78 from = open(from_name, O_RDONLY);
79 if (from == -1)
82 error = fstat(from, &st);
99 error = sendfile(from, sv[0], pos, st.st_size - pos,
/freebsd-current/sys/dev/syscons/
H A Dscvtb.c176 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) argument
180 bcopy_toio(sc_vtb_pointer(vtb1, from),
184 bcopy_fromio(sc_vtb_pointer(vtb1, from),
188 bcopy((void *)sc_vtb_pointer(vtb1, from),
194 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) argument
204 bcopy_fromio(sc_vtb_pointer(vtb1, from),
208 bcopy((void *)sc_vtb_pointer(vtb1, from),
211 from += len;
235 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) argument
237 if (from
[all...]
/freebsd-current/crypto/heimdal/appl/login/
H A Dlogin_access.c46 char *from; member in struct:login_info
57 int login_access(struct passwd *user, char *from) argument
74 item.from = from;
210 fake_item.from = myhostname();
230 char *string = item->from;
/freebsd-current/crypto/heimdal/appl/rsh/
H A Dlogin_access.c46 char *from; member in struct:login_info
57 int login_access(struct passwd *user, char *from) argument
74 item.from = from;
210 fake_item.from = myhostname();
230 char *string = item->from;
/freebsd-current/contrib/tzcode/
H A Ddate.c15 may be used to endorse or promote products derived from this software
123 ptrdiff_t from, to, n; local
142 for (from = 1; environ[from] != NULL; ++from)
143 if (strncmp(environ[from], "TZ=", 3) != 0)
144 fakeenv[to++] = environ[from];
/freebsd-current/usr.bin/tftp/
H A Dtftp.c16 * may be used to endorse or promote products derived from this software
33 /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */
88 struct sockaddr_storage from; local
105 MAXPKTSIZE, &from, timeoutpacket);
110 ((struct sockaddr_in *)&from)->sin_port;
116 printf("Try %d, didn't receive answer from remote.\n",
188 struct sockaddr_storage from; local
205 MAXPKTSIZE, &from, timeoutpacket);
210 ((struct sockaddr_in *)&from)->sin_port;
216 printf("Try %d, didn't receive answer from remot
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp48 static void copyLinkageVisibility(Module &M, const GlobalVariable *from, argument
50 to->setLinkage(from->getLinkage());
51 to->setVisibility(from->getVisibility());
52 to->setDSOLocal(from->isDSOLocal());
53 if (from->hasComdat()) {
55 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind());
121 // Get non-zero initializer from GV's initializer.
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_cache.cmd30 echo Loading cache from %program_path%\%fname%
49 echo Loading cache from %program_path%\%fname%
60 echo Loading cache from %program_path%\%fname%
76 echo Loading cache from %arg2%
87 echo Loading cache from %arg2%
95 echo l - Load - default mode. Warming up Unbound DNS cache from saved file. cache-ttl must be high value.
/freebsd-current/contrib/unbound/util/
H A Drandom.c20 * be used to endorse or promote products derived from this software without
41 * The code in this file is based on arc4random from
83 ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
115 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
150 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
194 * values from d .. MAX_VALUE, instead draw a new number */
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c40 const unsigned char *from, int flen,
43 return ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex(NULL, to, tlen, from, flen,
49 * from (K) is the key material.
56 const unsigned char *from, int flen,
108 memcpy(db + emlen - flen - mdlen, from, (unsigned int)flen);
142 const unsigned char *from, int flen,
146 return ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex(NULL, to, tlen, from, flen,
151 const unsigned char *from, int flen, int num,
154 return RSA_padding_check_PKCS1_OAEP_mgf1(to, tlen, from, flen, num,
159 const unsigned char *from, in
39 RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen) argument
54 ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex(OSSL_LIB_CTX *libctx, unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) argument
141 RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) argument
150 RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen) argument
158 RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) argument
[all...]
/freebsd-current/libexec/rpc.rstatd/
H A Drstatd.c16 * may be used to endorse or promote products derived from this software
40 int from_inetd = 1; /* started from inetd ? */
57 struct sockaddr_storage from; local
68 fromlen = sizeof(from);
69 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0) {
/freebsd-current/lib/libc/rpc/
H A Drtime.c16 * from this software without specific prior written permission.
37 * rtime - get time from remote machine
39 * gets time, obtaining value from host
73 struct sockaddr_in from; local
116 fromlen = sizeof(from);
118 (struct sockaddr *)&from, &fromlen);
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_nist.c253 * To avoid more recent compilers (specifically clang-14) from treating this
285 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0;
291 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from[(m)/2]<<32))\
292 :(to[(n)/2] =((m)&1)?(from[(m)/2]>>32):(from[(m)/2]&BN_MASK2l)))
294 # define bn_cp_32(to,n,from,m) ((m)>=0)?bn_cp_32_naked(to,n,from,
[all...]
/freebsd-current/tools/tools/git/
H A Dcandidatematch.lua3 -- MFC candidate script utility - $0 from-file to-file
5 -- from-file specifies hashes that exist only in the "MFC from" branch and
23 -- Remove hashes from 'set1' list that are present in 'set2' list
54 print("Usage: flua $0 from-file to-file")
/freebsd-current/crypto/heimdal/admin/
H A Dcopy.c18 * may be used to endorse or promote products derived from this software
56 const char *from = argv[0]; local
59 ret = krb5_kt_resolve (context, from, &src_keytab);
61 krb5_warn (context, ret, "resolving src keytab `%s'", from);
79 fprintf(stderr, "copying %s to %s\n", from, to);
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dextra.c20 * may be used to endorse or promote products derived from this software
100 copy_heim_any(const heim_any *from, heim_any *to) argument
102 return der_copy_octet_string(from, to);
132 copy_heim_any_set(const heim_any_set *from, heim_any_set *to) argument
134 return der_copy_octet_string(from, to);

Completed in 304 milliseconds

1234567891011>>