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

/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/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...]

Completed in 55 milliseconds