Searched refs:home (Results 76 - 100 of 111) sorted by relevance

12345

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFormat.h43 virtual void home(); // Out of line virtual method.
/openbsd-current/regress/libexec/ftpd/
H A DMakefile31 @echo user ftp needs existing home directory ${FTPDIR} for this regress
/openbsd-current/usr.sbin/sysupgrade/
H A Dsysupgrade.sh28 SETSDIR=/home/_sysupgrade
/openbsd-current/usr.bin/telnet/
H A Dcommands.c1684 char *home = getenv("HOME");
1686 if (home == NULL || *home == '\0')
1689 home ? home : "");
1677 char *home = getenv("HOME"); local
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h228 char home[16]; member in struct:__anon7417
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pm1142 my ($name, $uid, $group, $loginclass, $comment, $home, $shell) =
1146 comment => $comment, home => $home, shell => $shell }, $class;
1183 if ($self->{home} =~ m/^\!(.*)$/o) {
1195 (qw(name uid group class comment home shell)));
H A DAdd.pm409 '-d', $self->{home},
/openbsd-current/usr.bin/less/
H A Dscreen.c32 *sc_home, /* Cursor home */
365 * We need it only if we don't have home or lower-left.
389 * Choose between using "ho" and "cm" ("home" and "cursor move")
569 home(void) function
575 * Add a blank line (called with cursor at home).
/openbsd-current/usr.bin/ftp/
H A Dsmall.c88 char *home = "/"; variable
H A Dmain.c594 * Set up the home directory in case we're globbing.
604 home = homedir;
H A Dcmds.c777 argc++, argv[1] = home;
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm268 full name, office location, work phone number, and home phone number.
/openbsd-current/games/hack/
H A Dhack.h619 void home(void);
H A Dhack.pri.c107 home();
/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/
H A DGlob.pm102 ## glob on all files in home directory
133 ~ User name home directory
262 Expand patterns that start with '~' to user name home directories.
/openbsd-current/usr.bin/tmux/
H A Dstatus.c67 const char *home, *history_file; local
78 if ((home = find_home()) == NULL)
80 xasprintf(&path, "%s%s", home, history_file + 1);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DHashBase.pm266 C</home/exodist/perl5/perlbrew/perls/main/bin/hashbase_inc.pl>
/openbsd-current/distrib/miniroot/
H A Dinstall.sub1598 for fs in /mnt/{tmp,home,usr{/local,}}; do
1604 [[ $m == /mnt/@(tmp|home|usr/@(src,obj,xobj))@(|/*) ]] &&
2402 ls -d /mnt/{auto_upgrade.conf,bin,dev,etc,home,sbin,tmp,usr,var}
2404 ls -d /mnt/{bin,dev,etc,home,sbin,tmp,usr,var}
3393 _home=/home/$ADMIN
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.pm.PL69 Added handling of arrows, page up/down, home/end, insert/delete keys
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc659 // This is just ~/..., resolve it to the current user's home dir.
661 // For some reason we couldn't get the home directory. Just exit.
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DcheckURL.pl436 http://home.utah-inter.net/kinsearch/Soundex.html
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp565 void format_object_base::home() { function in class:format_object_base
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc1370 // For some reason we couldn't get the home directory. Just exit.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1554 To have everything installed in your home directory, do the following.
1557 perl Makefile.PL INSTALL_BASE=/path/to/your/home/dir
1581 go. Here's an example for installing into your home directory.
1584 perl Makefile.PL PREFIX=/path/to/your/home/dir
1586 This will install all files in the module under your home directory,
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DSpec.pm744 The official home of this project on the web.

Completed in 223 milliseconds

12345