Home
last modified time | relevance | path

Searched refs:sysprofile (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c153 const char sysprofile[] = "/etc/profile"; variable
H A Ddefs.h288 extern const char sysprofile[];
H A Dmain.c269 if ((input = pathopen(nullstr, sysprofile)) >= 0) in main()