Home | History | Annotate | Download | only in make-3.81

Lines Matching full:userend

3001       char *userend = strchr (name + 1, '/');
3002 if (userend != 0)
3003 *userend = '\0';
3007 if (userend == 0)
3010 return concat (pwent->pw_dir, "/", userend + 1);
3012 else if (userend != 0)
3013 *userend = '/';