Searched refs:rp (Results 1 - 14 of 14) sorted by relevance

/solaris-userland-s11u3/components/proftpd/
H A Dmod_solaris_audit.c561 char* rp = NULL; local
569 rp = realpath(ptr, src_realpath);
570 if (rp == NULL) {
578 /* If rp is NULL and errno is ENOENT, it means that
584 if (rp != NULL)
585 ptr = rp;
627 char *rp = NULL; local
629 rp = realpath(event->adt_ft_mkdir.d_path, src_realpath);
630 if (rp == NULL) {
635 event->adt_ft_mkdir.d_path = rp;
642 char *rp = NULL; local
675 char* rp = NULL; local
716 char* rp = NULL; local
778 char *rp = NULL; local
806 char* rp = NULL; local
[all...]
/solaris-userland-s11u3/components/python/cssutils/
H A DMakefile61 (cd $(SOURCE_DIR); cp -rp src src-$(PYTHON_VERSION) ; \
77 (cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
/solaris-userland-s11u3/components/libxml2/
H A DMakefile85 (cd $(@D) ; cp -rp python python2.7 ; \
87 cd $(@D) ; cp -rp python python3.4 ; \
/solaris-userland-s11u3/components/rabbitmq/
H A DMakefile51 COMPONENT_PRE_BUILD_ACTION = ($(CP) -rp $(SOURCE_DIR)/. $(@D))
/solaris-userland-s11u3/components/mysql-5-5/
H A DMakefile38 $(CP) -rp $(SOURCE_DIR)/* $(@D);
/solaris-userland-s11u3/components/mysql-5-7/
H A DMakefile46 COMPONENT_PRE_BUILD_ACTION += $(CP) -rp $(SOURCE_DIR)/* $(@D);
/solaris-userland-s11u3/components/erlang/
H A DMakefile91 ($(CP) -rp $(SOURCE_DIR)/. $(@D))
/solaris-userland-s11u3/components/lcms/
H A DMakefile86 COMPONENT_POST_CONFIGURE_ACTION += ; (cd $(@D) ; cp -rp python python2.7 ; \
/solaris-userland-s11u3/components/libxslt/
H A DMakefile72 COMPONENT_POST_CONFIGURE_ACTION = (cd $(@D) ; cp -rp python python2.7)
/solaris-userland-s11u3/components/mysql-5-6/
H A DMakefile46 COMPONENT_PRE_BUILD_ACTION += $(CP) -rp $(SOURCE_DIR)/* $(@D);
/solaris-userland-s11u3/components/openscap/
H A DMakefile67 (cd $(@D) ; cp -rp swig swig2.7 ; \
/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dsed0.c909 sed_label_t *rp; local
912 rp = commands->labtab;
914 while (rp < ptr) {
915 if (strcmp(rp->asc, ptr->asc) == 0)
916 return rp;
917 rp++;
H A Dsed1.c629 char *lp, *sp, *rp; local
640 rp = rhsbuf;
642 while ((c = *rp++) != 0) {
649 c = *rp++;
/solaris-userland-s11u3/components/net-snmp/
H A DMakefile102 COMPONENT_POST_CONFIGURE_ACTION = (cd $(@D) ; cp -rp python python2.7)

Completed in 576 milliseconds