Searched refs:cp (Results 226 - 250 of 283) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/
H A DMakefile75 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/seed/
H A DMakefile53 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/store/
H A DMakefile54 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ui/
H A DMakefile56 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/pl/
H A DVC-32.pl10 $cp='$(PERL) util/copy.pl';
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A DMakefile50 cmp -s regex.tmp regex.h 2>/dev/null || cp regex.tmp regex.h
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c238 pcre_uint32 cc, cp; local
241 cp = UCHAR21TEST(p);
242 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1;
2557 const pcre_uint32 *cp; local
2624 cp = PRIV(ucd_caseless_sets) + ecode[2];
2627 if (c < *cp)
2629 if (c == *cp++)
4303 const pcre_uint32 *cp; local
4310 cp
5056 const pcre_uint32 *cp; local
5565 const pcre_uint32 *cp; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/
H A DMakefile.in143 /bin/cp -pr $(COPYFILES) $(PREFIX) ; \
H A DPACK999 cp README_UNIX README_MACOSX README_WIN.TXT UNPACK $DEST_DIR/common
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/
H A DMakefile.in66 CP=/bin/cp
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/
H A DMakefile78 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdh/
H A DMakefile53 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A De_des3.c125 char *cp; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/objects/
H A DMakefile65 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/lua/src/
H A Dlauxlib.c613 ** true if it skipped the first line. In any case, '*cp' has the
617 static int skipcomment (LoadF *lf, int *cp) { argument
618 int c = *cp = skipBOM(lf);
623 *cp = getc(lf->f); /* skip end-of-line, if present */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_lib.c2793 const SSL_CIPHER *cp; local
2798 cp = OBJ_bsearch_ssl_cipher_id(&c, ssl3_ciphers, SSL3_NUM_CIPHERS);
2799 if (cp == NULL || cp->valid == 0)
2802 return cp;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A DMakefile55 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A DMakefile54 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdsa/
H A DMakefile53 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/
H A DMakefile91 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
/barrelfish-2018-10-04/lib/tommath/
H A Dmakefile183 cp -R ./libtommath/* ./libtommath-$(VERSION)/ ; \
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dip6_addr.h272 int ip6addr_aton(const char *cp, ip6_addr_t *addr);
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A DMakefile.in49 CP = /bin/cp
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A DMakefile56 cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
59 cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c660 static int cp(int argc, char *argv[]) function
1233 {"cp", cp, "Copy files"},

Completed in 184 milliseconds

1234567891011>>