Searched refs:home (Results 1 – 11 of 11) sorted by relevance
56 char *home; in nohup_main() local76 home = getenv("HOME"); in nohup_main()77 if (home) { in nohup_main()78 nohupout = concat_path_file(home, nohupout); in nohup_main()
6 cp -a /mnt /home || { echo "cp: $?"; exit 1; }7 cd /home/mnt || { echo "cd: $?"; exit 1; }
49 mount -o remount,ro /home
725 const char *home = NULL; in username_path_completion() local729 home = get_homedir_or_NULL(); in username_path_completion()737 home = entry->pw_dir; in username_path_completion()739 if (home) { in username_path_completion()740 ud = concat_path_file(home, ud); in username_path_completion()2027 const char *home; in parse_and_put_prompt() local2031 else if ((home = get_homedir_or_NULL()) != NULL && home[0]) { in parse_and_put_prompt()2035 after_home_user = is_prefixed_with(cwd_buf, home); in parse_and_put_prompt()
74 bzip2's "home" is http://www.bzip.org/
40 /home/default d 2755 1000 1000 - - - - -
8 The Busybox home page is at: http://busybox.net/219 - the comp.lang.c FAQ: http://home.datacomm.ch/t_wolf/tw/c/index.html#Sources
234 622 0:00 busybox httpd -p80 -vvv -f -h /home/httpd_root
4962 const char *home = getenv("HOME"); local4964 if (home && *home) {4965 char *exrc = concat_path_file(home, ".exrc");
6505 const char *home; in exptilde() local6531 home = lookupvar("HOME"); in exptilde()6536 home = pw->pw_dir; in exptilde()6539 if (!home) in exptilde()6541 strtodest(home, flag | EXP_QUOTED); in exptilde()
10799 const char *home = get_local_var_value("HOME"); in builtin_cd() local10800 newdir = home ? home : "/"; in builtin_cd()