Home
last modified time | relevance | path

Searched refs:cp (Results 26 – 50 of 53) sorted by relevance

123

/PHP-5.4/ext/date/lib/
H A Dtimelib.m449 char *cp = (char *)&one;
51 if (*cp == 0) {
/PHP-5.4/scripts/dev/
H A Dphpextdist20 cp -rp $myname $distname
/PHP-5.4/scripts/
H A Dphpize.in147 (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
148 (cd "$phpdir" && cp $FILES "$builddir")
/PHP-5.4/ext/pdo_firebird/
H A Dfirebird_statement.c189 char *cp; in firebird_stmt_describe() local
201 col->name = cp = emalloc(colname_len + 1); in firebird_stmt_describe()
203 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
204 cp += var->relname_length; in firebird_stmt_describe()
205 *cp++ = '.'; in firebird_stmt_describe()
207 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
208 *(cp+var->aliasname_length) = '\0'; in firebird_stmt_describe()
/PHP-5.4/ext/curl/
H A Dmulti.c97 RETURN_LONG((long) curl_multi_add_handle(mh->multi, ch->cp)); in PHP_FUNCTION()
154 RETURN_LONG((long) curl_multi_remove_handle(mh->multi, ch->cp)); in PHP_FUNCTION()
300 if (ch->cp == tmp_msg->easy_handle) { in PHP_FUNCTION()
H A Dphp_curl.h137 CURL *cp; member
/PHP-5.4/ext/standard/html_tables/
H A Dhtml_table_gen.php198 $cp = $i << 6 | $j; variable
199 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
/PHP-5.4/
H A DMakefile.global20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
23 …I_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp$(PHP_…
H A Dmakedist76 cp $i.bak $i
H A DREADME.SELF-CONTAINED-EXTENSIONS43 $ cp -rp php-4.0.X/ext/mysql/* .
H A Dltmain.sh621 *install*|cp|mv)
5584 $run cp "$obj" "$gentop/$newobj"
5859 *[\\\ /]cp\ *) ;;
H A Dacinclude.m4863 \$(LIBTOOL) --mode=install cp $3/$1.$suffix \$(phplibdir)
2040 char *cp = (char *)&one;
2042 if (*cp == 0) {
H A DINSTALL212 cp php.ini-development /usr/local/lib/php.ini
276 14. cp php.ini-development /usr/local/lib/php.ini
442 cp php.ini-development /usr/local/lib/php.ini
891 # cp /usr/local/share/doc/php4/php.ini-recommended /var/www/conf/php.ini
/PHP-5.4/pear/
H A DMakefile.frag20 cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
/PHP-5.4/ext/phar/
H A DMakefile.frag25 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc
/PHP-5.4/ext/standard/tests/general_functions/
H A Dimport_request.phpt8 ap=25&bp=test&cp=blah3&dp[]=ar
/PHP-5.4/Zend/
H A Dacinclude.m490 char *cp = (char *)&one;
92 if (*cp == 0) {
H A Dzend_alloc.c792 zend_mm_free_block **rp, **cp; in zend_mm_remove_from_free_list() local
811 while (*(cp = &(prev->child[prev->child[1] != NULL])) != NULL) { in zend_mm_remove_from_free_list()
812 prev = *cp; in zend_mm_remove_from_free_list()
813 rp = cp; in zend_mm_remove_from_free_list()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_exec.c238 pcre_uint32 cc, cp; in match_ref() local
241 cp = UCHAR21TEST(p); in match_ref()
242 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1; in match_ref()
2557 const pcre_uint32 *cp; in match() local
2627 if (c < *cp) in match()
2629 if (c == *cp++) in match()
4313 if (c < *cp) in match()
4315 if (c == *cp++) in match()
5069 if (c < *cp) in match()
5071 if (c == *cp++) in match()
[all …]
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c568 char *cp; in mprint() local
571 cp = estrndup((const char *)ms->search.s, ms->search.rm_len); in mprint()
572 if (cp == NULL) { in mprint()
576 rval = file_printf(ms, m->desc, cp); in mprint()
577 efree(cp); in mprint()
/PHP-5.4/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.4/build/
H A Dshtool872 cp "$src" "$dsttmp" || shtool_exit $?
888 cp "$dsttmp" "$dsttmp.old"
H A Dlibtool.m43096 cp $export_symbols $output_objdir/$soname.def;
4491 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
5470 cp $export_symbols $output_objdir/$soname.def;
6342 cp conftest.in conftest.nl
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3003 char *cp;
3006 - cp = strndup((const char *)ms->search.s, ms->search.rm_len);
3007 + cp = estrndup((const char *)ms->search.s, ms->search.rm_len);
3008 if (cp == NULL) {
3012 rval = file_printf(ms, m->desc, cp);
3013 - free(cp);
3014 + efree(cp);
/PHP-5.4/ext/odbc/
H A Dconfig.m4117 cp "$ODBC_OBJS" "$ODBC_LIB"

Completed in 157 milliseconds

123