Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:environ

121 #define environ (*_NSGetEnviron())
126 **environ;
538 if (environ != (char **) NULL)
546 for (i=0; environ[i] != (char *) NULL; i++)
548 SetStringInfoLength(chaos,strlen(environ[i]));
549 SetStringInfoDatum(chaos,(unsigned char *) environ[i]);