Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:username

646         username[MagickPathExtent];
657 (void) CopyMagickString(username,path+1,MagickPathExtent);
658 p=strchr(username,'/');
661 entry=getpwnam(username);