Home
last modified time | relevance | path

Searched refs:stmp (Results 26 – 29 of 29) sorted by relevance

12

/freebsd/sbin/fsck_ffs/
H A Dsuj.c1111 struct suj_ino *stmp; in ino_adjust() local
1155 stmp = ino_lookup(rrec->jr_parent, 0); in ino_adjust()
1156 if (stmp) in ino_adjust()
1157 ino_setskip(stmp, ino); in ino_adjust()
/freebsd/crypto/openssl/apps/
H A Ds_server.c2139 BIO *stmp = BIO_new_file(psksessf, "r"); in s_server_main() local
2141 if (stmp == NULL) { in s_server_main()
2146 psksess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL); in s_server_main()
2147 BIO_free(stmp); in s_server_main()
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c2280 unsigned int stmp; in tls1_save_u16() local
2296 for (i = 0; i < size && PACKET_get_net_2(pkt, &stmp); i++) in tls1_save_u16()
2297 buf[i] = stmp; in tls1_save_u16()
/freebsd/contrib/libucl/src/
H A Ducl_util.c605 struct ucl_stack *stack, *stmp; local
624 LL_FOREACH_SAFE (parser->stack, stack, stmp) {

12