Searched refs:ep (Results 126 - 150 of 502) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_zexit.c40 if (F_ISSET(sp->ep, F_MODIFIED) &&
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_mask.c114 struct au_event_ent *ep; local
129 ep = getauevent_r(&aemp->ev);
130 if (ep != NULL)
134 } while (ep != NULL);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-atalk.c389 const u_char *ep; local
402 /* ep points to end of available data */
403 ep = snapend;
404 if ((const u_char *)tp > ep) {
414 if ((const u_char *)(tp + 1) > ep) {
418 (void)nbp_name_print(tp, ep);
440 tp = nbp_tuple_print(tp, ep, snet, snode, skt);
452 print_cstring(register const char *cp, register const u_char *ep) argument
456 if (cp >= (const char *)ep) {
468 if (cp >= (const char *)ep) {
478 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
508 nbp_name_print(const struct atNBPtuple *tp, register const u_char *ep) argument
[all...]
H A Dprint-icmp6.c186 const u_int8_t *ep, *q; local
189 ep = p + l;
190 while (l > 0 && q < ep) {
311 const u_char *ep; local
317 /* 'ep' points to the end of available data. */
318 ep = snapend;
531 icmp6_rrenum_print(bp, ep);
535 icmp6_nodeinfo_print(length, bp, ep);
597 const u_char *ep; local
606 /* 'ep' point
681 const u_char *cp, *ep, *domp; local
829 const u_char *ep; local
966 dnsname_print(const u_char *cp, const u_char *ep) argument
1002 icmp6_nodeinfo_print(u_int icmp6len, const u_char *bp, const u_char *ep) argument
1251 icmp6_rrenum_print(const u_char *bp, const u_char *ep) argument
[all...]
H A Dprint-isakmp.c119 const u_char *ep, u_int32_t phase,
223 if (ep < (u_char *)(p)) { \
432 const u_char *cp, const u_char *ep)
435 const u_char *end = ep - 20;
437 int len = ep - cp;
445 elen = ep - end;
469 const u_char *p, const u_char *ep,
481 if (ep < p + totlen) {
483 return ep + 1;
508 ikev1_attr_print(netdissect_options *ndo, const u_char *p, const u_char *ep) argument
431 ike_show_somedata(struct netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
468 ikev1_attrmap_print(netdissect_options *ndo, const u_char *p, const u_char *ep, const struct attrmap *map, size_t nmap) argument
540 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0, int depth) argument
602 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
765 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto, int depth _U_) argument
1180 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth) argument
1424 ikev2_t_print(netdissect_options *ndo, u_char tpay _U_, int pcount, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1502 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
2117 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2158 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2223 const u_char *ep; local
2294 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2345 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2395 const u_char *ep; local
2456 const u_char *ep; local
2516 const u_char *ep; local
[all...]
H A Daddrtoname.c319 /* Find the hash node that corresponds the ether address 'ep' */
322 lookup_emem(const u_char *ep) argument
327 k = (ep[0] << 8) | ep[1];
328 j = (ep[2] << 8) | ep[3];
329 i = (ep[4] << 8) | ep[5];
469 etheraddr_string(register const u_char *ep) argument
477 tp = lookup_emem(ep);
516 le64addr_string(const u_char *ep) argument
544 linkaddr_string(const u_char *ep, const unsigned int type, const unsigned int len) argument
859 register struct pcap_etherent *ep; local
[all...]
/freebsd-9.3-release/share/man/man4/man4.i386/
H A DMakefile12 ep.4 \
/freebsd-9.3-release/usr.bin/renice/
H A Drenice.c158 char *ep; local
161 v = strtol(str, &ep, 10);
166 if (ep == str || *ep != '\0' || errno != 0) {
/freebsd-9.3-release/usr.bin/showmount/
H A Dshowmount.c317 register struct exportslist *ep; local
326 ep = (struct exportslist *)malloc(sizeof(struct exportslist));
327 if (ep == NULL)
329 ep->ex_groups = (struct grouplist *)0;
330 strp = ep->ex_dirp;
342 gp->gr_next = ep->ex_groups;
343 ep->ex_groups = gp;
347 ep->ex_next = *exp;
348 *exp = ep;
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c266 ng_hci_node_up_ep *ep = NULL; local
268 if (msg->header.arglen != sizeof(*ep))
271 ep = (ng_hci_node_up_ep *)(msg->data);
276 ep->bdaddr.b[5], ep->bdaddr.b[4],
277 ep->bdaddr.b[3], ep->bdaddr.b[2],
278 ep->bdaddr.b[1], ep->bdaddr.b[0],
279 ep
295 ng_hci_sync_con_queue_ep *ep = NULL; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.c264 ExportPtr ep; local
271 for (ep = mp->exports, i = mp->nExports; i; i--, ep++)
272 if (strcmp(ep->name, symbol) == 0)
273 return ep->addr;
320 ExportPtr ep; local
322 for (ep = mp->exports, i = mp->nExports; i; i--, ep++)
323 if (ep->name)
324 free(ep
358 ExportPtr ep; local
[all...]
/freebsd-9.3-release/lib/libipsec/
H A Dpfkey.c351 caddr_t ep; local
399 ep = ((caddr_t)newmsg) + len;
401 p = pfkey_setsadbmsg((caddr_t)newmsg, ep, SADB_GETSPI,
408 p = pfkey_setsadbxsa2(p, ep, mode, reqid);
415 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_SRC, src, plen,
423 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_DST, dst, plen,
434 if (p + sizeof(spirange) > ep) {
449 if (p != ep) {
566 caddr_t ep; local
600 ep
747 caddr_t ep; local
1123 caddr_t ep; local
1293 caddr_t ep; local
1377 caddr_t ep; local
1444 caddr_t ep; local
1533 caddr_t ep; local
1721 caddr_t ep; /* XXX should be passed from upper layer */ local
[all...]
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c208 static Elf32_Phdr ep[2]; local
234 if (xfsread(ino, ep + j, sizeof(ep[0])))
236 if (ep[j].p_type == PT_LOAD)
240 p = (caddr_t)(ep[i].p_paddr & 0x0fffffff);
241 fs_off = ep[i].p_offset;
245 klen += ep[i].p_filesz;
247 if (xfsread(ino, p, ep[i].p_filesz))
263 char *ep, *p; local
270 ep
[all...]
/freebsd-9.3-release/usr.bin/csplit/
H A Dcsplit.c101 char *ep, *p; local
119 sufflen = strtol(optarg, &ep, 10);
120 if (sufflen <= 0 || *ep != '\0' || errno != 0)
178 reps = strtol(*argv + 1, &ep, 10);
179 if (reps < 0 || *ep != '}' || errno != 0)
361 char *ecopy, *ep, *p, *pofs, *re; local
374 ofs = strtol(pofs, &ep, 10);
375 if (*ep != '\0' || errno != 0)
440 char *ep, *p; local
444 tgtline = strtol(expr, &ep, 1
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_crypto.c425 struct exten *ep, *fp; /* extension pointers */ local
460 ep = (struct exten *)pkt;
461 code = ntohl(ep->opcode) & 0xffff0000;
462 len = ntohl(ep->opcode) & 0x0000ffff;
463 // HMS: Why pkt[1] instead of ep->associd ?
492 fstamp = ntohl(ep->fstamp);
493 vallen = ntohl(ep->vallen);
535 memcpy(fp, ep, len);
622 memcpy(peer->subject, ep->pkt, vallen);
650 if ((rval = crypto_verify(ep, NUL
1080 crypto_xmit( struct peer *peer, struct pkt *xpkt, struct recvbuf *rbufp, int start, struct exten *ep, keyid_t cookie ) argument
1421 crypto_verify( struct exten *ep, struct value *vp, struct peer *peer ) argument
1706 struct exten *ep; /* extension field pointer */ local
1748 crypto_send( struct exten *ep, struct value *vp, int start ) argument
2224 crypto_bob( struct exten *ep, struct value *vp ) argument
2338 crypto_iff( struct exten *ep, struct peer *peer ) argument
2554 crypto_bob2( struct exten *ep, struct value *vp ) argument
2661 crypto_gq( struct exten *ep, struct peer *peer ) argument
2897 crypto_bob3( struct exten *ep, struct value *vp ) argument
3013 crypto_mv( struct exten *ep, struct peer *peer ) argument
3132 cert_sign( struct exten *ep, struct value *vp ) argument
3269 cert_install( struct exten *ep, struct peer *peer ) argument
4131 exten_payload_size( const struct exten * ep) argument
[all...]
/freebsd-9.3-release/contrib/mtree/
H A Dspec.c436 char *p, *ep, *dev; local
450 numbers[argc++] = strtoul(p, &ep, 0);
451 if (*ep != '\0')
463 result = (dev_t)strtoul(arg, &ep, 0);
464 if (*ep != '\0')
530 char *kw, *val, *md, *ep; local
548 ip->cksum = strtoul(val, &ep, 10);
549 if (*ep)
563 ip->st_gid = (gid_t)strtoul(val, &ep, 10);
564 if (*ep)
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Doptimize.c263 propedom(struct edge *ep) argument
265 SET_INSERT(ep->edom, ep->id);
266 if (ep->succ) {
267 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords);
268 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
1267 fold_edge(struct block *child, struct edge *ep) argument
1271 int code = ep
1319 opt_j(struct edge *ep) argument
1379 struct edge *ep; local
1471 struct edge *ep; local
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_preserve.c42 if (!F_ISSET(sp->ep, F_RCV_ON)) {
48 if (F_ISSET(sp->ep, F_FIRSTMODIFY) && rcv_init(sp))
/freebsd-9.3-release/lib/libc/db/recno/
H A Drec_get.c225 u_char *sp, *ep, *p; local
238 ep = (u_char *)t->bt_emap;
240 if (sp >= ep) {
246 sp < ep && len > 0; *p++ = *sp++, --len);
270 u_char *sp, *ep; local
275 ep = (u_char *)t->bt_emap;
279 if (sp >= ep) {
283 for (data.data = sp; sp < ep && *sp != bval; ++sp);
/freebsd-9.3-release/lib/libc/net/
H A Dmap_v4v6.c96 _map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) { argument
109 if ((ep - *bpp) < (i + IN6ADDRSZ)) {
/freebsd-9.3-release/contrib/amd/amd/
H A Damfs_host.c306 exports *ep = 0; local
419 ep = (exports *) xmalloc(n_export * sizeof(exports));
426 ep[j++] = ex;
436 qsort(ep, n_export, sizeof(exports), sortfun);
450 if (j > k && ep[k] && STREQ(ep[j]->ex_dir, ep[k]->ex_dir)) {
451 dlog("avoiding dup fhandle requested for %s", ep[j]->ex_dir);
452 ep[j] = 0;
455 error = fetch_fhandle(client, ep[
[all...]
/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c150 char *ep, *clear, *realm; local
180 if ((ep = strchr(cp, '\"')) != NULL) {
181 len = ep - cp;
327 char *cp, *ep, *thost; local
372 ep = strchr(url, '/');
373 if (ep == NULL)
376 len = ep - url;
380 ep++;
381 *path = ftp_strdup(ep);
409 if ((ep
495 char *ep; local
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dpw_scan.c75 char *ep, *p, *sh; local
105 temp = strtoul(p, &ep, 10);
112 if (*ep != '\0') {
140 temp = strtoul(p, &ep, 10);
147 if (*ep != '\0') {
/freebsd-9.3-release/sbin/dmesg/
H A Ddmesg.c80 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; local
166 ep = &bp[buflen];
173 p = memchr(p, '\n', ep - p);
176 for (; p < ep; p = nextp) {
177 nextp = memchr(p, '\n', ep - p);
/freebsd-9.3-release/usr.bin/tail/
H A Dread.c68 char *ep, *p, *t; local
75 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
77 if (++p == ep) {
96 for (t = ep - 1, len = 0; t >= p; --t, ++len)
113 if (wrap && (len = ep - p))

Completed in 164 milliseconds

1234567891011>>