Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 2922) sorted by relevance

12345678910>>...117

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c59 struct archive_entry *e, *e2; in DEFINE_TEST() local
124 archive_entry_unset_atime(e); in DEFINE_TEST()
154 archive_entry_unset_ctime(e); in DEFINE_TEST()
161 archive_entry_set_dev(e, 235); in DEFINE_TEST()
173 archive_entry_set_gid(e, 204); in DEFINE_TEST()
342 archive_entry_unset_size(e); in DEFINE_TEST()
499 archive_entry_clear(e); in DEFINE_TEST()
526 e2 = archive_entry_clone(e); in DEFINE_TEST()
626 archive_entry_acl_clear(e); in DEFINE_TEST()
711 archive_entry_clear(e); in DEFINE_TEST()
[all …]
H A Dtest_write_format_tar_ustar.c53 char *buff, *e; in DEFINE_TEST() local
207 e = buff; in DEFINE_TEST()
228 e += 1024; in DEFINE_TEST()
247 e += 512; in DEFINE_TEST()
266 e += 512; in DEFINE_TEST()
285 e += 512; in DEFINE_TEST()
304 e += 512; in DEFINE_TEST()
323 e += 512; in DEFINE_TEST()
342 e += 512; in DEFINE_TEST()
347 assert(is_null(e, 1024)); in DEFINE_TEST()
[all …]
H A Dtest_write_format_cpio_newc.c53 char *buff, *e, *file; in DEFINE_TEST() local
117 e = buff; in DEFINE_TEST()
120 file = e; in DEFINE_TEST()
122 assertEqualMem(e + 0, "070701", 6); /* Magic */ in DEFINE_TEST()
139 e += 128; /* Must be multiple of four here! */ in DEFINE_TEST()
142 assert(is_hex(e, 110)); in DEFINE_TEST()
159 e += 116; /* Must be multiple of four here! */ in DEFINE_TEST()
180 e += 120; /* Must be multiple of four here! */ in DEFINE_TEST()
185 assert(is_hex(e, 76)); in DEFINE_TEST()
202 e += 124; /* Must be multiple of four here! */ in DEFINE_TEST()
[all …]
H A Dtest_write_format_cpio_odc.c47 char *buff, *e, *file; in DEFINE_TEST() local
143 e = buff; in DEFINE_TEST()
146 file = e; /* Remember where this starts... */ in DEFINE_TEST()
161 e += 91; in DEFINE_TEST()
178 e += 95; in DEFINE_TEST()
181 assert(is_octal(e, 76)); in DEFINE_TEST()
194 e += 80; in DEFINE_TEST()
212 e += 88; in DEFINE_TEST()
217 assert(is_octal(e, 76)); in DEFINE_TEST()
230 e += 87; in DEFINE_TEST()
[all …]
H A Dtest_write_format_tar_v7tar.c54 char *buff, *e; in DEFINE_TEST() local
180 e = buff; in DEFINE_TEST()
192 assert(is_null(e + 0, 512)); in DEFINE_TEST()
195 e += 1024; in DEFINE_TEST()
207 assert(is_null(e + 0, 512)); in DEFINE_TEST()
208 e += 512; in DEFINE_TEST()
221 e += 512; in DEFINE_TEST()
234 e += 512; in DEFINE_TEST()
247 e += 512; in DEFINE_TEST()
252 assert(is_null(e, 1024)); in DEFINE_TEST()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java77 } catch (Exception e) { in beforeOpen()
78 e.printStackTrace(); in beforeOpen()
88 } catch (Exception e) { in beforeOpen()
89 e.printStackTrace(); in beforeOpen()
99 } catch (Exception e) { in beforeOpen()
108 } catch (Exception e) { in beforeOpen()
117 } catch (Exception e) { in beforeOpen()
128 } catch (Exception e) { in beforeOpen()
137 } catch (Exception e) { in beforeOpen()
148 } catch (Exception e) { in beforeOpen()
[all …]
/freebsd/contrib/sendmail/src/
H A Denvelope.c31 ENVELOPE *e;
108 e->e_sessid = e->e_id;
140 return e;
234 if (IS_DLVR_RETURN(e) && e->e_deliver_by > 0 &&
235 now >= e->e_ctime + e->e_deliver_by &&
253 e->e_sendmode, e, e->e_sibling, e->e_nrcpts, q,
282 &e->e_errorqueue, 0, e);
363 now >= e->e_ctime + e->e_deliver_by)
422 e->e_message = sm_rpool_strdup_x(e->e_rpool,
603 e->e_id, queuename(e, DATAFL_LETTER),
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dag-char-map.h119 #define SPN_NEWLINE_BACK(s,e) spn_ag_char_map_back(s, e, 0) argument
120 #define BRK_NEWLINE_BACK(s,e) brk_ag_char_map_back(s, e, 0) argument
124 #define SPN_NUL_BYTE_BACK(s,e) spn_ag_char_map_back(s, e, 1) argument
125 #define BRK_NUL_BYTE_BACK(s,e) brk_ag_char_map_back(s, e, 1) argument
129 #define SPN_DIR_SEP_BACK(s,e) spn_ag_char_map_back(s, e, 2) argument
130 #define BRK_DIR_SEP_BACK(s,e) brk_ag_char_map_back(s, e, 2) argument
134 #define SPN_PERCENT_BACK(s,e) spn_ag_char_map_back(s, e, 3) argument
511 if (s >= e) e = s + strlen(s); in spn_ag_char_map_back()
512 while ((e > s) && v[(unsigned char)e[-1]]) e--; in spn_ag_char_map_back()
522 if (s == e) e += strlen(e); in brk_ag_char_map_back()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbssid_ignore.c39 while (e) { in wpa_bssid_ignore_get()
41 return e; in wpa_bssid_ignore_get()
42 e = e->next; in wpa_bssid_ignore_get()
75 if (e) { in wpa_bssid_ignore_add()
90 MAC2STR(bssid), e->count, e->timeout_secs); in wpa_bssid_ignore_add()
94 e = os_zalloc(sizeof(*e)); in wpa_bssid_ignore_add()
137 prev = e; in wpa_bssid_ignore_del()
138 e = e->next; in wpa_bssid_ignore_del()
156 if (!e) in wpa_bssid_ignore_is_listed()
177 e = e->next; in wpa_bssid_ignore_clear()
[all …]
H A Dblacklist.c30 while (e) { in wpa_blacklist_get()
32 return e; in wpa_blacklist_get()
33 e = e->next; in wpa_blacklist_get()
64 if (e) { in wpa_blacklist_add()
65 e->count++; in wpa_blacklist_add()
72 e = os_zalloc(sizeof(*e)); in wpa_blacklist_add()
100 while (e) { in wpa_blacklist_del()
112 prev = e; in wpa_blacklist_del()
113 e = e->next; in wpa_blacklist_del()
133 prev = e; in wpa_blacklist_clear()
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_l2t.c81 for (e = d->rover, end = &d->l2tab[d->l2t_size]; e != end; ++e) in t4_alloc_l2e()
85 for (e = d->l2tab; atomic_load_acq_int(&e->refcnt); ++e) in t4_alloc_l2e()
106 return (e); in t4_alloc_l2e()
115 for (e = &d->l2tab[0], end = &d->l2tab[d->l2t_size]; e != end; ++e) { in find_or_alloc_l2e()
121 e->vlan == vlan && e->lport == port) in find_or_alloc_l2e()
229 if (e->vlan == vlan && e->lport == port && in t4_l2t_alloc_tls()
295 if (e) { in t4_l2t_alloc_switching()
450 e->idx, ip, e->dmac[0], e->dmac[1], e->dmac[2], in sysctl_l2t()
451 e->dmac[3], e->dmac[4], e->dmac[5], in sysctl_l2t()
452 e->vlan & 0xfff, vlan_prio(e), e->lport, in sysctl_l2t()
[all …]
H A Dt4_smt.c77 for (e = &s->smtab[0], end = &s->smtab[s->smt_size]; e != end; ++e) { in t4_find_or_alloc_sme()
80 first_free = e; in t4_find_or_alloc_sme()
93 e = first_free; in t4_find_or_alloc_sme()
102 return e; in t4_find_or_alloc_sme()
122 wrq = e->wrq; in t4_write_sme()
170 row = e->idx; in t4_write_sme()
195 return e; in t4_smt_alloc_switching()
241 e->idx = i; in t4_init_smt()
331 e->idx, e->smac[0], e->smac[1], e->smac[2], in sysctl_smt()
332 e->smac[3], e->smac[4], e->smac[5], in sysctl_smt()
[all …]
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_c.c70 char *p, *e; in DEFINE_TEST() local
111 e = p; in DEFINE_TEST()
122 dev = from_octal(e + 6, 6); in DEFINE_TEST()
124 ino = from_octal(e + 12, 6); in DEFINE_TEST()
135 gid = from_octal(e + 30, 6); in DEFINE_TEST()
147 e += 91; in DEFINE_TEST()
164 from_octal(e + 6, 6)); in DEFINE_TEST()
173 e += 88; in DEFINE_TEST()
177 assert(is_octal(e, 76)); in DEFINE_TEST()
208 e += 80; in DEFINE_TEST()
[all …]
H A Dtest_format_newc.c87 char *p, *e; in DEFINE_TEST() local
185 e = p; in DEFINE_TEST()
203 uid = from_hex(e + 22, 8); in DEFINE_TEST()
233 e += 110 + fs + ns; in DEFINE_TEST()
237 assert(is_hex(e, 110)); in DEFINE_TEST()
266 e += 110 + fs + ns; in DEFINE_TEST()
270 assert(is_hex(e, 110)); in DEFINE_TEST()
301 e += 110 + fs + ns; in DEFINE_TEST()
306 assert(is_hex(e, 110)); in DEFINE_TEST()
336 e += 110 + ns + fs; in DEFINE_TEST()
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp_event.c64 if (e->s->current_event == e) in event_clean()
79 os_free(e); in event_delete()
90 if (e) { in event_dequeue()
95 return e; in event_dequeue()
123 e, s); in event_retry()
128 e->retry++; in event_retry()
181 e, e->addr->domain_and_port, e->addr->num_failures); in event_addr_failure()
225 e, e->addr->domain_and_port); in event_http_cb()
389 if (!e) in wps_upnp_event_add()
405 e = os_zalloc(sizeof(*e)); in wps_upnp_event_add()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/
H A Dtst.dynsize.d.out2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
101 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
[all …]
/freebsd/crypto/openssl/crypto/engine/
H A Deng_lib.c52 e->id = NULL; in engine_set_all_null()
53 e->name = NULL; in engine_set_all_null()
61 e->init = NULL; in engine_set_all_null()
63 e->ctrl = NULL; in engine_set_all_null()
67 e->flags = 0; in engine_set_all_null()
75 if (e == NULL) in engine_free_util()
92 if (e->destroy) in engine_free_util()
93 e->destroy(e); in engine_free_util()
95 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ENGINE, e, &e->ex_data); in engine_free_util()
207 e->id = id; in ENGINE_set_id()
[all …]
H A Dtb_asnmth.c42 int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0); in ENGINE_register_pkey_asn1_meths()
53 ENGINE *e; in ENGINE_register_all_pkey_asn1_meths() local
55 for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e)) in ENGINE_register_all_pkey_asn1_meths()
63 int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0); in ENGINE_set_default_pkey_asn1_meths()
123 npknids = e->pkey_asn1_meths(e, NULL, &pknids, 0); in engine_pkey_asn1_meths_free()
125 if (e->pkey_asn1_meths(e, &pkm, NULL, pknids[i])) { in engine_pkey_asn1_meths_free()
150 nidcount = e->pkey_asn1_meths(e, NULL, &nids, 0); in ENGINE_get_pkey_asn1_meth_str()
152 e->pkey_asn1_meths(e, &ameth, NULL, nids[i]); in ENGINE_get_pkey_asn1_meth_str()
162 ENGINE *e; member
177 e->pkey_asn1_meths(e, &ameth, NULL, nid); in look_str_cb()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c133 e->ipv6 = 0; in l2_store()
137 memcpy(&e->addr[0], &sin6->sin6_addr, sizeof(e->addr)); in l2_store()
138 e->ipv6 = 1; in l2_store()
251 memcpy(&sin6.sin6_addr, &e->addr[0], sizeof(e->addr)); in resolve_entry()
378 for (e = d->l2tab[hash].first; e; e = e->next) { in t4_l2t_get()
379 if (l2_cmp(sa, e) == 0 && e->ifp == ifp && e->vlan == vtag && in t4_l2t_get()
388 if (e) { in t4_l2t_get()
395 e->ifp = ifp; in t4_l2t_get()
407 return e; in t4_l2t_get()
427 for (e = d->l2tab[hash].first; e; e = e->next) { in t4_l2_update()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c228 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in transform()
229 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in transform()
230 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in transform()
231 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in transform()
232 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in transform()
233 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in transform()
234 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in transform()
235 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in transform()
236 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in transform()
237 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in transform()
[all …]
/freebsd/crypto/heimdal/kcm/
H A Devents.c96 for (e = &events_head; *e != NULL; e = &(*e)->next) in kcm_enqueue_event_internal()
129 for (e = events_head; e != NULL; e = e->next) in kcm_debug_events()
140 kcm_event e; in kcm_enqueue_event_relative() local
142 e = *event; in kcm_enqueue_event_relative()
143 e.backoff_time = e.fire_time; in kcm_enqueue_event_relative()
166 free(*e); in kcm_remove_event_internal()
168 *e = next; in kcm_remove_event_internal()
275 for (e = &events_head; *e != NULL; e = &(*e)->next) { in kcm_remove_event()
306 for (e = &events_head; *e != NULL; e = &(*e)->next) { in kcm_cleanup_events()
307 if ((*e)->valid && (*e)->ccache == ccache) { in kcm_cleanup_events()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h328 OSSL_DEPRECATEDIN_3_0 int ENGINE_add(ENGINE *e);
332 OSSL_DEPRECATEDIN_3_0 int ENGINE_remove(ENGINE *e);
493 OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e);
494 OSSL_DEPRECATEDIN_3_0 int ENGINE_up_ref(ENGINE *e);
515 int ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
574 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
576 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e);
584 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid);
620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
628 OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e);
[all …]
/freebsd/sys/opencrypto/
H A Drmd160.c176 e = state[4]; in RMD160Transform()
179 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
180 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
181 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
182 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
183 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
184 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
185 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
186 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
270 e = state[4]; in RMD160Transform()
[all …]
/freebsd/usr.sbin/cron/cron/
H A Dcron.c191 entry *e; local
194 for (e = u->crontab; e != NULL; e = e->next) {
244 for (e = u->crontab; e != NULL; e = e->next) {
259 for (e = u->crontab; e != NULL; e = e->next) {
274 for (e = u->crontab; e != NULL; e = e->next) {
301 for (e = u->crontab; e != NULL; e = e->next) {
304 e->uid, e->gid, e->cmd))
308 TargetTime >= e->lastexit + e->interval)
458 for (e = u->crontab; e != NULL; e = e->next) {
545 for (e = u->crontab; e != NULL; e = e->next) {
[all …]
/freebsd/usr.sbin/cron/lib/
H A Dentry.c79 free(e->class); in free_entry()
82 free(e->cmd); in free_entry()
85 free(e); in free_entry()
110 entry *e; in load_entry() local
132 if (e == NULL) { in load_entry()
294 if (bit_test(e->dow, 0) || bit_test(e->dow, 7)) { in load_entry()
387 e->envp = env_set(e->envp, "SHELL=" _PATH_BSHELL); in load_entry()
403 e->envp = env_set(e->envp, envstr); in load_entry()
415 e->envp = env_set(e->envp, envstr); in load_entry()
426 e->envp = env_set(e->envp, envstr); in load_entry()
[all …]

12345678910>>...117