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

/solaris-userland/components/proftpd/
H A Dmod_solaris_audit.c563 char* rp = NULL; local
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; local
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; local
677 char* rp = NULL; local
718 char* rp = NULL; local
780 char *rp = NULL; local
808 char* rp = NULL; local
[all...]

Completed in 18 milliseconds