AIX: 
ps eww <pid>

SOLARIS:
pargs -e <pid>

LINUX:
cat /proc/<pid>/environ | tr '\0' '\n'
