Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A Diterator.h54 DerivedT tmp = *static_cast<const DerivedT *>(this); variable
68 DerivedT tmp = *static_cast<const DerivedT *>(this); variable
77 DerivedT tmp = *static_cast<DerivedT *>(this); variable
91 DerivedT tmp = *static_cast<DerivedT *>(this); variable
/minix3/external/bsd/libevent/dist/test/
H A Dregress.gen.c51 struct msg *tmp; in msg_new_with_arg() local
137 struct evbuffer *tmp = NULL; in msg_attack_assign() local
179 struct evbuffer *tmp = NULL; in msg_run_assign() local
244 msg_clear(struct msg *tmp) in msg_clear()
275 msg_free(struct msg *tmp) in msg_free()
299 msg_marshal(struct evbuffer *evbuf, const struct msg *tmp){ in msg_marshal()
316 msg_unmarshal(struct msg *tmp, struct evbuffer *evbuf) in msg_unmarshal()
413 struct evbuffer *tmp = evbuffer_new(); in evtag_unmarshal_msg() local
461 struct kill *tmp; in kill_new_with_arg() local
579 kill_clear(struct kill *tmp) in kill_clear()
[all …]
/minix3/lib/libc/stdio/
H A Dtempnam.c65 gentemp(char *name, size_t len, const char *tmp, const char *pfx) in gentemp()
76 const char *tmp; in tempnam() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h68 Self tmp = *this; ++*this; return tmp; variable
180 Self tmp = *this; ++*this; return tmp; variable
185 Self tmp = *this; --*this; return tmp; variable
215 Self tmp = *this; variable
235 Self tmp = *this; variable
/minix3/external/bsd/dhcp/dist/omapip/
H A Dconvert.c78 u_int32_t tmp = htonl (val); local
86 int32_t tmp = htonl (val); local
94 u_int16_t tmp = htons (val); local
102 int16_t tmp = htons (val); local
/minix3/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_ctl.c61 char *tmp; in get_gost_engine_param() local
79 const char *tmp; in gost_set_default_param() local
/minix3/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dmarshall.c63 int32_t tmp; in kadm5_ret_key_data() local
98 int32_t tmp; in kadm5_ret_tl_data() local
190 int32_t tmp; in ret_principal_ent() local
298 int32_t tmp; in kadm5_ret_principal_ent_mask() local
H A Dchpass_c.c49 int32_t tmp; in kadm5_c_chpass_principal() local
94 int32_t tmp; in kadm5_c_chpass_principal_with_key() local
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Demalloc.c50 void *tmp = malloc (sz); in emalloc() local
H A Destrdup.c50 char *tmp = strdup (str); in estrdup() local
H A Decalloc.c50 void *tmp = calloc (number, size); in ecalloc() local
H A Derealloc.c50 void *tmp = realloc (ptr, sz); in erealloc() local
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_shrink.c23 mp_digit *tmp; in mp_shrink() local
H A Dbn_mp_zero.c24 mp_digit *tmp; in mp_zero() local
H A Dbn_mp_grow.c24 mp_digit *tmp; in mp_grow() local
H A Dbn_mp_reduce_2k_setup_l.c24 mp_int tmp; in mp_reduce_2k_setup_l() local
/minix3/bin/stty/
H A Dkey.c122 struct key *kp, tmp; in ksearch() local
197 int tmp = 0; in f_extproc() local
200 int tmp = 1; in f_extproc() local
312 int tmp; in f_tty() local
/minix3/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_ige.c119 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
153 aes_block_t tmp; in AES_ige_encrypt() local
172 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
215 unsigned char tmp[AES_BLOCK_SIZE]; in AES_bi_ige_encrypt() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dvla-3.c7 char __attribute__((aligned(16))) tmp[size+32]; in vlaalign() local
H A Duint128_t.c10 __uint128_t tmp; in f() local
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_add.c66 const BIGNUM *tmp; in BN_add() local
111 const BIGNUM *tmp; in BN_uadd() local
263 const BIGNUM *tmp; in BN_sub() local
/minix3/lib/libintl/
H A Dstrhash.c48 uint32_t hash = 0, tmp; in __intl_string_hash() local
/minix3/lib/libc/time/
H A Dzdump.c333 gmtime_r(time_t *tp, struct tm *tmp) in gmtime_r()
360 localtime_r(time_t *tp, struct tm *tmp) in localtime_r()
374 localtime_rz(timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz()
383 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z()
451 my_gmtime_r(time_t *tp, struct tm *tmp) in my_gmtime_r()
461 my_localtime_rz(timezone_t tz, const time_t *tp, struct tm *tmp) in my_localtime_rz()
524 saveabbr(char **buf, size_t *bufalloc, struct tm const *tmp) in saveabbr()
588 struct tm * tmp; in main() local
803 struct tm * tmp; in hunt() local
899 struct tm * tmp; in show() local
[all …]
/minix3/common/lib/libc/stdlib/
H A Dheapsort.c82 #define SWAP(a, b, count, size, tmp) { \ in __weak_alias() argument
108 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ argument
181 char tmp, *tmp1, *tmp2; local
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsalt-des.c127 DES_cblock tmp; in DES_AFS3_string_to_key() local
153 unsigned char tmp = data[i]; in DES_string_to_key_int() local
182 DES_cblock tmp; in krb5_DES_string_to_key() local

12345678910>>...26