Searched defs:home (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libast/common/path/
H A Dpathcd.c59 * if path is long and home!=0 then pathcd(home,0)
64 pathcd(const char* path, const char* home) argument
134 * try to recover back to home
137 if (!(p = (char*)home))
139 home = 0;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm273 sub home subroutine
275 scalar @_ == 3 or _usage("home(class, idtype, id)");
/osnet-11/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c248 char path[MAXPATHLEN], *home; local
250 if ((home = getenv("HOME")) == NULL)
251 home = "";
252 (void) snprintf(path, sizeof (path), "%s/.printers", home);
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmvcur.c56 * consider using home down, or taking advantage of automatic margins on
91 int hu, /* cost home + relative */
92 hd, /* cost home-down + relative */
188 char *home; local
192 home = cursor_home;
196 home = cursor_to_ll;
201 if (!home)
206 _PUTS(home, 1);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c62 size_t homesize; /* sizeof(home) */ \
74 char* home; /* home/path buffer */ \
413 setdir(register char* home, register char* path) argument
422 * note that path and home are in the same buffer
426 cdrv = pathcd(home, NiL);
430 pathcd(home, NiL);
439 setpdir(register char* home, register char* path, register char* base) argument
448 cdrv = setdir(home, path);
452 cdrv = pathcd(home, Ni
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c143 char *home; member in struct:Var
497 base_last_comp = last->comp - vp->home;
499 base_comp = comp - vp->home;
500 base_component = component - vp->home;
501 if ((strlen(q) + strlen(vp->home) + 1) > vp->len) {
503 * When the space needed for vp->home has
507 * (possibly moved) new block for vp->home
509 base_this_comp = this->comp - vp->home;
510 base_fullpath = vp->fullpath - vp->home;
511 base_tmppath = vp->tmppath - vp->home;
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c1257 char *home; local
1276 home = getenv("HOME");
1277 if (!home) {
1281 if (chdir(home) == -1) {
1282 ntfs_log_perror("chdir() to home directory failed");

Completed in 28 milliseconds