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

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dedit_file.c174 #define EDIT_FILE_ALLOC(ep, path, mode) do { \
175 (ep) = (EDIT_FILE *) mymalloc(sizeof(EDIT_FILE)); \
176 (ep)->final_path = mystrdup(path); \
177 (ep)->final_mode = (mode); \
178 (ep)->tmp_path = concatenate((path), EDIT_FILE_SUFFIX, (char *) 0); \
179 (ep)->tmp_fp = 0; \
182 #define EDIT_FILE_FREE(ep) do { \
183 myfree((ep)->final_path); \
184 myfree((ep)->tmp_path); \
185 myfree((char *) (ep)); \
195 EDIT_FILE *ep; local
306 edit_file_cleanup(EDIT_FILE *ep) argument
320 edit_file_close(EDIT_FILE *ep) argument
[all...]
H A Dsplit_nameval.c66 char *ep; local
83 SKIP(np, ep, !ISSPACE(*ep) && *ep != '='); /* find name end */
84 SKIP(ep, cp, ISSPACE(*cp)); /* skip blanks before '=' */
87 *ep = 0; /* terminate name */
H A Dmac_parse.c91 const char *ep; /* string end pointer */ local
118 for (ep = vp; level > 0; ep++) {
119 if (*ep == 0) {
124 if (*ep == *pp)
126 if (*ep == close_paren[pp - open_paren])
131 vstring_strncat(buf, vp, level > 0 ? ep - vp : ep - vp - 1);
132 vp = ep;
134 SKIP(vp, ep, ISALNU
[all...]
/macosx-10.9.5/groff-38/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...]
/macosx-10.9.5/shell_cmds-175/printenv/
H A Dprintenv.c69 char *cp, **ep; local
83 for (ep = environ; *ep; ep++)
84 (void)printf("%s\n", *ep);
88 for (ep = environ; *ep; ep++)
89 if (!memcmp(*ep, *argv, len)) {
90 cp = *ep
[all...]
/macosx-10.9.5/ncurses-42/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...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Denv.c88 char **env_get(Env_t* ep) argument
91 register int n=ep->extra;
92 if(ep->flags&ENV_VALID)
93 return(ep->env+n);
94 if(ep->count > ep->max)
96 if(ep->flags&ENV_MALLOCED)
97 free((void*)ep->env);
98 if(!(ep->env = (char**)malloc(sizeof(char*)*(ep
120 env_add(Env_t *ep, const char *str, int flags) argument
166 env_delete(Env_t *ep, const char *str) argument
192 Env_t *ep; local
230 env_close(Env_t *ep) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dedit.c151 # define ttyparm (ep->e_ttyparm)
152 # define nttyparm (ep->e_nttyparm)
163 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
165 ep->e_savefd = -1;
177 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
178 if(fd == ep->e_savefd)
179 *tty = ep->e_savetty;
189 if(ep->e_raw==0)
191 ep->e_savetty = *tty;
192 ep
205 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
234 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
270 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
394 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
442 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
538 ed_flush(Edit_t *ep) argument
561 ed_crlf(register Edit_t *ep) argument
588 ed_setup(register Edit_t *ep, int fd, int reedit) argument
784 ed_putstring(register Edit_t *ep, const char *str) argument
791 ed_nputchar(register Edit_t *ep, int n, int c) argument
808 register Edit_t *ep = (Edit_t*)context; local
928 putstack(Edit_t *ep,char string[], register int nbyte, int type) argument
1026 ed_getchar(register Edit_t *ep,int mode) argument
1099 ed_ungetchar(Edit_t *ep,register int c) argument
1110 ed_putchar(register Edit_t *ep,register int c) argument
1151 ed_curpos(Edit_t *ep,genchar *phys, int off, int cur, Edpos_t curpos) argument
1196 ed_setcursor(register Edit_t *ep,genchar *physical,register int old,register int new,int first) argument
1299 ed_virt_to_phys(Edit_t *ep,genchar *virt,genchar *phys,int cur,int voff,int poff) argument
1492 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
1514 register Edit_t *ep = (Edit_t*)(shgd->ed_context); local
1556 keytrap(Edit_t *ep,char *inbuff,register int insize, int bufsize, int mode) argument
1649 ed_histgen(Edit_t *ep,const char *pattern) argument
1738 ed_histlist(Edit_t *ep,int n) argument
[all...]
H A Demacs.c124 #define editb (*ep->ed)
146 #define location ep->_location
185 register Emacs_t *ep = ed->e_emacs; local
191 if(!ep)
193 ep = ed->e_emacs = newof(0,Emacs_t,1,0);
194 ep->ed = ed;
195 ep->prevdirection = 1;
199 ep->screen = Screen;
200 ep->lastdraw = FINAL;
208 ed_setup(ep
736 show_info(Emacs_t *ep,const char *str) argument
761 putstring(Emacs_t* ep,register char *sp) argument
769 escape(register Emacs_t* ep,register genchar *out,int count) argument
1140 xcommands(register Emacs_t *ep,int count) argument
1229 search(Emacs_t* ep,genchar *out,int direction) argument
1340 draw(register Emacs_t *ep,Draw_t option) argument
1546 setcursor(register Emacs_t *ep,register int newp,int c) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_encap.c183 struct encaptab *ep, *match; local
212 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) {
213 if (ep->af != AF_INET)
215 if (ep->proto >= 0 && ep->proto != proto)
217 if (ep->func)
218 prio = (*ep
290 struct encaptab *ep, *match; local
372 struct encaptab *ep; local
441 struct encaptab *ep; local
476 const struct encaptab *ep = cookie; local
548 encap_fillarg( struct mbuf *m, const struct encaptab *ep) argument
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dzero_bytes.c32 volatile char *p, *ep; local
34 for (p = v, ep = p + n; p < ep; p++)
H A Denv.c244 char * const *ep; local
247 for (ep = environ; *ep != NULL; ep++)
249 len = (size_t)(ep - environ);
334 char *estring, *ep; local
358 estring = ep = emalloc(esize);
360 *ep++ = *cp;
361 *ep++ = '=';
364 *ep
387 char **ep; local
463 char **ep; local
532 char * const *ep; local
679 char **old_envp, **ep, *cp, *ps1; local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunsetenv.c57 char **ep; local
69 ep = __environ;
70 while (*ep != NULL)
71 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
74 char **dp = ep;
82 ++ep;
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dunsetenv.c60 char **ep; local
72 ep = __environ;
73 while (*ep != NULL)
74 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
77 char **dp = ep;
85 ++ep;
/macosx-10.9.5/cxxfilt-11/cxxfilt/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...]
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dsnpf.c204 _PROTOTYPE(static void dopr,(char *bp, char *ep, char *fmt, va_list args));
205 _PROTOTYPE(static void dopr_outch,(char **bp, char *ep, int c));
206 _PROTOTYPE(static void dostr,(char **bp, char *ep, char *str, int));
209 _PROTOTYPE(static void fmtllnum,(char **bp, char *ep, long long value,
214 _PROTOTYPE(static void fmtnum,(char **bp, char *ep, long value, int base,
216 _PROTOTYPE(static void fmtstr,(char **bp, char *ep, char *value, int ljust,
265 char *ep = str + count - 1; local
268 (void) dopr(str, ep, fmt, args);
270 *ep = '\0';
281 dopr(bp, ep, fm
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dmemccpy.c43 register const char* ep = s2 + n;
45 while (s2 < ep)
H A Dmemchr.c41 register const char* ep = sp + n;
43 while (sp < ep)
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dypmatch_cache.c87 struct ypmatch_ent *ep; local
92 for (ep = ypmc; ep; ep = ep->next)
93 if (ep->expire_t < t)
95 if (ep == NULL) {
96 if ((ep = malloc(sizeof *ep)) == NULL)
98 (void)memset(ep,
151 struct ypmatch_ent *ep; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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
826 Encryptions *ep; local
992 Encryptions *ep; local
[all...]
/macosx-10.9.5/libtelnet-13/
H A Dencrypt.c156 Encryptions *ep = encryptions; local
160 while (ep->type && ep->type != type)
161 ++ep;
162 return(ep->type ? ep : 0);
168 Encryptions *ep = encryptions; local
172 while (ep->type && ep->type != type)
173 ++ep;
195 Encryptions *ep = encryptions; local
228 Encryptions *ep = encryptions; local
253 Encryptions *ep; local
286 Encryptions *ep; local
491 Encryptions *ep; local
530 Encryptions *ep; local
574 Encryptions *ep; local
622 Encryptions *ep; local
658 Encryptions *ep = encryptions; local
725 Encryptions *ep; local
810 Encryptions *ep; local
950 Encryptions *ep; local
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmultilink.c80 #define set_ip_epdisc(ep, addr) do { \
81 ep->length = 4; \
82 ep->value[0] = addr >> 24; \
83 ep->value[1] = addr >> 16; \
84 ep->value[2] = addr >> 8; \
85 ep->value[3] = addr; \
281 get_default_epdisc(ep)
282 struct epdisc *ep;
290 if (p != 0 && get_if_hwaddr(ep->value, p) >= 0) {
291 ep
[all...]
/macosx-10.9.5/shell_cmds-175/env/
H A Denv.c63 char **ep, *p; local
84 for (ep = environ; *ep; ep++)
85 (void)printf("%s\n", *ep);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Denum.c100 struct Enum *ep; local
104 ep = (struct Enum*)np->nvfun;
107 sfprintf(out,"\b%s\b%c",ep->values[0],0);
109 sfprintf(out,"\b%s\b",ep->values[0]);
113 if(ep->iflag)
116 else while(v=ep->values[n++])
125 struct Enum *ep, *pp=(struct Enum*)fp; local
126 ep = newof(0,struct Enum,1,pp->nelem*sizeof(char*));
127 memcpy((void*)ep,(void*)pp,sizeof(struct Enum)+pp->nelem*sizeof(char*));
128 return(&ep
133 struct Enum *ep = (struct Enum*)fp; local
169 struct Enum *ep = (struct Enum*)fp; local
194 struct Enum *ep; local
[all...]
/macosx-10.9.5/shell_cmds-175/who/
H A Dwho.c251 struct utmpentry *ehead, *ep; local
262 for (ep = ehead; ep; ep = ep->next)
263 if (strcmp(ep->line, p) == 0) {
266 eprint(ep);
282 struct utmpentry *ehead, *ep; local
286 for (ep = ehead; ep !
296 eprint(const struct utmpentry *ep) argument
428 struct utmpentry *ehead, *ep; local
[all...]

Completed in 461 milliseconds

1234567891011>>