Searched refs:ep (Results 251 - 275 of 502) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/geom/raid3/
H A Dg_raid3.c290 g_raid3_event_free(struct g_raid3_event *ep) argument
293 free(ep, M_RAID3);
301 struct g_raid3_event *ep; local
304 ep = malloc(sizeof(*ep), M_RAID3, M_WAITOK);
305 G_RAID3_DEBUG(4, "%s: Sending event %p.", __func__, ep);
313 ep->e_disk = disk;
314 ep->e_state = state;
315 ep->e_flags = flags;
316 ep
344 struct g_raid3_event *ep; local
353 g_raid3_event_remove(struct g_raid3_softc *sc, struct g_raid3_event *ep) argument
365 struct g_raid3_event *ep, *tmpep; local
612 struct g_raid3_event *ep; local
2030 struct g_raid3_event *ep; local
[all...]
/freebsd-9.3-release/usr.sbin/jail/
H A Dconfig.c130 char *ep; local
163 strtol(j->name, &ep, 10) && !*ep ? KP_JID : KP_NAME,
441 char *cs, *ep, *ln; local
469 ((void)strtol(val, &ep, 10), *ep)) {
476 (void)strtol(val, &ep, 10);
477 if (ep == val || *ep) {
590 prefix = strtol(cs + 1, &ep, 1
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Dlex.c539 char *ep = ebuf; variable
560 if (ep >= ebuf + sizeof ebuf)
561 ep = ebuf;
562 return *ep++ = c;
572 if (--ep < ebuf)
573 ep = ebuf + sizeof(ebuf) - 1;
/freebsd-9.3-release/lib/libc/net/
H A Dgetnetbydns.c167 char *in, *bp, *ep, **ap; local
188 ep = ned->netbuf + sizeof(ned->netbuf);
204 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
216 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
239 if (ep - bp < n) {
244 strlcpy(bp, ans, ep - bp);
/freebsd-9.3-release/libexec/getty/
H A Dsubr.c574 char **ep; local
576 ep = env;
579 *ep++ = termbuf;
585 *ep++ = p;
589 *ep++ = p;
591 *ep = (char *)0;
/freebsd-9.3-release/sys/dev/isci/
H A Disci.c114 struct _pcsid *ep = pci_ids; local
116 while (ep->type && ep->type != type)
117 ++ep;
119 if (ep->desc)
121 device_set_desc(device, ep->desc);
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dread.c353 char c, *ep, *pos1; local
408 sym.s_nva = (short)strtol(cp, &ep, 10);
409 if (cp == ep)
411 cp = ep;
417 sym.s_nprfl = (short)strtol(cp, &ep, 10);
418 if (cp == ep)
420 cp = ep;
426 sym.s_nscfl = (short)strtol(cp, &ep, 10);
427 if (cp == ep)
429 cp = ep;
544 const char *ep; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_list.c329 void *ep = NODE_TO_ELEM(lp, np); local
330 int cmp = func(ep, elem, private);
334 return (ep);
582 void *ep; local
591 ep = uu_list_first(lp);
592 if (ep)
593 uu_list_remove(lp, ep);
594 return (ep);
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_filter.c220 F_SET(sp->ep, F_MULTILOCK);
281 F_CLR(sp->ep, F_MULTILOCK);
H A Dex_cd.c53 if (F_ISSET(sp->ep, F_MODIFIED) &&
H A Dex_visual.c132 ++sp->ep->refcnt;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-krb.c103 c_print(register const u_char *s, register const u_char *ep) argument
109 while (s < ep) {
H A Dprint-wb.c262 const u_char *ep = snapend; local
270 while (--n >= 0 && (u_char *)(ps + 1) <= ep) {
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) {
287 return ((u_char *)ps <= ep? 0 : -1);
H A Dprint-mobility.c174 const u_char *ep; local
179 /* 'ep' points to the end of available data. */
180 ep = snapend;
195 mhlen = ep - bp;
/freebsd-9.3-release/lib/libbluetooth/
H A Dhci.c409 ng_hci_inquiry_result_ep *ep = (ng_hci_inquiry_result_ep *)(e+1); local
509 ir = (ng_hci_inquiry_response *)(ep + 1);
511 for (n = 0; n < MIN(ep->num_responses, num_rsp); n ++) {
708 char *ep; local
721 unit = strtoul(devname + plen, &ep, 10);
722 if (*ep != '\0' &&
723 strcmp(ep, "hci") != 0 &&
724 strcmp(ep, "l2cap") != 0)
/freebsd-9.3-release/lib/libc/stdio/
H A Dprintfcommon.h130 * Print exactly len characters of the string spanning p to ep, truncating
134 io_printandpad(struct io_state *iop, const CHAR *p, const CHAR *ep, argument
139 p_len = ep - p;
/freebsd-9.3-release/sbin/mount/
H A Dmount.c248 char *cp, *ep, *options; local
427 if (vfslist == NULL && ((ep = strchr(argv[0], '@')) != NULL ||
428 (ep = strchr(argv[0], ':')) != NULL)) {
429 if (*ep == '@') {
430 cp = ep + 1;
431 ep = cp + strlen(cp);
434 while (cp != ep) {
440 if (cp == ep)
/freebsd-9.3-release/sbin/restore/
H A Ddirs.c561 struct entry *ep; local
627 ep = lookupino(node.ino);
629 if (ep == NULL)
631 if ((flags & FORCE) == 0 && ep->e_flags & EXISTED) {
632 ep->e_flags &= ~NEW;
639 if (ep == NULL) {
643 cp = myname(ep);
662 ep->e_flags &= ~NEW;
/freebsd-9.3-release/sys/i386/conf/
H A DPAE69 nodevice ep
/freebsd-9.3-release/lib/msun/bsdsrc/
H A Db_exp.c77 const static double p1 = 0x1.555555555553ep-3;
/freebsd-9.3-release/usr.bin/tr/
H A Dstr.c301 char *ep; local
330 s->cnt = strtol(s->str, &ep, 0);
331 if (*ep == ']') {
332 s->str = ep + 1;
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsocket.c199 struct interface * ep,
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c3355 macro_build (expressionS *ep, const char *name, const char *fmt, ...)
3366 mips16_macro_build (ep, name, fmt, args);
3535 assert (ep != NULL
3536 && (ep->X_op == O_constant
3537 || (ep->X_op == O_symbol
3547 assert (ep != NULL);
3556 if (ep->X_op == O_constant)
3558 if ((ep->X_add_number & 3) != 0)
3560 (unsigned long) ep->X_add_number);
3561 if ((ep
3348 macro_build(expressionS *ep, const char *name, const char *fmt, ...) argument
3589 mips16_macro_build(expressionS *ep, const char *name, const char *fmt, va_list args) argument
3739 macro_build_jalr(expressionS *ep) argument
3758 macro_build_lui(expressionS *ep, int regnum) argument
3813 macro_build_ldst_constoffset(expressionS *ep, const char *op, int treg, int breg, int dbl) argument
3962 load_register(int reg, expressionS *ep, int dbl) argument
4199 load_address(int reg, expressionS *ep, int *used_at) argument
10977 my_getSmallExpression(expressionS *ep, bfd_reloc_code_real_type *reloc, char *str) argument
11031 my_getExpression(expressionS *ep, char *str) argument
[all...]
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dsubr.c245 char *ep, hexval[3]; local
260 ch = strtoul(hexval, &ep, 16);
261 if (*ep != 0)
/freebsd-9.3-release/libexec/rbootd/
H A Dbpf.c312 static u_int8_t *bp = NULL, *ep = NULL; local
325 ep = BpfPkt + cc;
334 if (bp < ep) {

Completed in 154 milliseconds

<<11121314151617181920>>