Searched refs:ep (Results 76 - 100 of 442) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dmktemp.c49 char *start, *cp, *ep; local
61 ep = path + len - slen;
64 for (start = ep; start > path && start[-1] == 'X'; start--) {
71 for (cp = start; cp != ep; cp++) {
/macosx-10.9.5/ruby-104/ruby/ext/-test-/old_thread_select/
H A Dold_thread_select.c46 fd_set *rp, *wp, *ep; local
56 ep = array2fdset(&efds, e, &max);
57 rc = rb_thread_select(max, rp, wp, ep, tvp);
65 if (ep)
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclLoadAix.c291 register ExportPtr ep;
299 for (ep = mp->exports, i = mp->nExports; i; i--, ep++) {
300 if (strcmp(ep->name, symbol) == 0) {
301 return ep->addr;
353 register ExportPtr ep;
355 for (ep = mp->exports, i = mp->nExports; i; i--, ep++) {
356 if (ep->name) {
357 free(ep
288 register ExportPtr ep; local
348 register ExportPtr ep; local
396 ExportPtr ep; local
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-rrcp.c91 register const struct ether_header *ep; local
95 ep = (const struct ether_header *)cp;
103 etheraddr_string(ESRC(ep)),
104 etheraddr_string(EDST(ep)),
H A Dprint-rt6.c48 register const u_char *ep; local
55 /* 'ep' points to the end of available data. */
56 ep = snapend;
86 if ((u_char *)(addr + 1) > ep)
H A Dprint-icmp6.c185 const u_int8_t *ep, *q; local
188 ep = p + l;
189 while (l > 0 && q < ep) {
310 const u_char *ep; local
316 /* 'ep' points to the end of available data. */
317 ep = snapend;
530 icmp6_rrenum_print(bp, ep);
534 icmp6_nodeinfo_print(length, bp, ep);
596 const u_char *ep; local
605 /* 'ep' point
679 const u_char *cp, *ep; local
815 const u_char *ep; local
952 dnsname_print(const u_char *cp, const u_char *ep) argument
988 icmp6_nodeinfo_print(u_int icmp6len, const u_char *bp, const u_char *ep) argument
1237 icmp6_rrenum_print(const u_char *bp, const u_char *ep) argument
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgfwd.c491 pkt_list_element_t *ep, *last_ep = NULL; local
499 ep = delayed_pkt_head;
500 while (ep != NULL)
502 hdrp = ep->rqe->hdrp;
506 rqe = ep->rqe;
507 sp = ep->sp;
510 delayed_pkt_head = ep->next;
514 last_ep->next = ep->next;
516 RPC_MEM_FREE(ep, RPC_C_MEM_UTIL);
520 last_ep = ep;
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dalloc_entry.c145 _nc_wrap_entry(ENTRY * const ep, bool copy_strings) argument
151 unsigned nuses = ep->nuses;
152 TERMTYPE *tp = &(ep->tterm);
167 if (ep->uses[i].name == 0) {
168 ep->uses[i].name = _nc_save_str(ep->uses[i].name);
177 for_each_string(i, &(ep->tterm)) {
190 if (ep->uses[i].name == 0)
193 useoffsets[i] = ep->uses[i].name - stringbuf;
201 for_each_string(i, &(ep
[all...]
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dfield.c90 p_login(char *p, struct passwd *pw, ENTRY *ep __unused)
118 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused)
132 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused)
159 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused)
193 p_class(char *p, struct passwd *pw, ENTRY *ep __unused)
207 p_change(char *p, struct passwd *pw, ENTRY *ep __unused)
219 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused)
231 p_gecos(char *p, struct passwd *pw __unused, ENTRY *ep) argument
234 if (!(ep->save = strdup(p))) {
244 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unuse
325 p_uuid(char *p, struct passwd *pw __unused, ENTRY *ep) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dfield.c90 p_login(char *p, struct passwd *pw, ENTRY *ep __unused)
118 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused)
132 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused)
159 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused)
193 p_class(char *p, struct passwd *pw, ENTRY *ep __unused)
207 p_change(char *p, struct passwd *pw, ENTRY *ep __unused)
219 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused)
231 p_gecos(char *p, struct passwd *pw __unused, ENTRY *ep) argument
234 if (!(ep->save = strdup(p))) {
244 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unuse
325 p_uuid(char *p, struct passwd *pw __unused, ENTRY *ep) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_upcall.c94 struct nfsrv_uc_arg *ep = NULL; local
115 ep = TAILQ_FIRST(myqueue->ucq_queue);
116 DPRINT("nfsrv_uc_thread:%d dequeue %p from %p\n", qi, ep, myqueue);
118 TAILQ_REMOVE(myqueue->ucq_queue, ep, nua_svcq);
120 ep->nua_flags &= ~NFS_UC_QUEUED;
128 DPRINT("calling nfsrv_rcv for %p\n", (void *)ep->nua_slp);
129 nfsrv_rcv(ep->nua_so, (void *)ep->nua_slp, ep->nua_waitflag);
290 struct nfsrv_uc_arg *ep local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dnames.c239 struct name_elt *ep;
242 ep = &name_array[names++];
245 ep->type = NELT_FMASK;
246 ep->v.matching_flags = matching_flags;
249 ep = &name_array[names++];
251 ep->type = NELT_NAME;
252 ep->v.name = name;
259 struct name_elt *ep;
261 ep = &name_array[names++];
262 ep
237 struct name_elt *ep; local
257 struct name_elt *ep; local
309 struct name_elt *ep; local
386 struct name_elt *ep; local
[all...]
/macosx-10.9.5/text_cmds-87/head/
H A Dhead.c76 char *ep; local
82 bytecnt = strtoimax(optarg, &ep, 10);
83 if (*ep || bytecnt <= 0)
87 linecnt = strtol(optarg, &ep, 10);
88 if (*ep || linecnt <= 0)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmd5crypt.c54 static const char *sp, *ep; local
68 for (ep = sp; *ep != '$'; ep++) {
69 if (*ep == '\0' || ep >= (sp + 8))
74 sl = ep - sp;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c1632 struct env_lst *ep;
1634 for (ep = envlisthead.next; ep; ep = ep->next) {
1635 if (strcmp((const char *)ep->var, (const char *)var) == 0)
1636 return(ep);
1645 struct env_lst *ep;
1653 ep=env_define((unsigned char *)safe_vars[i],(unsigned char *)ev);
1654 ep
1624 struct env_lst *ep; local
1637 struct env_lst *ep; local
1685 struct env_lst *ep; local
1716 struct env_lst *ep; local
1733 struct env_lst *ep; local
1742 struct env_lst *ep; local
1751 struct env_lst *ep; local
1777 struct env_lst *ep; local
1806 struct env_lst *ep; local
2879 char *cp, *cp2, *lsrp, *ep; local
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dsudoreplay.c241 char path[PATH_MAX], buf[LINE_MAX], *cp, *ep; local
284 max_wait = strtod(optarg, &ep);
285 if (*ep != '\0' || errno != 0)
290 speed = strtod(optarg, &ep);
291 if (*ep != '\0' || errno != 0)
434 ep = cp - 1;
437 ep++;
440 while ((ep = memchr(ep + 1, '\n', remainder)) != NULL) {
442 if (cp != ep
794 char *buf = NULL, *cp, *ep; local
1127 char *cp, *ep; local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsetenv.c112 register char **ep; local
121 ep = __environ;
124 if (ep != NULL)
126 for (; *ep != NULL; ++ep)
127 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
133 if (ep == NULL || *ep == NULL)
275 *ep
[all...]
/macosx-10.9.5/libiconv-41/libiconv/srclib/
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...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_mouse.c167 #define NEXT(ep) ((ep >= LastEV(sp)) \
169 : ep + 1)
172 #define PREV(ep) ((ep <= FirstEV(sp)) \
174 : ep - 1)
176 #define IndexEV(sp, ep) (ep - FirstEV(sp))
186 MEVENT *ep; local
190 for (ep
1006 MEVENT *ep, *runp, *next, *prev = PREV(eventp); local
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Ddln_find.c124 register const char *ep; local
196 ep = bp = 0;
206 ep = p;
219 for (dp = path;; dp = ++ep) {
223 ep = strchr(dp, PATH_SEP[0]);
224 if (ep == NULL)
225 ep = dp+strlen(dp);
228 l = ep - dp;
268 if (ep[-1] != '/')
306 if (*ep
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/Common/
H A Dpfkey.c361 caddr_t ep; local
410 ep = ((caddr_t)(void *)newmsg) + len;
412 p = pfkey_setsadbmsg((void *)newmsg, ep, SADB_GETSPI,
419 p = pfkey_setsadbxsa2(p, ep, mode, reqid, always_expire);
426 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_SRC, src, (u_int)plen,
434 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_DST, dst, (u_int)plen,
443 p = pfkey_setsadblifetime(p, ep, SADB_EXT_LIFETIME_HARD,
455 if (p + sizeof(spirange) > ep) {
470 if (p != ep) {
574 caddr_t ep; local
746 caddr_t ep; local
1117 caddr_t ep; local
1292 caddr_t ep; local
1374 caddr_t ep; local
1437 caddr_t ep; local
1564 caddr_t ep; local
1758 caddr_t ep; /* XXX should be passed from upper layer */ local
2330 caddr_t ep; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c1534 struct env_lst *ep;
1536 for (ep = envlisthead.next; ep; ep = ep->next) {
1537 if (strcmp((char *)ep->var, (char *)var) == 0)
1538 return(ep);
1551 struct env_lst *ep;
1556 ep = env_define((unsigned char *)*epp,
1558 ep
1526 struct env_lst *ep; local
1543 struct env_lst *ep; local
1614 struct env_lst *ep; local
1639 struct env_lst *ep; local
1656 struct env_lst *ep; local
1665 struct env_lst *ep; local
1674 struct env_lst *ep; local
1700 struct env_lst *ep; local
1729 struct env_lst *ep; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dsort.c99 LDAPMessage **ep; local
153 ep = chain;
155 *ep = et[i].et_msg;
156 ep = &(*ep)->lm_chain;
160 *ep = ohead;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dcompletion.c207 int ed_expand(Edit_t *ep, char outbuff[],int *cur,int *eol,int mode, int count) argument
216 if(ep->e_nlist)
220 if(count> ep->e_nlist)
223 av[0] = ep->e_clist[count-1];
228 stakset(ep->e_stkptr,ep->e_stkoff);
229 ep->e_nlist = 0;
303 if(!var && !strchr(ap->argval,'/') && (((cp==outbuff&&ep->sh->nextprompt==1) || (strchr(";&|(",size)) && (cp==outbuff+1||size=='('||cp[-2]!='>') && *begin!='~' )))
308 if(ep->e_nlist)
317 com = sh_argbuild(ep
505 ed_macro(Edit_t *ep, register int i) argument
545 ed_fulledit(Edit_t *ep) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dregexp.h79 _re_read(register regexp_t* re, const char* instring, char* ep, const char* endbuf, int seof) argument
121 if (c = _re_comp(re, _re_putc(0), ep, (char*)endbuf - ep))

Completed in 393 milliseconds

1234567891011>>