Searched refs:home_dir (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpconfig.sh72 # Make directory $1 under $home_dir with mode $2 and ownership $3.
75 # Make a special case of creating $home_dir itself
78 dir="$home_dir"
80 dir="$home_dir/$1"
90 # Copy file $1 to under $home_dir with mode $2 and ownership $3.
95 file="$home_dir$1"
109 if [ -z "$home_dir" ]
120 /usr/sbin/useradd -c "$comment" -d "$home_dir" -s "$login_shell" -g other "$username" || exit 2
123 if [ -z "$home_dir" ]
125 home_dir
[all...]
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dhomedir.c214 const char *home_dir; /* A pointer to the home directory of the user */ local
232 home_dir = hd_getpwd(home);
233 if(!home_dir) {
238 return home_dir;
245 home_dir = getenv("HOME");
246 if(home_dir)
247 return home_dir;
273 home_dir = home->pwd.pw_dir;
289 home_dir = pwd->pw_dir;
292 return home_dir;
[all...]
H A Dcplfile.c486 const char *home_dir = _hd_lookup_home_dir(cf->home, user); local
490 if(!home_dir) {
497 if(_pn_append_to_path(cf->path, home_dir, -1, 0) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/sqlite/
H A Dshell.c1098 char *home_dir = NULL; local
1104 home_dir = pwent->pw_dir;
1110 home_dir = getcwd(home_path, _MAX_PATH);
1113 if (!home_dir) {
1114 home_dir = getenv("HOME");
1115 if (!home_dir) {
1116 home_dir = getenv("HOMEPATH"); /* Windows? */
1121 if (!home_dir) {
1122 home_dir = "c:";
1126 if( home_dir ){
1143 char *home_dir = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dsys-suspend.c486 char *home_dir; local
500 if ((home_dir = getenv("HOME")) == NULL) {
506 home_dir = pwd->pw_dir;
508 if ((strlen(home_dir) + sizeof ("/.Xauthority")) >= MAXPATHLEN) {
518 (void) sprintf(filepath, "%s/.Xauthority", home_dir);
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsamrpc.ndl1350 samr_vcbuf_t home_dir; /* 00 00 02 00 D0 04 8A 77 */

Completed in 133 milliseconds