Home
last modified time | relevance | path

Searched refs:fromp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libedit/
H A Dreadline.c685 getfrom(const char **cmdp, char **fromp, const char *search, int delim) in getfrom() argument
690 char *what = el_realloc(*fromp, size * sizeof(*what)); in getfrom()
692 el_free(*fromp); in getfrom()
693 *fromp = NULL; in getfrom()
704 el_free(*fromp); in getfrom()
706 *fromp = NULL; in getfrom()
714 *fromp = what; in getfrom()
719 *fromp = strdup(search); in getfrom()
720 if (*fromp == NULL) { in getfrom()
724 *fromp = NULL; in getfrom()
[all …]
/freebsd/sys/crypto/aesni/
H A Daesni_wrap.c339 const __m128i *fromp; in aesni_crypt_xts_block8() local
347 fromp = (const __m128i *)from; in aesni_crypt_xts_block8()
351 (v) = _mm_loadu_si128(&fromp[pos]) ^ \ in aesni_crypt_xts_block8()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c30 static int load_iv(char **fromp, unsigned char *to, int num);
567 static int load_iv(char **fromp, unsigned char *to, int num) in load_iv() argument
572 from = *fromp; in load_iv()
586 *fromp = from; in load_iv()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1214 wait_for_reply(register int sock, register struct sockaddr_in *fromp, in wait_for_reply() argument
1222 int fromlen = sizeof(*fromp); in wait_for_reply()
1246 (struct sockaddr *)fromp, &fromlen); in wait_for_reply()