Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 25 of 53) sorted by last modified time

123

/PHP-5.5/win32/
H A Dinet.c3 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() argument
4 inp->s_addr = inet_addr(cp); in inet_aton()
H A Dinet.h4 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
/PHP-5.5/scripts/dev/
H A Dconv_z_macros57 < $i > tmp && cp tmp $i
H A Dphpextdist20 cp -rp $myname $distname
H A Dconv_proto25 cp $tmpfile $file
/PHP-5.5/scripts/
H A Dphpize.in147 (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
148 (cd "$phpdir" && cp $FILES "$builddir")
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch195 while ( ( cp = strstr( hs->cgi_pattern, "|/" ) ) != (char*) 0 )
196 (void) strcpy( cp + 1, cp + 2 );
607 cp = &buf[11];
608 cp += strspn( cp, " \t" );
609 if ( strcasecmp( cp, "keep-alive" ) == 0 )
726 char* cp;
/PHP-5.5/sapi/isapi/stresstest/
H A Dgetopt.c50 char *cp; in ap_getopt() local
85 if (!(cp = strchr(optstr, argv[ap_optind][optchr]))) in ap_getopt()
99 if (cp[1] == ':') in ap_getopt()
115 return(*cp); in ap_getopt()
126 return(*cp); in ap_getopt()
/PHP-5.5/sapi/milter/
H A Dgetopt.c48 char *cp; in ap_php_getopt() local
83 if (!(cp = strchr(optstr, argv[ap_php_optind][optchr]))) in ap_php_getopt()
97 if (cp[1] == ':') in ap_php_getopt()
113 return(*cp); in ap_php_getopt()
124 return(*cp); in ap_php_getopt()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_env.c30 char *cp; in setenv() local
36 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) { in setenv()
39 sprintf(cp, "%s=%s", name, value); in setenv()
40 return putenv(cp); in setenv()
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl23 cp $(OBJS_LIB) $@
29 cp $(OBJS_LIB) $@
32 cp libphp5. libphp5.a
60 cp Makefile.tmpl Makefile.tmpl.bak \
H A Dconfig.m4150 …APACHE_HOOKS_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_HOOKS_INSTALL_FILES $APACHE…
169cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_HOOKS_INSTALL_FILES $APACHE_TARGET; cp $sr…
194cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_HOOKS_INSTALL_FILES $APACHE_TARGET; cp $sr…
214 …APACHE_HOOKS_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $AP…
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl23 cp $(OBJS_LIB) $@
29 cp $(OBJS_LIB) $@
32 cp libphp5. libphp5.a
60 cp Makefile.tmpl Makefile.tmpl.bak \
H A Dconfig.m4148 APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_INSTALL_FILES $APACHE_TARGET"
167cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/s…
192cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/s…
212 …APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_I…
/PHP-5.5/pear/
H A DMakefile.frag20 cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
/PHP-5.5/
H A Dmakedist79 cp $i.bak $i
H A Dgenfiles26 cp $f $f.orig
H A Dltmain.sh621 *install*|cp|mv)
5584 $run cp "$obj" "$gentop/$newobj"
5859 *[\\\ /]cp\ *) ;;
/PHP-5.5/ext/standard/tests/general_functions/
H A Dimport_request.phpt8 ap=25&bp=test&cp=blah3&dp[]=ar
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php201 $cp = $i << 6 | $j; variable
202 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
/PHP-5.5/ext/standard/
H A Dflock_compat.c181 int inet_aton(const char *cp, struct in_addr *ap) in inet_aton() argument
187 register char cc = *cp; in inet_aton()
220 } while (*cp++) ; in inet_aton()
H A Ddns.c449 cp += n; in php_parserr()
485 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr()
521 cp++; in php_parserr()
527 cp++; in php_parserr()
628 cp++; in php_parserr()
726 cp++; in php_parserr()
733 cp++; in php_parserr()
740 cp++; in php_parserr()
952 while (an-- && cp && cp < end) { in PHP_FUNCTION()
965 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
[all …]
H A Dcrypt_sha256.c362 char *cp; in php_sha256_crypt_r() local
464 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
466 cp = __php_mempcpy((void *)cp, (const void *)temp_result, 32); in php_sha256_crypt_r()
468 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()
482 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
484 cp = __php_mempcpy(cp, temp_result, 32); in php_sha256_crypt_r()
486 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()
533 cp += n; in php_sha256_crypt_r()
537 cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in php_sha256_crypt_r()
541 *cp++ = '$'; in php_sha256_crypt_r()
[all …]
H A Dcrypt_sha512.c395 char *cp; in php_sha512_crypt_r() local
498 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
500 cp = __php_mempcpy((void *) cp, (const void *)temp_result, 64); in php_sha512_crypt_r()
503 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r()
517 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
519 cp = __php_mempcpy(cp, temp_result, 64); in php_sha512_crypt_r()
521 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r()
568 cp += n; in php_sha512_crypt_r()
572 cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len)); in php_sha512_crypt_r()
576 *cp++ = '$'; in php_sha512_crypt_r()
[all …]
/PHP-5.5/ext/phar/
H A DMakefile.frag25 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc

Completed in 98 milliseconds

123