Searched refs:ep (Results 276 - 300 of 442) sorted by relevance

<<1112131415161718

/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dmain.c153 char *cp, *ep, *anonuser, *anonpass, *upload_path, *src_addr; local
375 quit_time = strtol(optarg, &ep, 10);
376 if (quit_time < 1 || *ep != '\0')
381 retry_connect = strtol(optarg, &ep, 10);
382 if (retry_connect < 1 || *ep != '\0')
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dnetdissect.h235 #define ESRC(ep) ((ep)->ether_shost)
236 #define EDST(ep) ((ep)->ether_dhost)
406 const u_char *ep, const unsigned int len);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dname.c144 void sh_envput(Env_t* ep,Namval_t *np) argument
162 env_add(ep,stakptr(offset),ENV_STRDUP);
2731 char *ep; local
2733 base64encode(up->cp, size, (void**)0, cp=getbuf(insize), insize, (void**)&ep);
2734 *ep = 0;
3050 register char *ep=0; local
3061 cp = nv_endsubscript((Namval_t*)0,ep=cp,0);
3067 cp = nv_endsubscript((Namval_t*)0,ep=cp,0);
3068 if((ep=sh_checkid(ep
3204 register char *ep,*cp; local
[all...]
H A Darray.c1341 char *ep=cp; local
1342 while(*ep=='[')
1344 ep = nv_endsubscript(np,ep,0);
1347 if(*ep)
1362 for(n=1,ep=cp;*ep=='['; ep=cp)
1364 cp = nv_endsubscript(np,ep,0);
1366 fp->max[n++] = sz = (int)sh_arith(shp,(char*)ep
1389 char *ep; local
[all...]
H A Dlex.c1722 const char *cp = (const char*)buff, *next=cp, *ep = cp + n; local
1724 while(next = (const char*)memchr(next,'\r',ep-next))
1735 if((k=sfwrite(sp,cp,ep-cp)) < 0)
2081 register char *ep; local
2088 ep = sp - shift;
2090 *--sp = *--ep;
2109 char *ep=0, *xp=0; local
2167 if(ep)
2170 stresc(ep);
2171 dp = ep
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-keygen.c775 char *comment = NULL, *cp, *ep, line[16*1024], *fp, *ra; local
831 i = strtol(cp, &ep, 10);
832 if (i == 0 || ep == NULL || (*ep != ' ' && *ep != '\t')) {
846 ep = cp;
849 cp = ep;
1936 char *path, *cp, *ep, line[SSH_MAX_PUBKEY_BYTES]; local
1980 serial = strtoull(cp, &ep, 0);
1981 if (*cp == '\0' || (*ep !
2193 char out_file[MAXPATHLEN], *ep, *rr_hostname = NULL; local
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvfprintf.c127 const CHAR *cp, const CHAR *ep, locale_t loc)
131 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, loc))
143 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, loc))
147 if (cp > ep)
148 cp = ep;
392 #define PRINTANDPAD(p, ep, len, with) { \
393 if (io_printandpad(&io, (p), (ep), (len), (with), loc)) \
126 grouping_print(struct grouping_state *gs, struct io_state *iop, const CHAR *cp, const CHAR *ep, locale_t loc) argument
H A Dvfwprintf.c152 const CHAR *cp, const CHAR *ep, locale_t loc)
156 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, loc))
168 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, loc))
172 if (cp > ep)
173 cp = ep;
466 #define PRINTANDPAD(p, ep, len, with) { \
467 if (io_printandpad(&io, (p), (ep), (len), (with), loc)) \
151 grouping_print(struct grouping_state *gs, struct io_state *iop, const CHAR *cp, const CHAR *ep, locale_t loc) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_md5.c514 const char *sp, *ep; local
537 for (ep = sp; (*ep != '\0') && (*ep != '$') && (ep < (sp + 8)); ep++) {
544 sl = ep - sp;
/macosx-10.9.5/apr-30/apr-util/apr-util/crypto/
H A Dapr_md5.c510 const char *sp, *ep; local
533 for (ep = sp; (*ep != '\0') && (*ep != '$') && (ep < (sp + 8)); ep++) {
540 sl = ep - sp;
/macosx-10.9.5/procmail-14/procmail/src/
H A Dformail.c523 { char**ep;char**vfileno=0; local
526 for(ep=environ;*ep;ep++) /* gobble through the environment */
527 if(!strncmp(*ep,ffileno,LEN_FILENO_VAR)) /* look for FILENO= */
528 vfileno=ep; /* yes, found it */
531 envlen=(ep-environ+1)*sizeof*environ; /* current length */
532 tmemmove(ep=malloc(envlen+sizeof*environ),environ,envlen);
533 *(vfileno=(char**)((char*)(environ=ep)+envlen))=0;*--vfileno=ffileno;
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dprintf.c896 char *ep; local
905 ret = strtoimax (garglist->word->word, &ep, 0);
907 if (*ep)
929 char *ep; local
938 ret = strtoumax (garglist->word->word, &ep, 0);
940 if (*ep)
958 char *ep; local
967 ret = strtofltmax (garglist->word->word, &ep);
969 if (*ep)
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Derrors.c367 error_log_rec_t *ep;
368 ep = log_rec_p->first_this_line;
370 FREE(ep);
362 error_log_rec_t *ep; local
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddfile.c412 char dev_ch[32], *ep; local
444 ep = endnm(&sz);
445 (void) snpf(ep, sz, ", cnt=%" SZOFFPSPEC "u",
/macosx-10.9.5/ruby-104/ruby/
H A Dvm.inc56 VALUE *ep = GET_EP();
59 ep = GET_PREV_EP(ep);
61 val = *(ep - idx);
90 VALUE *ep = GET_EP();
93 ep = GET_PREV_EP(ep);
95 *(ep - idx) = val;
3030 VALUE *ep = GET_EP();
3033 ep
[all...]
H A Dinsns.def61 VALUE *ep = GET_EP();
64 ep = GET_PREV_EP(ep);
66 val = *(ep - idx);
83 VALUE *ep = GET_EP();
86 ep = GET_PREV_EP(ep);
88 *(ep - idx) = val;
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_parse.c968 char *ep; local
1022 element_ptr->statsize = strtoq((const char *)text_ptr->name, &ep, 10);
1118 char *ep; local
1131 statbuf->attr_stat.st_size = strtoq((const char *)text_ptr, &ep, 10);
1201 char *ep; local
1214 quotas->quota_available_bytes = strtouq(text_ptr, &ep, 10);
1227 quotas->quota_used_bytes = strtouq(text_ptr, &ep, 10);
1239 quotas->quota = strtouq(text_ptr, &ep, 10);
1251 quotas->quotaused = strtouq(text_ptr, &ep, 10);
1326 char *ep, *c local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dget_in_tkt.c103 krb5_enctype *ep; local
116 for (ep = enctypes; *ep != ETYPE_NULL; ep++)
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcdsliv.c102 #include <dce/ep.h> /* derived from ep.idl */
H A Drpcdutil.c97 #include <dce/ep.h> /* derived from ep.idl */
/macosx-10.9.5/network_cmds-433/mtest.tproj/
H A Dmtest.c741 struct ether_addr *ep; local
755 ep = ether_aton(str2);
756 if (ep == NULL) {
761 memcpy(LLADDR(dlp), ep, ETHER_ADDR_LEN); local
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c150 char *ep; local
288 ultmp = strtoul(optarg, &ep, 0);
289 if (*ep || ep == optarg || ultmp > MAXTOS)
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dat.c750 char *ep; local
760 if ((joblist[i] = strtol(argv[i], &ep, 10)) < 0 ||
761 ep == argv[i] || *ep != '\0' || errno)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dat.c750 char *ep; local
760 if ((joblist[i] = strtol(argv[i], &ep, 10)) < 0 ||
761 ep == argv[i] || *ep != '\0' || errno)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrutil.c1782 png_charp ep; local
1831 ep = png_ptr->chunkdata + 1; /* Skip unit byte */
1834 width = png_strtod(png_ptr, ep, &vp);
1844 swidth = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1852 png_memcpy(swidth, ep, png_strlen(ep));
1856 for (ep = png_ptr->chunkdata; *ep; ep++)
1858 ep
[all...]

Completed in 280 milliseconds

<<1112131415161718