Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/standard/
H A Dphp_crypt_r.c137 const char *ep = salt; in php_md5_crypt_r() local
158 for (ep = sp; *ep != '\0' && *ep != '$' && ep < (sp + 8); ep++) { in php_md5_crypt_r()
163 sl = (DWORD)(ep - sp); in php_md5_crypt_r()
322 const char *sp, *ep; in php_md5_crypt_r() local
339 for (ep = sp; *ep != '\0' && *ep != '$' && ep < (sp + 8); ep++) in php_md5_crypt_r()
343 sl = ep - sp; in php_md5_crypt_r()
H A Dproc_open.c77 char **ep; in _php_array_to_envp() local
122 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent); in _php_array_to_envp()
134 *ep = p; in _php_array_to_envp()
135 ++ep; in _php_array_to_envp()
141 *ep = p; in _php_array_to_envp()
142 ++ep; in _php_array_to_envp()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dis_tar.c98 const unsigned char *p, *ep; in is_tar() local
107 ep = header->charptr + sizeof(*header); in is_tar()
108 while (p < ep) in is_tar()
H A Dder.c358 const uint8_t *p = v, *ep = p + l; in printdata() local
362 while (p + x < ep) { in printdata()
369 uint32_t tag = gettag(p, &x, ep - p + x); in printdata()
370 if (p + x >= ep) in printdata()
372 uint32_t len = getlength(p, &x, ep - p + x); in printdata()
378 if (p + len > ep) in printdata()
H A Dapprentice.c2546 char *ep; in getvalue() local
2549 m->value.f = strtof(*p, &ep); in getvalue()
2551 m->value.f = (float)strtod(*p, &ep); in getvalue()
2554 *p = ep; in getvalue()
2561 char *ep; in getvalue() local
2563 m->value.d = strtod(*p, &ep); in getvalue()
2565 *p = ep; in getvalue()
2570 char *ep; in getvalue() local
2573 (uint64_t)strtoull(*p, &ep, 0)); in getvalue()
2575 *p = ep; in getvalue()

Completed in 22 milliseconds