Searched refs:ep (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dputenv.c54 char **ep; local
60 for (ep = environ; *ep != NULL; ++ep)
61 if (!strncmp(*ep, string, size) && (*ep)[size] == '=')
63 while (ep[1] != NULL)
65 ep[0] = ep[1];
66 ++ep;
[all...]
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c149 static void connect_reply_upcall(struct iwch_ep *ep, int status);
162 start_ep_timer(struct iwch_ep *ep) argument
164 CTR2(KTR_IW_CXGB, "%s ep %p", __FUNCTION__, ep);
165 if (callout_pending(&ep->timer)) {
166 CTR2(KTR_IW_CXGB, "%s stopped / restarted timer ep %p", __FUNCTION__, ep);
167 callout_deactivate(&ep->timer);
168 callout_drain(&ep->timer);
173 get_ep(&ep
180 stop_ep_timer(struct iwch_ep *ep) argument
193 set_tcpinfo(struct iwch_ep *ep) argument
313 abort_socket(struct iwch_ep *ep) argument
336 send_mpa_req(struct iwch_ep *ep) argument
376 send_mpa_reject(struct iwch_ep *ep, const void *pdata, u8 plen) argument
408 send_mpa_reply(struct iwch_ep *ep, const void *pdata, u8 plen) argument
441 close_complete_upcall(struct iwch_ep *ep) argument
459 abort_connection(struct iwch_ep *ep) argument
471 peer_close_upcall(struct iwch_ep *ep) argument
486 peer_abort_upcall(struct iwch_ep *ep) argument
505 connect_reply_upcall(struct iwch_ep *ep, int status) argument
533 connect_request_upcall(struct iwch_ep *ep) argument
556 established_upcall(struct iwch_ep *ep) argument
570 process_mpa_reply(struct iwch_ep *ep) argument
731 process_mpa_request(struct iwch_ep *ep) argument
876 process_peer_close(struct iwch_ep *ep) argument
948 process_conn_error(struct iwch_ep *ep) argument
1014 process_close_complete(struct iwch_ep *ep) argument
1079 struct iwch_ep *ep = so->so_rcv.sb_upcallarg; local
1107 struct iwch_ep *ep = so->so_rcv.sb_upcallarg; local
1129 struct iwch_ep *ep = (struct iwch_ep *)arg; local
1171 struct iwch_ep *ep = to_ep(cm_id); local
1195 struct iwch_ep *ep = to_ep(cm_id); local
1303 struct iwch_ep *ep; local
1380 struct iwch_listen_ep *ep; local
1417 struct iwch_listen_ep *ep = to_listen_ep(cm_id); local
1429 iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, int flags) argument
1488 process_data(struct iwch_ep *ep) argument
1529 process_connected(struct iwch_ep *ep) argument
1620 struct iwch_ep *ep = arg; local
1634 process_socket_event(struct iwch_ep *ep) argument
[all...]
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c82 static void start_ep_timer(struct c4iw_ep *ep);
83 static void stop_ep_timer(struct c4iw_ep *ep);
84 static int set_tcpinfo(struct c4iw_ep *ep);
94 static void abort_socket(struct c4iw_ep *ep);
95 static void send_mpa_req(struct c4iw_ep *ep);
96 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen);
97 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen);
98 static void close_complete_upcall(struct c4iw_ep *ep);
99 static int abort_connection(struct c4iw_ep *ep);
100 static void peer_close_upcall(struct c4iw_ep *ep);
177 set_tcpinfo(struct c4iw_ep *ep) argument
257 abort_socket(struct c4iw_ep *ep) argument
284 process_peer_close(struct c4iw_ep *ep) argument
405 process_conn_error(struct c4iw_ep *ep) argument
487 process_close_complete(struct c4iw_ep *ep) argument
584 process_data(struct c4iw_ep *ep) argument
615 process_connected(struct c4iw_ep *ep) argument
707 struct c4iw_ep *ep = arg; local
728 process_socket_event(struct c4iw_ep *ep) argument
857 start_ep_timer(struct c4iw_ep *ep) argument
875 stop_ep_timer(struct c4iw_ep *ep) argument
940 struct c4iw_ep *ep; local
951 release_ep_resources(struct c4iw_ep *ep) argument
960 send_mpa_req(struct c4iw_ep *ep) argument
1044 send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen) argument
1118 send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen) argument
1212 close_complete_upcall(struct c4iw_ep *ep) argument
1232 abort_connection(struct c4iw_ep *ep) argument
1246 peer_close_upcall(struct c4iw_ep *ep) argument
1263 peer_abort_upcall(struct c4iw_ep *ep) argument
1284 connect_reply_upcall(struct c4iw_ep *ep, int status) argument
1340 connect_request_upcall(struct c4iw_ep *ep) argument
1382 established_upcall(struct c4iw_ep *ep) argument
1404 process_mpa_reply(struct c4iw_ep *ep) argument
1721 process_mpa_request(struct c4iw_ep *ep) argument
1871 struct c4iw_ep *ep = to_ep(cm_id); local
1904 struct c4iw_ep *ep = to_ep(cm_id); local
2036 struct c4iw_ep *ep = NULL; local
2156 struct c4iw_listen_ep *ep; local
2201 struct c4iw_listen_ep *ep = to_listen_ep(cm_id); local
2214 c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) argument
2320 struct c4iw_ep *ep = ctx; local
2340 struct c4iw_ep *ep = (struct c4iw_ep *)arg; local
2396 struct c4iw_ep *ep = so->so_rcv.sb_upcallarg; local
[all...]
/freebsd-10.0-release/usr.bin/printenv/
H A Dprintenv.c64 char *cp, **ep; local
78 for (ep = environ; *ep; ep++)
79 (void)printf("%s\n", *ep);
83 for (ep = environ; *ep; ep++)
84 if (!memcmp(*ep, *argv, len)) {
85 cp = *ep
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dentries.c70 ENTRY *ep; local
72 if ((ep = _nc_delink_entry(headp, tterm)) != 0) {
73 free(ep);
92 ENTRY *ep, *last; local
94 for (last = 0, ep = headp; ep != 0; last = ep, ep = ep->next) {
95 if (&(ep
[all...]
/freebsd-10.0-release/usr.sbin/crunch/crunchgen/
H A Dcrunched_main.c54 struct stub *ep; local
62 for(ep=entry_points; ep->name != NULL; ep++)
63 if(!strcmp(basename, ep->name)) break;
65 if(ep->name)
66 return ep->f(argc, argv, envp);
78 struct stub *ep; local
83 for(ep=entry_points; ep
94 struct stub *ep; local
111 struct stub *ep; local
[all...]
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_undo.c36 EXF *ep; local
54 ep = sp->ep;
55 if (!F_ISSET(ep, F_UNDO)) {
56 F_SET(ep, F_UNDO);
57 ep->lundo = FORWARD;
59 switch (ep->lundo) {
63 ep->lundo = FORWARD;
68 ep->lundo = BACKWARD;
/freebsd-10.0-release/sbin/restore/
H A Dutilities.c61 struct entry *ep; local
71 ep = lookupname(name);
72 if (ep == NULL) {
74 ep = addentry(name, pathsearch(name)->d_ino, NODE);
75 newnode(ep);
77 ep->e_flags |= NEW|KEEP;
86 mktempname(struct entry *ep) argument
90 if (ep->e_flags & TMPNAME)
91 badentry(ep, "mktempname: called with TMPNAME");
92 ep
104 gentempname(struct entry *ep) argument
156 removenode(struct entry *ep) argument
178 removeleaf(struct entry *ep) argument
263 delwhiteout(struct entry *ep) argument
286 struct entry *ep; local
304 struct entry *ep; local
320 badentry(struct entry *ep, char *msg) argument
345 flagvalues(struct entry *ep) argument
[all...]
H A Drestore.c76 struct entry *ep; local
94 ep = lookupino(ino);
95 if (ep != NULL) {
96 if (strcmp(name, myname(ep)) == 0) {
97 ep->e_flags |= NEW;
102 ep = addentry(name, ino, type);
104 newnode(ep);
105 ep->e_flags |= NEW;
118 struct entry *ep; local
122 ep
155 struct entry *ep, *nextep; local
208 struct entry *ep, *np, *ip; local
515 struct entry *ep, *np; local
563 struct entry *ep, **prev; local
592 struct entry *ep; local
672 struct entry *ep; local
779 struct entry *np, *ep; local
819 struct entry *ep; local
841 struct entry *np, *ep; local
[all...]
H A Dsymtab.c85 struct entry *ep; local
89 for (ep = entry[inum % entrytblsize]; ep != NULL; ep = ep->e_next)
90 if (ep->e_ino == inum)
91 return (ep);
144 struct entry *ep; local
149 for (ep = lookupino(ROOTINO); ep !
173 struct entry *ep; local
193 myname(struct entry *ep) argument
222 struct entry *np, *ep; local
268 freeentry(struct entry *ep) argument
311 moveentry(struct entry *ep, char *newname) argument
339 removeentry(struct entry *ep) argument
440 struct entry *ep, *tep; local
528 struct entry *ep; local
[all...]
/freebsd-10.0-release/contrib/nvi/common/
H A Dlog.c98 EXF *ep)
102 * ep MAY NOT BE THE SAME AS sp->ep, DON'T USE THE LATTER.
108 ep->l_lp = NULL;
109 ep->l_len = 0;
110 ep->l_cursor.lno = 1; /* XXX Any valid recno. */
111 ep->l_cursor.cno = 0;
112 ep->l_high = ep->l_cur = 1;
114 ep
96 log_init( SCR *sp, EXF *ep) argument
132 log_end( SCR *sp, EXF *ep) argument
164 EXF *ep; local
194 EXF *ep; local
233 EXF *ep; local
335 EXF *ep; local
381 EXF *ep; local
483 EXF *ep; local
569 EXF *ep; local
666 EXF *ep; local
[all...]
H A Dline.c90 EXF *ep; local
106 if ((ep = sp->ep) == NULL) {
142 if (lno == ep->c_lno) {
147 *lenp = ep->c_len;
149 *pp = ep->c_lp;
152 ep->c_lno = OOBLNO;
160 switch (ep->db->get(ep->db, &key, &data, 0)) {
189 BINC_GOTOW(sp, ep
218 EXF *ep; local
279 EXF *ep; local
356 EXF *ep; local
425 EXF *ep; local
484 EXF *ep; local
520 EXF *ep; local
596 EXF *ep; local
630 EXF *ep; local
675 EXF *ep; local
[all...]
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_undo.c58 F_SET(sp->ep, F_UNDO);
59 sp->ep->lundo = BACKWARD;
73 EXF *ep; local
119 ep = sp->ep;
120 if (!F_ISSET(ep, F_UNDO)) {
121 F_SET(ep, F_UNDO);
122 ep->lundo = BACKWARD;
124 ep->lundo = ep
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dip_encap.c125 struct encaptab *ep, *match; local
143 LIST_FOREACH(ep, &encaptab, chain) {
144 if (ep->af != AF_INET)
146 if (ep->proto >= 0 && ep->proto != proto)
148 if (ep->func)
149 prio = (*ep->func)(m, off, proto, ep->arg);
155 prio = mask_match(ep, (struct sockaddr *)&d,
181 match = ep;
210 struct encaptab *ep, *match; local
272 encap_add(struct encaptab *ep) argument
289 struct encaptab *ep; local
345 struct encaptab *ep; local
371 const struct encaptab *ep = cookie; local
389 mask_match(const struct encaptab *ep, const struct sockaddr *sp, const struct sockaddr *dp) argument
440 encap_fillarg(struct mbuf *m, const struct encaptab *ep) argument
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Deqn.c286 struct eqn_node *ep; local
289 ep = *epp;
303 mandoc_msg(MANDOCERR_ARGSLOST, ep->parse, ln, pos, NULL);
313 ep->data = mandoc_realloc(ep->data, ep->sz + sz + 1);
317 if (0 == ep->sz)
318 *ep->data = '\0';
320 ep->sz += sz;
321 strlcat(ep
356 struct eqn_node *ep; local
380 eqn_eqn(struct eqn_node *ep, struct eqn_box *last) argument
395 eqn_matrix(struct eqn_node *ep, struct eqn_box *last) argument
444 eqn_list(struct eqn_node *ep, struct eqn_box *last) argument
488 eqn_box(struct eqn_node *ep, struct eqn_box *last) argument
660 eqn_box_alloc(struct eqn_node *ep, struct eqn_box *parent) argument
693 eqn_nextrawtok(struct eqn_node *ep, size_t *sz) argument
700 eqn_nexttok(struct eqn_node *ep, size_t *sz) argument
707 eqn_rewind(struct eqn_node *ep) argument
714 eqn_next(struct eqn_node *ep, char quote, size_t *sz, int repl) argument
803 eqn_do_ign1(struct eqn_node *ep) argument
815 eqn_do_ign2(struct eqn_node *ep) argument
829 eqn_do_tdefine(struct eqn_node *ep) argument
843 eqn_do_define(struct eqn_node *ep) argument
898 eqn_do_gfont(struct eqn_node *ep) argument
909 eqn_do_gsize(struct eqn_node *ep) argument
923 eqn_do_undef(struct eqn_node *ep) argument
939 eqn_def_find(struct eqn_node *ep, const char *key, size_t sz) argument
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dsetenv.c85 register char **ep = 0; local
95 for (ep = __environ; *ep != NULL; ++ep)
96 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
102 if (__environ == NULL || *ep == NULL)
141 size_t len = strlen (*ep);
151 *ep = new_string;
153 memcpy (*ep, nam
167 char **ep; local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dsetenv.c85 register char **ep = 0; local
95 for (ep = __environ; *ep != NULL; ++ep)
96 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
102 if (__environ == NULL || *ep == NULL)
141 size_t len = strlen (*ep);
151 *ep = new_string;
153 memcpy (*ep, nam
167 char **ep; local
[all...]
/freebsd-10.0-release/usr.sbin/setfib/
H A Dsetfib.c53 char *ep; local
61 ep = argv[1];
65 if (ep[0]== '-' && isdigit((unsigned char)ep[1]))
66 ep++;
67 if (isdigit((unsigned char)*ep))
68 if (asprintf(&argv[1], "-F%s", ep) < 0)
75 fib = strtol(optarg, &ep, 10);
76 if (ep == optarg || *ep !
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnserve/
H A Dlog-escape.c78 unsigned char *d, *ep; local
87 ep = d + buflen - 1;
89 for (; d < ep && *s; ++s) {
100 if (d >= ep) {
128 if (d >= ep - 2) {
129 ep = --d; /* break the for loop as well */
/freebsd-10.0-release/contrib/amd/amd/
H A Dreaddir.c64 static int amfs_readdir_browsable(am_node *mp, nfscookie cookie, nfsdirlist *dp, nfsentry *ep, u_int count, int fully_browsable);
204 amfs_readdir_browsable(am_node *mp, nfscookie cookie, nfsdirlist *dp, nfsentry *ep, u_int count, int fully_browsable) argument
235 if (count < (2 * (2 * (sizeof(*ep) + sizeof("..") + 4) + sizeof(*dp))))
250 dp->dl_entries = ep;
253 ep[0].ne_fileid = mp->am_gen;
254 ep[0].ne_name = ".";
255 ep[0].ne_nextentry = &ep[1];
256 *(u_int *) ep[0].ne_cookie = 0;
260 ep[
369 amfs_generic_readdir(am_node *mp, nfscookie cookie, nfsdirlist *dp, nfsentry *ep, u_int count) argument
[all...]
/freebsd-10.0-release/tools/regression/lib/libc/net/
H A Dtest-ether.c111 struct ether_addr e, *ep; local
114 ep = ether_aton_r(ether_aton_string, &e);
115 if (ep == NULL)
117 if (ep != &e)
129 struct ether_addr e, *ep; local
132 ep = ether_aton_r(ether_aton_bad_string, &e);
133 if (ep == &e)
135 if (ep != NULL)
143 struct ether_addr *ep; local
146 ep
157 struct ether_addr *ep; local
[all...]
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_ed.c18 u_char *ep, cmd; local
35 for(ep=script;ep < script+length;) {
36 cmd = *ep++;
39 while(isdigit(*ep)) {
41 ln += (*ep++ - '0');
43 if(*ep++ != ' ') { ret = 1; goto bye; }
45 while(isdigit(*ep)) {
47 ln2 += (*ep++ - '0');
49 if(*ep
[all...]
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dencrypt.c151 Encryptions *ep = encryptions; local
155 while (ep->type && ep->type != type)
156 ++ep;
157 return(ep->type ? ep : 0);
163 Encryptions *ep = encryptions; local
167 while (ep->type && ep->type != type)
168 ++ep;
190 Encryptions *ep = encryptions; local
223 Encryptions *ep = encryptions; local
248 Encryptions *ep; local
281 Encryptions *ep; local
486 Encryptions *ep; local
525 Encryptions *ep; local
569 Encryptions *ep; local
617 Encryptions *ep; local
653 Encryptions *ep = encryptions; local
720 Encryptions *ep; local
805 Encryptions *ep; local
945 Encryptions *ep; local
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c143 Encryptions *ep = encryptions; local
147 while (ep->type && ep->type != type)
148 ++ep;
149 return(ep->type ? ep : 0);
155 Encryptions *ep = encryptions; local
159 while (ep->type && ep->type != type)
160 ++ep;
180 Encryptions *ep = encryptions; local
216 Encryptions *ep = encryptions; local
241 Encryptions *ep; local
274 Encryptions *ep; local
513 Encryptions *ep; local
552 Encryptions *ep; local
596 Encryptions *ep; local
644 Encryptions *ep; local
680 Encryptions *ep = encryptions; local
735 Encryptions *ep; local
829 Encryptions *ep; local
995 Encryptions *ep; local
[all...]
/freebsd-10.0-release/sys/geom/
H A Dgeom_event.c228 struct g_event *ep; local
245 ep = TAILQ_FIRST(&g_events);
246 if (ep == NULL) {
250 if (ep->flag & EV_INPROGRESS) {
254 ep->flag |= EV_INPROGRESS;
257 ep->func(ep->arg, 0);
260 TAILQ_REMOVE(&g_events, ep, events);
261 ep->flag &= ~EV_INPROGRESS;
262 if (ep
299 struct g_event *ep, *epn; local
338 struct g_event *ep; local
405 struct g_event *ep; local
[all...]

Completed in 203 milliseconds

1234567891011>>