Searched refs:ep (Results 176 - 200 of 640) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.sbin/flashctl/
H A Dflashctl.c77 struct flash_erase_params ep; local
91 ep.ep_addr = n;
94 ep.ep_len = ip.ip_flash_size;
101 ep.ep_len = n;
110 (uintmax_t )ep.ep_len, (uintmax_t )ep.ep_addr);
112 error = ioctl(fd, FLASH_ERASE_BLOCK, &ep);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtlink.c203 struct symbol_stack_entry *ep
205 ep->value = p;
206 ep->next = symbol_stack;
207 symbol_stack = ep;
213 struct symbol_stack_entry *ep = symbol_stack;
215 if (ep == NULL)
217 p = ep->value;
218 symbol_stack = ep->next;
219 obstack_free (&symbol_stack_obstack, ep);
226 struct file_stack_entry *ep;
201 struct symbol_stack_entry *ep local
211 struct symbol_stack_entry *ep = symbol_stack; local
224 struct file_stack_entry *ep; local
239 struct file_stack_entry *ep = file_stack; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtlink.c199 struct symbol_stack_entry *ep = obstack_alloc
201 ep->value = p;
202 ep->next = symbol_stack;
203 symbol_stack = ep;
209 struct symbol_stack_entry *ep = symbol_stack;
211 if (ep == NULL)
213 p = ep->value;
214 symbol_stack = ep->next;
215 obstack_free (&symbol_stack_obstack, ep);
222 struct file_stack_entry *ep;
197 struct symbol_stack_entry *ep = obstack_alloc local
207 struct symbol_stack_entry *ep = symbol_stack; local
220 struct file_stack_entry *ep; local
236 struct file_stack_entry *ep = file_stack; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsetenv.c110 register char **ep; local
119 ep = __environ;
122 if (ep != NULL)
124 for (; *ep != NULL; ++ep)
125 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
131 if (ep == NULL || *ep == NULL)
273 *ep
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dsetenv.c111 register char **ep; local
120 ep = __environ;
123 if (ep != NULL)
125 for (; *ep != NULL; ++ep)
126 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
132 if (ep == NULL || *ep == NULL)
274 *ep
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/wall/
H A Dwall.c92 struct utmpentry *ep; local
128 (void)getutentries(NULL, &ep);
130 for (; ep; ep = ep->next) {
135 pw = getpwnam(ep->name);
142 if (strcmp(ep->name, *mem) == 0)
150 if (ep->line[0] == ':' && isdigit((unsigned char)ep->line[1]))
153 if ((p = ttymsg(&iov, 1, ep
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dcommands.c1635 struct env_lst *ep;
1637 for (ep = envlisthead.next; ep; ep = ep->next) {
1638 if (strcmp((const char *)ep->var, (const char *)var) == 0)
1639 return(ep);
1649 struct env_lst *ep;
1654 ep = env_define((unsigned char *)*epp,
1656 ep
1627 struct env_lst *ep; local
1641 struct env_lst *ep; local
1686 struct env_lst *ep; local
1711 struct env_lst *ep; local
1729 struct env_lst *ep; local
1739 struct env_lst *ep; local
1749 struct env_lst *ep; local
1776 struct env_lst *ep; local
1806 struct env_lst *ep; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dsort.c101 LDAPMessage **ep; local
155 ep = chain;
157 *ep = et[i].et_msg;
158 ep = &(*ep)->lm_chain;
162 *ep = ohead;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Drand_regression_test.hpp62 double ep, double cp, double mp, bool d)
63 : m_sd(seed), m_n(n), m_m(m), m_tp(tp), m_ip(ip), m_ep(ep), m_cp(cp),
107 double ep = 0.2; local
114 detail::verify_params(sd, n, m, tp, ip, ep, cp, mp, disp);
129 p_fmt = new xml_test_rand_regression_formatter(sd, n, m, tp, ip, ep, cp, mp);
133 detail::rand_reg_test tst(sd, n, m, tp, ip, ep, cp, mp, disp);
155 cerr << "usage: " << name << " <sd> <n> <m> <tp> <ip> <ep> <cp> <mp> ['t' | 'f']" <<
175 cerr << "ep = probability that an operation will be erase" << endl;
177 cerr << "(therefore, 1 - (ip + ep + cp) = probability of any other operation)" << endl;
61 rand_reg_test(size_t seed, size_t n, size_t m, double tp, double ip, double ep, double cp, double mp, bool d) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Drand_regression_test.hpp60 double dp, double ep, double cp, double mp, bool d)
61 : m_sd(seed), m_n(n), m_m(m), m_tp(tp), m_ip(ip), m_dp(dp), m_ep(ep),
107 double ep = 0.2; local
114 detail::verify_params(sd, n, m, tp, ip, dp, ep, cp, mp, disp);
131 ep, cp, mp);
135 detail::rand_reg_test tst(sd, n, m, tp, ip, dp, ep, cp, mp, disp);
157 cerr << "usage: " << name << " <sd> <n> <m> <tp> <ip> <dp> <ep> <cp> <mp> ['t' | 'f']" <<
178 cerr << "ep = probability that an operation will be erase" << endl;
180 cerr << "(therefore, 1 - (ip + dp + ep + cp) = probability of any other operation)" << endl;
59 rand_reg_test(size_t seed, size_t n, size_t m, double tp, double ip, double dp, double ep, double cp, double mp, bool d) argument
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Deeprom.c208 volatile uint8_t *ep; local
224 ep = eeprom_va + off;
233 if (*ep != *bp) {
234 *ep = *bp;
244 if (*ep != *bp)
246 ep++;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dclock.c281 volatile char *ep; local
287 ep = eeprom_va + off;
299 if (*ep != *bp) {
300 *ep = *bp;
310 if (*ep != *bp) {
314 ++ep;
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dxprintf.c58 char *const ep = buf + buflen - 4; local
61 while (*fmt != '\0' && bp < ep) {
142 } while (dp != digits && bp < ep);
167 while (bits >= 0 && bp < ep) {
185 if (ep - bp < len)
186 len = ep - bp;
/netbsd-6-1-5-RELEASE/usr.bin/sdpquery/
H A Dcommand.c118 char * ep; local
128 handle = strtoul(*argv, &ep, 0);
129 if (*argv[0] == '\0' || *ep != '\0' || handle > UINT32_MAX)
209 char * ep; local
221 umax = strtoumax(*argv, &ep, 0);
222 if (*argv[0] == '\0' || *ep != '\0') {
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Ddwc_otgreg.h84 #define DOTG_DIEPCTL(ep) (0x0900 + (32*(ep)))
85 #define DOTG_DIEPINT(ep) (0x0908 + (32*(ep)))
86 #define DOTG_DIEPTSIZ(ep) (0x0910 + (32*(ep)))
87 #define DOTG_DIEPDMA(ep) (0x0914 + (32*(ep)))
88 #define DOTG_DTXFSTS(ep) (0x0918 + (32*(ep)))
[all...]
/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Daesxcbcmac.c74 const u_int8_t *ep; local
78 ep = addr + len;
101 while (addr + AES_BLOCKSIZE < ep) {
108 if (addr < ep) {
109 memcpy(ctx->buf + ctx->buflen, addr, ep - addr);
110 ctx->buflen += ep - addr;
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dmountd.c495 struct exportlist *ep; local
579 ep = ex_search(&fsb.f_fsidx);
581 if (ep && (chk_host(ep->ex_defdir, saddr, &defset,
582 &hostset) || ((dp = dirp_search(ep->ex_dirl, dpath)) &&
584 (defset && scan_tree(ep->ex_defdir, saddr) == 0 &&
585 scan_tree(ep->ex_dirl, saddr) == 0))) {
759 struct exportlist *ep; local
767 ep = exphead;
768 while (ep) {
968 struct exportlist *ep, *ep2; local
1224 struct exportlist *ep; local
1270 struct exportlist *ep; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/gcore/
H A Dgcore.c84 char *ep; local
90 lval = strtoul(argv[c], &ep, 0);
91 if (argv[c] == '\0' || *ep)
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dextern.h126 if (ep >= endest) \
128 *ep++ = (c); \
162 extern char *ep; /* first free char in strspace */
/netbsd-6-1-5-RELEASE/bin/rcp/
H A Dutil.c75 char *ep; local
78 ep = cp + (strlen(cp) - 1);
79 if (*ep == ']') {
80 *ep = '\0';
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dbackend.c43 Entry *e_backend, **ep; local
72 ep = &mp->mp_children;
154 *ep = e;
155 ep = &mp->mp_next;
H A Dlistener.c39 Entry *e_listener, **ep; local
69 ep = &mp->mp_children;
132 *ep = e;
133 ep = &mp->mp_next;
H A Doverlay.c42 Entry *e_overlay, **ep; local
71 ep = &mp->mp_children;
135 *ep = e;
136 ep = &mp->mp_next;
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-atalk.c392 const u_char *ep; local
405 /* ep points to end of available data */
406 ep = snapend;
407 if ((const u_char *)tp > ep) {
417 if ((const u_char *)(tp + 1) > ep) {
421 (void)nbp_name_print(tp, ep);
443 tp = nbp_tuple_print(tp, ep, snet, snode, skt);
455 print_cstring(register const char *cp, register const u_char *ep) argument
459 if (cp >= (const char *)ep) {
471 if (cp >= (const char *)ep) {
481 nbp_tuple_print(register const struct atNBPtuple *tp, register const u_char *ep, register u_short snet, register u_char snode, register u_char skt) argument
511 nbp_name_print(const struct atNBPtuple *tp, register const u_char *ep) argument
[all...]
H A Dprint-icmp6.c190 const u_int8_t *ep, *q; local
193 ep = p + l;
194 while (l > 0 && q < ep) {
332 const u_char *ep; local
338 /* 'ep' points to the end of available data. */
339 ep = snapend;
555 icmp6_rrenum_print(bp, ep);
559 icmp6_nodeinfo_print(length, bp, ep);
621 const u_char *ep; local
630 /* 'ep' point
704 const u_char *cp, *ep; local
840 const u_char *ep; local
977 dnsname_print(const u_char *cp, const u_char *ep) argument
1013 icmp6_nodeinfo_print(u_int icmp6len, const u_char *bp, const u_char *ep) argument
1262 icmp6_rrenum_print(const u_char *bp, const u_char *ep) argument
[all...]

Completed in 258 milliseconds

1234567891011>>