Searched refs:home (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t49 my ($home, $fail);
264 $home = lgrp_home(P_PID, P_MYID);
265 ok(defined($home));
266 my $home1 = $c->home(P_PID, P_MYID);
267 ok($home1 == $home);
269 ok($home1 == $home);
270 $home1 = $c->home(P_LWPID, 1);
271 ok($home1 == $home);
282 $affinity = $c->affinity_set(P_PID, P_MYID, $home, LGRP_AFF_WEAK);
285 $affinity = $c->affinity_set(P_LWPID, 1, $home, LGRP_AFF_WEA
[all...]
H A DLgrp_api.t60 my ($home, $fail);
138 # lgrp_affinity-set should change home lgrp.
143 $home = $c->home(P_PID, P_MYID);
146 my $lgrp = ($home == $root ? $leaf : $root);
150 # Our home should change to a new lgrp.
151 $home = $c->home(P_PID, P_MYID);
152 is($home, $lgrp, 'Home lgrp should change after strong affinity is set');
/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/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/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dbasic.t45 # look up the user's home directory
49 ($name, $home) = (getpwuid($>))[0,7];
52 if (defined $home && defined $name && -d $home) {
54 if ((scalar(@a) != 1 || $a[0] ne $home || GLOB_ERROR)) {
136 $ENV{HOME} = "sweet home";
/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/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm21 my($home,$file);
24 $home = $ENV{HOME} || `pwd`;
25 chomp($home);
26 $file = ($home =~ /:$/ ? $home . "netrc" : $home . ":netrc");
29 $home = eval { (getpwuid($>))[7] } || $ENV{HOME};
30 $home ||= $ENV{HOMEDRIVE} . ($ENV{HOMEPATH}||'') if defined $ENV{HOMEDRIVE};
31 $file = $home . "/.netrc";
228 auto-login process. It resides in the user's home director
[all...]
H A DConfig.pm71 my $home = eval { local $SIG{__DIE__}; (getpwuid($>))[7] } || $ENV{HOME};
72 $home ||= $ENV{HOMEDRIVE} . ($ENV{HOMEPATH}||'') if defined $ENV{HOMEDRIVE};
73 if (defined $home) {
74 $file = $home . "/.libnetrc";
136 can be done by having a C<.libnetrc> file in their home directory. This file
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpwent.t115 my ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$home,$shell) = @n;
119 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$home,$shell) = @n;
128 $home eq $home_s and
/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/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/libc/sparc/gen/
H A Dalloca.s38 ! then copy the tmp area to its new home
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s37 ! then copy the tmp area to its new home
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c164 {"home", 0, 0xe0, 0, 0x47},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm48 my $home = exists $ENV{HOME} ? "$ENV{HOME}/.termcap:" : '';
49 $ENV{TERMPATH} = $home . '/etc/termcap:/usr/share/misc/termcap'
/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/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");
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py634 home = None
637 home = os.getenv('HOME') or pwd.getpwuid(os.getuid()).pw_dir
641 if not home:
645 backupbase = os.path.join(home, 'cdm.backup')
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh175 # home directory with higher lableled zones. Reading the lowest
176 # labeled home directory is required by updatehome(1).
192 echo "$LOGNAME\tlocalhost:/export/home/$LOGNAME" >> \
211 # check if its home directories can be shared.
224 echo "* ${ipaddr}:/export/home/&" \
239 mountpoint="/zone/${minzone}/home"
339 read name pw uid gid descr home shell; do
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm265 full name, office location, work phone number, and home phone number.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm34 $Header: /home/cvs/test-harness/lib/Test/Harness.pm,v 1.80 2003/12/31 02:39:21 andy Exp $
1116 Using /home/schwern/src/devel/Test-Harness/blib
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm299 Expand patterns that start with '~' to user name home directories.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm146 home directory. If you choose so then future builds will take the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1104 This will install all files in the module under your home directory,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1314 # If there isn't one here, try the user's home directory.
6776 B<f> I</home/me/foo.pl> and B<f> I<oo\\.> may access the same file.
6962 B<f> I</home/me/foo.pl> and B<f> I<oo\\.> may access the same file.

Completed in 72 milliseconds

12