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

1234567891011>>

/macosx-10.9.5/shell_cmds-175/xargs/
H A Dxargs.c88 static char **av, **bxp, **ep, **endxp, **xp; variable
110 ep = environ;
134 while (*ep != NULL) {
136 nline -= strlen(*ep++) + 1 + sizeof(*ep);
/macosx-10.9.5/sudo-72/src/
H A Dsudo_nss.c122 char *cp, *ep; local
155 ep = &cp[5];
160 ep = &cp[4];
166 if (got_match && *ep) {
167 cp = ep;
H A Dsudo.c604 char *p, **ep, thost[MAXHOSTNAMELEN + 1]; local
650 for (ep = envp; *ep; ep++) {
652 switch (**ep) {
654 if (strncmp("DISPLAY=", *ep, 8) == 0)
655 user_display = *ep + 8;
658 if (strncmp("KRB5CCNAME=", *ep, 11) == 0)
659 user_ccname = *ep + 11;
662 if (strncmp("PATH=", *ep,
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.exp.c632 Char *ft = cp, *dp, *ep, *strdev, *strino, *strF, *str, valtest = '\0', local
682 ep = globone(dp, G_APPEND);
683 cleanup_push(ep, xfree);
689 i = !sh_access(ep, R_OK);
693 i = !sh_access(ep, W_OK);
697 i = !sh_access(ep, X_OK);
703 i = find_cmd(ep, 0);
707 i = isatty(atoi(short2str(ep)));
719 if (TCSH_LSTAT(short2str(ep), lst) == -1) {
720 cleanup_until(ep);
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dtelnet.c1435 unsigned char *ep = 0, *epc = 0;
1467 if (ep) {
1469 env_opt_add(ep);
1471 ep = epc = &buf[i+1];
1482 if (ep) {
1484 env_opt_add(ep);
1533 env_opt_add(unsigned char *ep)
1540 if (ep == NULL || *ep == '\0') {
1543 while ((ep
1431 unsigned char *ep = 0, *epc = 0; local
1529 env_opt_add(unsigned char *ep) argument
1611 opt_welldefined(const char *ep) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dtelnet.c1373 unsigned char *ep = 0, *epc = 0; local
1396 if (ep) {
1398 env_opt_add(ep);
1400 ep = epc = &buf[i+1];
1411 if (ep) {
1413 env_opt_add(ep);
1468 env_opt_add(unsigned char *ep) argument
1475 if (ep == NULL || *ep == '\0') {
1478 while ((ep
1547 opt_welldefined(char *ep) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dinfocmp.c141 ENTRY *ep; local
159 for (ep = &entries[1]; ep < entries + termcount; ep++)
160 if (ep->tterm.Booleans[idx] == TRUE) {
179 for (ep = &entries[1]; ep < entries + termcount; ep++)
180 if (VALID_NUMERIC(ep->tterm.Numbers[idx])) {
181 value = ep
271 print_uses(ENTRY * ep, FILE *fp) argument
572 const char *ep = strtok(src, ";"); local
[all...]
/macosx-10.9.5/network_cmds-433/traceroute6.tproj/
H A Dtraceroute6.c370 char hbuf[NI_MAXHOST], src0[NI_MAXHOST], *ep; local
420 ep = NULL;
422 first_hop = strtoul(optarg, &ep, 0);
423 if (errno || !*optarg || *ep || first_hop > 255) {
473 ep = NULL;
475 max_hops = strtoul(optarg, &ep, 0);
476 if (errno || !*optarg || *ep || max_hops > 255) {
489 ep = NULL;
491 lport = strtoul(optarg, &ep, 0);
492 if (errno || !*optarg || *ep) {
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Daccess.c167 char *ep = NULL; local
173 bits = strtol(p, &ep, 10);
174 if (!*p || *ep) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/md5crypt/
H A Dmd5cryptc.tcl60 static const unsigned char *sp,*ep;
74 for(ep=sp;*ep && *ep != '$' && ep < (sp+8);ep++)
78 sl = ep - sp;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-udp.c205 rtcp_print(const u_char *hdr, const u_char *ep) argument
215 if ((u_char *)(rh + 1) > ep) {
217 return (ep);
230 if ((u_char *)(sr + 1) > ep) {
232 return (ep);
269 if ((u_char *)(rr + 1) > ep) {
271 return (ep);
365 register const u_char *ep = bp + length; local
371 if (ep > snapend)
372 ep
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dsuexec.c208 char **ep; local
232 for (ep = envp; *ep && cidx < AP_ENVBUF-1; ep++) {
234 if (!strncmp(*ep, safe_env_lst[idx],
236 cleanenv[cidx] = *ep;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Depoll.c202 pfd_elem_t *ep; local
224 for (ep = APR_RING_FIRST(&(pollset->p->query_ring));
225 ep != APR_RING_SENTINEL(&(pollset->p->query_ring),
227 ep = APR_RING_NEXT(ep, link)) {
229 if (descriptor->desc.s == ep->pfd.desc.s) {
230 APR_RING_REMOVE(ep, link);
232 ep, pfd_elem_t, link);
H A Dkqueue.c194 pfd_elem_t *ep; local
226 for (ep = APR_RING_FIRST(&(pollset->p->query_ring));
227 ep != APR_RING_SENTINEL(&(pollset->p->query_ring),
229 ep = APR_RING_NEXT(ep, link)) {
231 if (descriptor->desc.s == ep->pfd.desc.s) {
232 APR_RING_REMOVE(ep, link);
234 ep, pfd_elem_t, link);
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Depoll.c202 pfd_elem_t *ep; local
224 for (ep = APR_RING_FIRST(&(pollset->p->query_ring));
225 ep != APR_RING_SENTINEL(&(pollset->p->query_ring),
227 ep = APR_RING_NEXT(ep, link)) {
229 if (descriptor->desc.s == ep->pfd.desc.s) {
230 APR_RING_REMOVE(ep, link);
232 ep, pfd_elem_t, link);
H A Dkqueue.c194 pfd_elem_t *ep; local
226 for (ep = APR_RING_FIRST(&(pollset->p->query_ring));
227 ep != APR_RING_SENTINEL(&(pollset->p->query_ring),
229 ep = APR_RING_NEXT(ep, link)) {
231 if (descriptor->desc.s == ep->pfd.desc.s) {
232 APR_RING_REMOVE(ep, link);
234 ep, pfd_elem_t, link);
/macosx-10.9.5/shell_cmds-175/killall/
H A Dkillall.c125 char *ep; local
148 *sig = strtol(ptr, &ep, 10);
149 if (*ep)
206 char *ep; local
237 jid = strtol(optarg, &ep, 10);
238 if (*ep)
296 uid = strtol(user, &ep, 10);
297 if (*user == '\0' || *ep != '\0') { /* was it a number? */
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dtm.tcl127 foreach ep $newpaths {
128 if {[string match ${ep}/* $p]} {
130 "$p is subdirectory of existing module path $ep."
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Ddelete.c87 Entry **ep )
114 *ep = NULL;
132 *ep = NULL;
149 *ep = NULL;
189 *ep = NULL;
206 *ep = NULL;
226 *ep = NULL;
242 *ep = NULL;
259 *ep = NULL;
272 *ep
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dnvtree.c575 char *fmtq,*ep,*xp; local
633 ep = nv_getval(mp?mp:np);
634 if(ep==Empty)
635 ep = 0;
639 xp = ep+nv_size(np);
640 while(--xp>ep && *xp==' ');
641 if(xp>ep || *xp!=' ')
643 if(xp < (ep+nv_size(np)))
649 fmtq = ep;
650 else if(!(fmtq = sh_fmtq(ep)))
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dvm.c25 VM_EP_LEP(VALUE *ep) argument
28 if (VM_EP_LEP_P(ep)) {
29 return ep;
31 ep = VM_EP_PREV_EP(ep);
36 rb_vm_ep_local_ep(VALUE *ep) argument
38 return VM_EP_LEP(ep);
44 return VM_EP_LEP(cfp->ep);
50 return VM_EP_PREV_EP((cfp)->ep);
56 VALUE *ep local
477 vm_collect_local_variables_in_heap(rb_thread_t *th, VALUE *ep, VALUE ary) argument
952 VALUE *ep = VM_CF_PREV_EP(cfp); local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Ddatabase.c384 Entry *e_database, **ep; local
448 for ( i = -1, ep = &mp->mp_children; *ep; i++ ) {
451 a = attr_find( (*ep)->e_attrs, slap_schema.si_ad_namingContexts );
471 mp = ( monitor_entry_t * )(*ep)->e_private;
474 ep = &mp->mp_next;
485 ms_database, ms_backend, ms_overlay, &bv, e_database, &ep );
489 /* database_init_one advanced ep past where we want.
492 ep = &mp->mp_next;
496 if ( rc == 0 && ndn_out && ep
547 Entry *e_database, **ep; local
[all...]
H A Doperation.c66 Entry *e_op, **ep; local
94 ep = &mp->mp_children;
142 *ep = e;
143 ep = &mp->mp_next;
H A Dproto-back-monitor.h55 Entry **ep ));
60 Entry **ep ));
66 Entry **ep,
116 Entry **ep ));
H A Dsent.c68 Entry **ep, *e_sent; local
89 ep = &mp->mp_children;
133 *ep = e;
134 ep = &mp->mp_next;

Completed in 287 milliseconds

1234567891011>>