Searched refs:se (Results 1 - 25 of 99) sorted by relevance

1234

/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_pivot_factory.c60 struct src_entry *se; local
62 STAILQ_FOREACH(se, sh, se_entry) {
63 if (_bcs_strcasecmp(se->se_name, name) == 0) {
64 *rse = se;
68 se = malloc(sizeof(*se));
69 if (se == NULL)
71 se->se_name = strdup(name);
72 if (se->se_name == NULL) {
74 free(se);
92 struct src_entry *se; local
107 struct src_entry *se; local
159 struct src_entry *se; local
[all...]
/freebsd-11-stable/contrib/gdtoa/
H A Dgdtoa.h143 #define strtopd(s,se,x) strtord(s,se,1,x)
144 #define strtopdd(s,se,x) strtordd(s,se,1,x)
145 #define strtopf(s,se,x) strtorf(s,se,1,x)
146 #define strtopQ(s,se,x) strtorQ(s,se,1,x)
147 #define strtopx(s,se,x) strtorx(s,se,
[all...]
H A Dg__fmt.c40 g__fmt(b, s, se, decpt, sign, blen) char *b; char *s; char *se; int decpt; ULong sign; size_t blen;
42 g__fmt(char *b, char *s, char *se, int decpt, ULong sign, size_t blen)
70 len = (se-s) + dlen + 6; /* 6 = sign + e+dd + trailing null */
76 if (decpt <= -4 || decpt > se - s + 5) {
116 if (be < b - decpt + (se - s))
H A Dg_dfmt.c42 char *b, *s, *se; local
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
94 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_ffmt.c42 char *b, *s, *se; local
91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
92 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_xLfmt.c58 char *b, *s, *se; local
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
112 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_xfmt.c62 char *b, *s, *se; local
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
118 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_Qfmt.c60 char *b, *s, *se; local
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
118 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
47 rv = strtodg(s00, se, fpi, exp, b->x);
H A Dg_ddfmt.c42 char *b, *s, *se; local
166 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
167 b = g__fmt(buf, s, se, decpt, z->sign, bufsize);
/freebsd-11-stable/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c80 save_encoding_state(struct _citrus_iconv_std_encoding *se) argument
83 if (se->se_ps)
84 memcpy(se->se_pssaved, se->se_ps,
85 _stdenc_get_state_size(se->se_handle));
89 restore_encoding_state(struct _citrus_iconv_std_encoding *se) argument
92 if (se->se_ps)
93 memcpy(se->se_ps, se->se_pssaved,
94 _stdenc_get_state_size(se
98 init_encoding_state(struct _citrus_iconv_std_encoding *se) argument
106 mbtocsx(struct _citrus_iconv_std_encoding *se, _csid_t *csid, _index_t *idx, char **s, size_t n, size_t *nresult, struct iconv_hooks *hooks) argument
116 cstombx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, _csid_t csid, _index_t idx, size_t *nresult, struct iconv_hooks *hooks) argument
126 wctombx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, _wc_t wc, size_t *nresult, struct iconv_hooks *hooks) argument
136 put_state_resetx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, size_t *nresult) argument
144 get_state_desc_gen(struct _citrus_iconv_std_encoding *se, int *rstate) argument
161 init_encoding(struct _citrus_iconv_std_encoding *se, struct _stdenc *cs, void *ps1, void *ps2) argument
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan_sta.c219 struct sta_entry *se, *next; local
221 TAILQ_FOREACH_SAFE(se, &st->st_entry, se_list, next) {
222 TAILQ_REMOVE(&st->st_entry, se, se_list);
223 LIST_REMOVE(se, se_hash);
224 ieee80211_ies_cleanup(&se->base.se_ies);
225 IEEE80211_FREE(se, M_80211_SCAN);
250 struct sta_entry *se; local
257 LIST_FOREACH(se, &st->st_hash[hash], se_hash)
258 if (IEEE80211_ADDR_EQ(se->base.se_macaddr, macaddr))
260 se
782 maxrate(const struct ieee80211_scan_entry *se) argument
891 check_rate(struct ieee80211vap *vap, const struct ieee80211_channel *chan, const struct ieee80211_scan_entry *se) argument
990 struct ieee80211_scan_entry *se = &se0->base; local
1170 struct sta_entry *se; local
1192 struct sta_entry *se; local
1205 struct sta_entry *se, *selbs = NULL; local
1295 struct sta_entry *se; local
1314 struct sta_entry *se, *selbs; local
1418 struct sta_entry *se; local
1445 struct sta_entry *se; local
1462 struct sta_entry *se; local
1545 struct sta_entry *se; local
1690 struct sta_entry *se, *next; local
[all...]
/freebsd-11-stable/stand/common/
H A Dinterp_simple.c87 struct includeline *script, *se, *sp; local
102 script = se = NULL;
130 se = script;
132 free(se);
148 se->next = sp;
150 se = sp;
189 se = script;
191 free(se);
H A Dinterp_forth.c370 struct includeline *script, *se, *sp; local
385 script = se = NULL;
398 se = script;
400 free(se);
414 se->next = sp;
416 se = sp;
440 se = script;
442 free(se);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_errlog.c202 spa_error_entry_t *se; local
204 for (se = avl_first(list); se != NULL; se = AVL_NEXT(list, se)) {
209 if (copyout(&se->se_bookmark, (char *)addr +
281 spa_error_entry_t *se; local
287 while ((se = avl_destroy_nodes(&spa->spa_errlist_last,
289 kmem_free(se, sizeof (spa_error_entry_t));
291 while ((se
304 spa_error_entry_t *se; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c65 syscall_thread_drain(struct sysent *se) argument
70 oldcnt = se->sy_thrcnt;
74 } while (atomic_cmpset_acq_32(&se->sy_thrcnt, oldcnt, cnt) == 0);
75 while (atomic_cmpset_32(&se->sy_thrcnt, SY_THR_DRAINING,
81 syscall_thread_enter(struct thread *td, struct sysent *se) argument
86 oldcnt = se->sy_thrcnt;
92 } while (atomic_cmpset_acq_32(&se->sy_thrcnt, oldcnt, cnt) == 0);
97 syscall_thread_exit(struct thread *td, struct sysent *se) argument
102 oldcnt = se->sy_thrcnt;
106 } while (atomic_cmpset_rel_32(&se
143 struct sysent *se; local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dconvtime.c129 int wk, dy, hr, mi, se; local
137 se = intvl % 60;
165 hr, mi, se);
194 if (se > 0)
196 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d second%s", se,
197 PLURAL(se));
/freebsd-11-stable/contrib/ipfilter/samples/
H A Drelay.c113 int fd, sl = sizeof(sl), se; local
117 se = errno;
119 errno = se;
137 se = errno;
139 errno = se;
151 se = errno;
153 errno = se;
162 se = errno;
164 errno = se;
175 se
[all...]
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_gcpio_compat.c29 unpack_test(const char *from, const char *options, const char *se) argument
51 assertTextFileContents(se, "unpack.err");
/freebsd-11-stable/usr.bin/tftp/
H A Dtftp.c85 struct servent *se; local
86 se = getservbyname("tftp", "udp");
87 assert(se != NULL);
88 ((struct sockaddr_in *)&peer_sock)->sin_port = se->s_port;
185 struct servent *se; local
186 se = getservbyname("tftp", "udp");
187 assert(se != NULL);
188 ((struct sockaddr_in *)&peer_sock)->sin_port = se->s_port;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c74 struct servent *se; local
79 se = getservbyport (port, proto);
80 if (se == NULL) {
83 strlcpy (serv, se->s_name, servlen);
H A Dgetaddrinfo.c49 struct servent *se; local
68 se = getservbyname (servname, proto_str ? proto_str : "tcp");
72 se = getservbyname (servname, proto_str ? proto_str : "udp");
77 se = getservbyname (servname, proto_str);
79 se = getservbyname (servname, "tcp");
82 if (se == NULL) {
83 se = getservbyname (servname, "udp");
91 if (se == NULL) {
98 *port = se->s_port;
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_req.in52 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="CN=Love,DC=it,DC=su,DC=se" \
61 --dnsname=nutcracker.it.su.se \
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c52 uintptr_t sb, se, db, de; local
113 se = sb + (size_t) src->d_size;
121 if (db != sb && de > sb && se > db) {
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_debug.c736 SGE_SIMPLE32 *se = (SGE_SIMPLE32 *) su; local
738 void *nxtaddr = se;
745 lim = &((char *)se)[MPT_REQUEST_AREA - offset];
751 if (memcmp(se, allfox, 4) == 0) {
752 uint32_t *nxt = (uint32_t *)se;
753 printf("PAD %p\n", se);
755 se = nxtaddr;
759 nxtaddr = se + 1;
760 flags = MPI_SGE_GET_FLAGS(se->FlagsLength);
764 SGE_SIMPLE64 *se64 = (SGE_SIMPLE64 *)se;
[all...]

Completed in 133 milliseconds

1234