Lines Matching defs:rp
563 char* rp = NULL;
571 rp = realpath(ptr, src_realpath);
572 if (rp == NULL) {
580 /* If rp is NULL and errno is ENOENT, it means that
586 if (rp != NULL)
587 ptr = rp;
629 char *rp = NULL;
631 rp = realpath(event->adt_ft_mkdir.d_path, src_realpath);
632 if (rp == NULL) {
637 event->adt_ft_mkdir.d_path = rp;
644 char *rp = NULL;
646 rp = realpath(event->adt_ft_mkdir.d_path, src_realpath);
647 if (rp != NULL) {
648 event->adt_ft_mkdir.d_path = rp;
677 char* rp = NULL;
685 rp = realpath(ptr, src_realpath);
686 if (rp == NULL) {
696 if (rp != NULL)
697 ptr = rp;
718 char* rp = NULL;
726 rp = realpath(ptr, src_realpath);
727 if (rp == NULL) {
737 if (rp != NULL)
738 ptr = rp;
780 char *rp = NULL;
782 rp = realpath(event->adt_ft_put.f_path, src_realpath);
783 if (rp == NULL) {
788 event->adt_ft_put.f_path = rp;
808 char* rp = NULL;
816 rp = realpath(ptr, src_realpath);
817 if (rp == NULL) {
827 if (rp != NULL)
828 ptr = rp;