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

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr23424-1.c4 void f (char *s, char *se, char *mp, char *y) argument
6 while (s != se)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr23424-1.c4 void f (char *s, char *se, char *mp, char *y) argument
6 while (s != se)
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgetservent_r.c45 struct servent *se = getservbyname(name, proto); local
49 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0)
56 if (se == NULL)
59 return (copy_servent(se, sptr, SERV_R_COPY));
66 struct servent *se = getservbyport(port, proto); local
70 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0)
77 if (se == NULL)
80 return (copy_servent(se, spt
92 struct servent *se = getservent(); local
144 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) argument
195 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_session.c469 npf_session_t *se; local
537 se = sen->se_backptr;
538 KASSERT(se->s_common_id.proto == proto);
539 KASSERT(se->s_common_id.if_idx == ifp->if_index);
540 flags = se->s_flags;
549 const bool sforw = (sen == &se->s_forw_entry);
558 getnanouptime(&se->s_atime);
559 atomic_inc_uint(&se->s_refcnt);
561 return se;
572 npf_session_t *se; local
629 npf_session_t *se; local
765 npf_session_destroy(npf_session_t *se) argument
790 npf_session_setnat(npf_session_t *se, npf_nat_t *nt, u_int ntype) argument
865 npf_session_expire(npf_session_t *se) argument
875 npf_session_pass(const npf_session_t *se, npf_rproc_t **rp) argument
890 npf_session_setpass(npf_session_t *se, npf_rproc_t *rp) argument
910 npf_session_release(npf_session_t *se) argument
925 npf_session_retnat(npf_session_t *se, const int di, bool *forw) argument
936 npf_session_expired(const npf_session_t *se, const struct timespec *tsnow) argument
958 npf_session_t *se; local
1018 npf_session_t *se, *nse; local
1084 npf_session_t *se; local
1151 npf_session_t *se; local
1224 npf_session_t *se; local
[all...]
/netbsd-6-1-5-RELEASE/games/trek/
H A Dnova.c62 int se; local
90 se = Sect[i][j];
91 switch (se) {
116 se = 2000;
118 if (Ship.shield >= se) {
119 Ship.shield -= se;
120 se = 0;
122 se -= Ship.shield;
126 Ship.energy -= se;
133 se,
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/test/
H A DQtest.c83 char *s, *s1, *se, *se1; local
111 u.bits[_0] = (ULong)strtoul(s1 = s+1, &se, 16);
112 if (se > s1) {
113 u.bits[_1] = (ULong)strtoul(s1 = se, &se, 16);
114 if (se > s1) {
115 u.bits[_2] = (ULong)strtoul(s1 = se, &se, 16);
116 if (se > s1)
117 u.bits[_3] = (ULong)strtoul(s1 = se,
[all...]
H A Dftest.c64 char *s, *se, *se1; local
87 u.L[0] = (ULong)strtoul(s+1, &se, 16);
94 i = strtorf(ibuf, &se, r, &u.f);
97 || se != se1 || i != i1) {
103 if (se != se1)
104 printf("se - se1 = %d\n", (int)(se-se1));
106 if (u.f != strtof(ibuf, &se1) || se != se1)
110 (int)(se-ibuf), u.f, U u.L[0]);
112 se
[all...]
H A DxLtest.c82 char *s, *s1, *se, *se1; local
105 u.bits[_0] = (ULong)strtoul(s1 = s+1, &se, 16);
106 if (se > s1) {
107 u.bits[_1] = (ULong)strtoul(s1=se, &se, 16);
108 if (se > s1)
109 u.bits[_2] = (ULong)strtoul(s1=se, &se, 16);
118 i = strtorxL(ibuf, &se, r, u.bits);
119 if (r == 1 && (i != strtopxL(ibuf, &se1, v[0].bits) || se1 != se
[all...]
H A Ddtest.c65 char *s, *se, *se1; local
97 i = strtord(ibuf, &se, r, &u.f);
99 if ((u.f != strtod(ibuf, &se1) || se1 != se))
101 i1 = strtopd(ibuf, &se, &f1);
102 if (i != i1 || u.f != f1 || se != se1)
106 (int)(se-ibuf), i, u.f, U u.L[_0], U u.L[_1]);
108 se = g_dfmt(obuf, &u.f, ndig, sizeof(obuf));
110 ndig, (int)(se-obuf), se ? obuf : "<null>");
113 printf("strtoId returns %d,", strtoId(ibuf, &se, f
[all...]
H A Ddt.c90 char *s, *se; local
98 s = dtoa(x, 0, 0, &decpt, &sign, &se);
105 if (decpt <= -4 || decpt > se - s + 5) {
168 char *s, *se; local
171 s = dtoa(dval(d), 0, 0, &decpt, &sign, &se);
172 sprintf(buf, "%s%s%se%d", sign ? "-" : "",
191 char *fmt, *s, *s1, *se; local
209 x = (ULong)strtoul(s1 = buf+1, &se, 16);
210 if (se > s1) {
211 y = (ULong)strtoul(s1 = se,
[all...]
H A DdItest.c58 char *s, *se, *se1; local
68 i = strtodI(ibuf, &se, dd);
69 printf(cfmt, "strtodI", (int)(se-ibuf), i);
74 if (j != i || se != se1
76 printf(cfmt, "**** strtoId", (int)(se-ibuf), j);
H A Dddtest.c80 char *s, *s1, *se, *se1; local
123 i = strtordd(ibuf, &se, r, u.dd);
127 || u.dd[1] != ddI[1] || se != se1)
131 (int)(se-ibuf), i);
134 u.dd[0] = strtod(s, &se);
135 u.dd[1] = strtod(se, &se);
140 se = g_ddfmt(obuf, u.dd, ndig, sizeof(obuf));
142 ndig, (int)(se-obuf), se
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_pivot_factory.c66 struct src_entry *se; local
68 SIMPLEQ_FOREACH(se, sh, se_entry) {
69 if (_bcs_strcasecmp(se->se_name, name) == 0) {
70 *rse = se;
74 se = malloc(sizeof(*se));
75 if (se == NULL)
77 se->se_name = strdup(name);
78 if (se->se_name == NULL) {
80 free(se);
98 struct src_entry *se; local
114 struct src_entry *se; local
166 struct src_entry *se; local
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/acorn26/
H A Dmsg.md.es48 {No se puede leer bloque de arranque filecore
52 {No se puede leer la tabla de particiones RISCiX
56 {No se ha encontrado ninguna partici�n NetBSD en la tabla de
57 particiones RISCiX - No se puede etiquetar
61 {No se ha encontrado ninguna partici�n NetBSD (�disco solo de filecore?)
62 - No se puede etiquetar
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/acorn32/
H A Dmsg.md.es48 {No se puede leer el bloque de arranque filecore
52 {No se puede leer la tabla de particiones RISCiX
56 {No se ha encontrado ninguna partici�n NetBSD en la tabla de
57 particiones RISCiX - No se puede etiquetar
61 {No se ha encontrado ninguna partici�n NetBSD (�disco solo de filecore?)
62 - No se puede etiquetar
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloop-20.c9 gfc_conv_array_transpose (gfc_se * se) { argument
16 a (se->pre, b (dest, dest_index), c (src, src_index));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-context.in81 # add both lucid and lucid.test.h5l.se to simulate aliases
82 ${kadmin} add -p p1 --use-defaults host/lucid.test.h5l.se@${R} || exit 1
83 ${kadmin} ext -k ${keytab} host/lucid.test.h5l.se@${R} || exit 1
87 ${kadmin} add -p p1 --use-defaults host/ok-delegate.test.h5l.se@${R} || exit 1
88 ${kadmin} mod --attributes=+ok-as-delegate host/ok-delegate.test.h5l.se@${R} || exit 1
89 ${kadmin} ext -k ${keytab} host/ok-delegate.test.h5l.se@${R} || exit 1
93 ${kadmin} mod --alias=host/long.test.h5l.se@${R} host/short@${R} || exit 1
96 ${ktutil} -k ${keytab} rename --no-delete host/short@${R} host/long.test.h5l.se@${R} || exit 1
103 ${kadmin} add -p p1 --use-defaults host/no-aes.test.h5l.se@${R} || exit 1
104 ${kadmin} get host/no-aes.test.h5l.se
[all...]
H A Dcheck-basic.in89 ${kadmin} add -p p1 --use-defaults host/host.test.h5l.se@${R} || exit 1
90 ${kadmin} ext -k ${keytab} host/host.test.h5l.se@${R} || exit 1
115 --acquire-name=host@host.test.h5l.se || exit 1
124 --acquire-name=host@host2.test.h5l.se 2>/dev/null && exit 1
129 --acquire-name=host@host.test.h5l.se > /dev/null || exit 1
135 --acquire-name=host@host.test.h5l.se > /dev/null || exit 1
141 --target=host@host.test.h5l.se \
142 --acquire-name=host@host.test.h5l.se > /dev/null || exit 1
149 --acquire-name=host@host.test.h5l.se > /dev/null || exit 1
156 --target=host@host.test.h5l.se \
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_iconv_std.c84 save_encoding_state(struct _citrus_iconv_std_encoding *se) argument
86 if (se->se_ps)
87 memcpy(se->se_pssaved, se->se_ps,
88 _stdenc_get_state_size(se->se_handle));
92 restore_encoding_state(struct _citrus_iconv_std_encoding *se) argument
94 if (se->se_ps)
95 memcpy(se->se_ps, se->se_pssaved,
96 _stdenc_get_state_size(se
100 init_encoding_state(struct _citrus_iconv_std_encoding *se) argument
107 mbtocsx(struct _citrus_iconv_std_encoding *se, _csid_t *csid, _index_t *idx, const char **s, size_t n, size_t *nresult) argument
116 cstombx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, _csid_t csid, _index_t idx, size_t *nresult) argument
124 wctombx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, _wc_t wc, size_t *nresult) argument
131 put_state_resetx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, size_t *nresult) argument
138 get_state_desc_gen(struct _citrus_iconv_std_encoding *se, int *rstate) argument
155 init_encoding(struct _citrus_iconv_std_encoding *se, struct _stdenc *cs, void *ps1, void *ps2) argument
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/evbarm/
H A Dmsg.md.es48 {No se puede leer el bloque de arranque filecore
52 {No se puede leer la tabla de particiones RISCiX
56 {No se ha encontrado ninguna partici�n NetBSD en la tabla de
57 particiones RISCiX - No se puede etiquetar
61 {No se ha encontrado ninguna particion NetBSD (�disco solo de filecore?)
62 - No se puede etiquetar
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dgdtoa.h166 #define strtopd(s,se,x) strtord(s,se,1,x)
167 #define strtopdd(s,se,x) strtordd(s,se,1,x)
168 #define strtopf(s,se,x) strtorf(s,se,1,x)
169 #define strtopQ(s,se,x) strtorQ(s,se,1,x)
170 #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))
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dsi_sebuf.c155 if (strcmp(aa->name, "se"))
255 panic("se: dma_malloc failed");
263 * Initialize se board itself.
272 volatile struct se_regs *se = sc->sc_regs; local
281 se->se_csr = 0;
283 se->se_csr = SE_CSR_SCSI_RES /* | SE_CSR_INTR_EN */ ;
287 se->dma_addr = 0;
288 se->dma_cntr = 0;
289 se->se_ivec = sc->sc_adapter_iv;
303 volatile struct se_regs *se local
326 volatile struct se_regs *se = sc->sc_regs; local
348 volatile struct se_regs *se = sc->sc_regs; local
394 volatile struct se_regs *se = sc->sc_regs; local
451 volatile struct se_regs *se = sc->sc_regs; local
528 volatile struct se_regs *se = sc->sc_regs; local
674 volatile struct se_regs *se = sc->sc_regs; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_errlog.c230 spa_error_entry_t *se; local
232 for (se = avl_first(list); se != NULL; se = AVL_NEXT(list, se)) {
237 if (copyout(&se->se_bookmark, (char *)addr +
309 spa_error_entry_t *se; local
315 while ((se = avl_destroy_nodes(&spa->spa_errlist_last,
317 kmem_free(se, sizeof (spa_error_entry_t));
319 while ((se
332 spa_error_entry_t *se; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest_basic.c61 const char *se)
77 failure("Expected: %s, options=%s", se, pack_options);
78 assertTextFileContents(se, "pack.err");
90 assertTextFileContents(se, "unpack.err");
58 basic_cpio(const char *target, const char *pack_options, const char *unpack_options, const char *se) argument

Completed in 299 milliseconds

1234567