Home
last modified time | relevance | path

Searched refs:se (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/freebsd-10-stable/lib/libc/iconv/
Dcitrus_pivot_factory.c60 struct src_entry *se; in find_src() local
62 STAILQ_FOREACH(se, sh, se_entry) { in find_src()
63 if (_bcs_strcasecmp(se->se_name, name) == 0) { in find_src()
64 *rse = se; in find_src()
68 se = malloc(sizeof(*se)); in find_src()
69 if (se == NULL) in find_src()
71 se->se_name = strdup(name); in find_src()
72 if (se->se_name == NULL) { in find_src()
74 free(se); in find_src()
77 ret = _db_factory_create(&se->se_df, &_db_hash_std, NULL); in find_src()
[all …]
/freebsd-10-stable/crypto/heimdal/appl/push/
DChangeLog1 2005-04-19 Love Hörnquist Åstrand <lha@it.su.se>
5 2004-06-17 Johan Danielsson <joda@pdc.kth.se>
9 2003-04-03 Assar Westerlund <assar@kth.se>
13 2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
18 2001-09-04 Assar Westerlund <assar@sics.se>
22 2000-12-31 Assar Westerlund <assar@sics.se>
26 2000-12-26 Assar Westerlund <assar@sics.se>
28 * push.c: support several headers, from <mattiasa@e.kth.se> use
31 2000-11-29 Johan Danielsson <joda@pdc.kth.se>
39 2000-11-27 Johan Danielsson <joda@pdc.kth.se>
[all …]
/freebsd-10-stable/crypto/heimdal/lib/kafs/
DChangeLog1 2008-07-17 Love Hörnquist Åstrand <lha@it.su.se>
7 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se>
11 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
15 2007-05-10 Love Hörnquist Åstrand <lha@it.su.se>
19 2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
25 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
29 2006-05-01 Love Hörnquist Åstrand <lha@it.su.se>
33 2006-04-11 Love Hörnquist Åstrand <lha@it.su.se>
35 * afssys.c: use afs_ioctlnum, From Tomas Olsson <tol@it.su.se>
37 2006-04-10 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/lib/sl/
DChangeLog5 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se>
11 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
15 2007-06-18 Love Hörnquist Åstrand <lha@it.su.se>
24 2007-06-09 Love Hörnquist Åstrand <lha@it.su.se>
29 2007-06-01 Love Hörnquist Åstrand <lha@it.su.se>
33 2007-04-20 Love Hörnquist Åstrand <lha@it.su.se>
38 2006-12-29 Love Hörnquist Åstrand <lha@it.su.se>
42 2006-12-27 Love Hörnquist Åstrand <lha@it.su.se>
54 2006-12-05 Love Hörnquist Åstrand <lha@it.su.se>
59 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/sys/net80211/
Dieee80211_scan_sta.c213 struct sta_entry *se, *next; in sta_flush_table() local
215 TAILQ_FOREACH_SAFE(se, &st->st_entry, se_list, next) { in sta_flush_table()
216 TAILQ_REMOVE(&st->st_entry, se, se_list); in sta_flush_table()
217 LIST_REMOVE(se, se_hash); in sta_flush_table()
218 ieee80211_ies_cleanup(&se->base.se_ies); in sta_flush_table()
219 free(se, M_80211_SCAN); in sta_flush_table()
243 struct sta_entry *se; in sta_add() local
250 LIST_FOREACH(se, &st->st_hash[hash], se_hash) in sta_add()
251 if (IEEE80211_ADDR_EQ(se->base.se_macaddr, macaddr)) in sta_add()
253 se = (struct sta_entry *) malloc(sizeof(struct sta_entry), in sta_add()
[all …]
/freebsd-10-stable/crypto/heimdal/lib/com_err/
DChangeLog1 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se>
5 2007-07-16 Love Hörnquist Åstrand <lha@it.su.se>
9 2007-07-15 Love Hörnquist Åstrand <lha@it.su.se>
15 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
19 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
23 2005-12-12 Love Hörnquist Åstrand <lha@it.su.se>
27 2005-07-07 Love Hörnquist Åstrand <lha@it.su.se>
31 2005-06-16 Love Hörnquist Åstrand <lha@it.su.se>
46 2005-05-16 Love Hörnquist Åstrand <lha@it.su.se>
60 2005-04-24 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/appl/rsh/
DChangeLog1 2007-07-12 Love Hörnquist Åstrand <lha@it.su.se>
7 2007-01-04 Love Hörnquist Åstrand <lha@it.su.se>
12 2006-11-14 Love Hörnquist Åstrand <lha@it.su.se>
16 2006-10-14 Love Hörnquist Åstrand <lha@it.su.se>
20 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
24 2006-04-27 Love Hörnquist Åstrand <lha@it.su.se>
33 2006-02-27 Johan Danielsson <joda@pdc.kth.se>
37 2006-01-31 Johan Danielsson <joda@pdc.kth.se>
41 2005-12-21 Love Hörnquist Åstrand <lha@it.su.se>
47 2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/lib/roken/
DChangeLog1 2008-07-12 Love Hörnquist Åstrand <lha@kth.se>
5 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se>
16 2008-04-26 Love Hörnquist Åstrand <lha@it.su.se>
20 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se>
24 2008-02-23 Love Hörnquist Åstrand <lha@it.su.se>
28 2008-02-22 Love Hörnquist Åstrand <lha@it.su.se>
34 2008-01-12 Love Hörnquist Åstrand <lha@it.su.se>
38 2007-08-09 Love Hörnquist Åstrand <lha@it.su.se>
46 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se>
54 2007-07-16 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/appl/login/
DChangeLog1 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se>
8 2008-04-10 Love Hörnquist Åstrand <lha@it.su.se>
12 2006-12-05 Love Hörnquist Åstrand <lha@it.su.se>
22 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
26 2006-09-22 Love Hörnquist Åstrand <lha@it.su.se>
32 2006-04-27 Love Hörnquist Åstrand <lha@it.su.se>
38 2006-01-09 Johan Danielsson <joda@blubb.pdc.kth.se>
42 2005-08-08 Love Hörnquist Åstrand <lha@it.su.se>
62 2005-04-22 Johan Danielsson <joda@pdc.kth.se>
75 2004-09-08 Johan Danielsson <joda@pdc.kth.se>
[all …]
/freebsd-10-stable/crypto/heimdal/kadmin/
DChangeLog1 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se>
5 2007-12-09 Love Hörnquist Åstrand <lha@it.su.se>
11 2007-07-26 Love Hörnquist Åstrand <lha@it.su.se>
15 2007-05-10 Love Hörnquist Åstrand <lha@it.su.se>
21 2007-02-22 Love Hörnquist Åstrand <lha@it.su.se>
32 2007-02-17 Love Hörnquist Åstrand <lha@it.su.se>
40 2006-12-22 Love Hörnquist Åstrand <lha@it.su.se>
48 2006-12-05 Love Hörnquist Åstrand <lha@it.su.se>
54 2006-10-22 Love Hörnquist Åstrand <lha@it.su.se>
60 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/appl/ftp/
DChangeLog1 2008-05-29 Love Hörnquist Åstrand <lha@kth.se>
5 2008-05-28 Love Hörnquist Åstrand <lha@kth.se>
13 2008-04-10 Love Hörnquist Åstrand <lha@it.su.se>
17 2007-07-12 Love Hörnquist Åstrand <lha@it.su.se>
21 2007-06-20 Love Hörnquist Åstrand <lha@it.su.se>
32 2007-06-09 Love Hörnquist Åstrand <lha@it.su.se>
37 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
43 2006-08-08 Love Hörnquist Åstrand <lha@it.su.se>
51 2006-06-27 Love Hörnquist Åstrand <lha@it.su.se>
56 2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/appl/telnet/
DChangeLog1 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se>
11 2008-04-18 Love Hörnquist Åstrand <lha@it.su.se>
18 2008-04-10 Love Hörnquist Åstrand <lha@it.su.se>
22 2008-03-09 Love Hörnquist Åstrand <lha@it.su.se>
28 2007-12-31 Love Hörnquist Åstrand <lha@it.su.se>
33 2007-07-31 Love Hörnquist Åstrand <lha@it.su.se>
40 2007-07-30 Love Hörnquist Åstrand <lha@it.su.se>
44 2007-07-12 Love Hörnquist Åstrand <lha@it.su.se>
52 2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
66 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/appl/su/
DChangeLog1 2008-07-15 Love Hörnquist Åstrand <lha@it.su.se>
7 2007-10-19 Love Hörnquist Åstrand <lha@it.su.se>
13 2007-08-02 Love Hörnquist Åstrand <lha@it.su.se>
17 2007-06-19 Love Hörnquist Åstrand <lha@it.su.se>
21 2006-01-17 Love Hörnquist Åstrand <lha@it.su.se>
26 2006-01-12 Johan Danielsson <joda@pdc.kth.se>
30 2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
39 2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
43 2003-05-06 Johan Danielsson <joda@pdc.kth.se>
48 2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
DChangeLog1 2008-04-23 Love Hörnquist Åstrand <lha@it.su.se>
7 2008-01-21 Love Hörnquist Åstrand <lha@it.su.se>
11 2008-01-11 Love Hörnquist Åstrand <lha@it.su.se>
16 2007-12-07 Love Hörnquist Åstrand <lha@it.su.se>
20 2007-10-18 Love <lha@stacken.kth.se>
25 2007-09-29 Love Hörnquist Åstrand <lha@it.su.se>
29 2007-08-16 Love Hörnquist Åstrand <lha@it.su.se>
38 2007-08-10 Love Hörnquist Åstrand <lha@it.su.se>
44 2007-08-07 Love Hörnquist Åstrand <lha@it.su.se>
51 2007-08-06 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/lib/vers/
DChangeLog1 2007-10-16 Love Hörnquist Åstrand <lha@it.su.se>
5 2006-12-29 Love Hörnquist Åstrand <lha@it.su.se>
9 2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
13 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
17 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
21 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
25 2005-01-01 Love Hörnquist Åstrand <lha@it.su.se>
29 2004-01-05 Love Hörnquist Åstrand <lha@it.su.se>
33 2003-01-02 Johan Danielsson <joda@pdc.kth.se>
40 2002-08-28 Assar Westerlund <assar@kth.se>
[all …]
/freebsd-10-stable/lib/libiconv_modules/iconv_std/
Dcitrus_iconv_std.c80 save_encoding_state(struct _citrus_iconv_std_encoding *se) in save_encoding_state() argument
83 if (se->se_ps) in save_encoding_state()
84 memcpy(se->se_pssaved, se->se_ps, in save_encoding_state()
85 _stdenc_get_state_size(se->se_handle)); in save_encoding_state()
89 restore_encoding_state(struct _citrus_iconv_std_encoding *se) in restore_encoding_state() argument
92 if (se->se_ps) in restore_encoding_state()
93 memcpy(se->se_ps, se->se_pssaved, in restore_encoding_state()
94 _stdenc_get_state_size(se->se_handle)); in restore_encoding_state()
98 init_encoding_state(struct _citrus_iconv_std_encoding *se) in init_encoding_state() argument
101 if (se->se_ps) in init_encoding_state()
[all …]
/freebsd-10-stable/crypto/heimdal/lib/wind/
DChangeLog1 2008-07-15 Love Hörnquist Åstrand <lha@kth.se>
5 2008-07-15 Love Hörnquist Åstrand <lha@kth.se>
9 2008-06-01 Love Hörnquist Åstrand <lha@kth.se>
13 2008-05-31 Love Hörnquist Åstrand <lha@kth.se>
17 2008-05-31 Love Hörnquist Åstrand <lha@kth.se>
21 2008-05-30 Love Hörnquist Åstrand <lha@kth.se>
27 2008-05-23 Love Hörnquist Åstrand <lha@kth.se>
31 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se>
35 2008-04-14 Love Hörnquist Åstrand <lha@it.su.se>
40 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/appl/rcp/
DChangeLog1 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se>
6 2007-12-13 Love Hörnquist Åstrand <lha@it.su.se>
10 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
14 2006-08-08 Love Hörnquist Åstrand <lha@it.su.se>
28 2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
33 2005-08-30 Love Hörnquist Åstrand <lha@it.su.se>
37 2005-05-29 Love Hörnquist Åstrand <lha@it.su.se>
46 2005-04-27 Love Hörnquist Åstrand <lha@it.su.se>
50 2005-04-18 Love Hörnquist Åstrand <lha@it.su.se>
55 2004-05-14 Johan Danielsson <joda@pdc.kth.se>
[all …]
/freebsd-10-stable/crypto/heimdal/appl/afsutil/
DChangeLog1 2007-04-11 Love Hörnquist Åstrand <lha@it.su.se>
11 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
15 2006-01-03 Love Hörnquist Åstrand <lha@it.su.se>
23 2005-02-12 Love Hörnquist Åstrand <lha@it.su.se>
33 2004-09-03 Love Hörnquist Åstrand <lha@it.su.se>
38 2004-07-27 Love Hörnquist Åstrand <lha@it.su.se>
43 2003-10-14 Johan Danielsson <joda@pdc.kth.se>
47 2003-07-15 Love Hörnquist Åstrand <lha@it.su.se>
54 2003-04-23 Love Hörnquist Åstrand <lha@it.su.se>
58 2003-04-14 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_errlog.c202 spa_error_entry_t *se; in process_error_list() local
204 for (se = avl_first(list); se != NULL; se = AVL_NEXT(list, se)) { in process_error_list()
209 if (copyout(&se->se_bookmark, (char *)addr + in process_error_list()
281 spa_error_entry_t *se; in spa_errlog_drain() local
287 while ((se = avl_destroy_nodes(&spa->spa_errlist_last, in spa_errlog_drain()
289 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
291 while ((se = avl_destroy_nodes(&spa->spa_errlist_scrub, in spa_errlog_drain()
293 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
304 spa_error_entry_t *se; in sync_error_list() local
316 for (se = avl_first(t); se != NULL; se = AVL_NEXT(t, se)) { in sync_error_list()
[all …]
/freebsd-10-stable/etc/
Ddisktab26 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#40:\
31 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#80:\
36 :ty=floppy:se#512:nt#2:rm#360:ns#15:nc#80:\
41 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
46 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
56 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#80:\
61 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#82:\
66 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#82:\
71 :ty=floppy:se#512:nt#2:rm#300:ns#21:nc#82:\
79 :ty=floppy:se#512:nt#8:rm#300:ns#32:nc#963:\
[all …]
/freebsd-10-stable/crypto/heimdal/lib/ntlm/
DChangeLog1 2008-05-14 Love Hornquist Astrand <lha@kth.se>
5 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se>
9 2007-12-28 Love Hörnquist Åstrand <lha@it.su.se>
16 2007-11-11 Love Hörnquist Åstrand <lha@it.su.se>
24 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se>
31 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
35 2007-06-20 Love Hörnquist Åstrand <lha@it.su.se>
58 2007-06-08 Love Hörnquist Åstrand <lha@it.su.se>
62 2007-06-03 Love Hörnquist Åstrand <lha@it.su.se>
68 2007-04-22 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd-10-stable/crypto/heimdal/
DChangeLog.20001 2000-12-31 Assar Westerlund <assar@sics.se>
39 2000-12-29 Assar Westerlund <assar@sics.se>
42 inspired by lha@stacken.kth.se
44 2000-12-16 Johan Danielsson <joda@pdc.kth.se>
51 2000-12-15 Johan Danielsson <joda@pdc.kth.se>
69 2000-12-13 Johan Danielsson <joda@pdc.kth.se>
76 2000-12-12 Assar Westerlund <assar@sics.se>
81 2000-12-11 Assar Westerlund <assar@sics.se>
85 2000-12-11 Assar Westerlund <assar@sics.se>
92 2000-12-10 Johan Danielsson <joda@pdc.kth.se>
[all …]
DChangeLog.20011 2001-12-20 Johan Danielsson <joda@pdc.kth.se>
11 2001-11-09 Johan Danielsson <joda@pdc.kth.se>
37 2001-10-22 Assar Westerlund <assar@sics.se>
44 2001-10-21 Assar Westerlund <assar@sics.se>
49 2001-09-29 Assar Westerlund <assar@sics.se>
55 2001-09-27 Assar Westerlund <assar@sics.se>
66 2001-09-25 Assar Westerlund <assar@sics.se>
70 2001-09-20 Johan Danielsson <joda@pdc.kth.se>
76 2001-09-20 Assar Westerlund <assar@sics.se>
81 2001-09-18 Johan Danielsson <joda@pdc.kth.se>
[all …]
/freebsd-10-stable/contrib/gdtoa/
Dgdtoa.h143 #define strtopd(s,se,x) strtord(s,se,1,x) argument
144 #define strtopdd(s,se,x) strtordd(s,se,1,x) argument
145 #define strtopf(s,se,x) strtorf(s,se,1,x) argument
146 #define strtopQ(s,se,x) strtorQ(s,se,1,x) argument
147 #define strtopx(s,se,x) strtorx(s,se,1,x) argument
148 #define strtopxL(s,se,x) strtorxL(s,se,1,x) argument

12345678910>>...17