blocxx
Defines

Paths.hpp File Reference

#include "blocxx/BLOCXX_config.h"

Go to the source code of this file.

Defines

#define _PATH_DEFPATH   "/usr/bin:/bin"
#define _PATH_STDPATH   "/usr/bin:/bin:/usr/sbin:/sbin"
#define _PATH_BSHELL   "/bin/sh"
#define _PATH_CONSOLE   "/dev/console"
#define _PATH_CSHELL   "/bin/csh"
#define _PATH_DEVDB   "/var/run/dev.db"
#define _PATH_DEVNULL   "/dev/null"
#define _PATH_DRUM   "/dev/drum"
#define _PATH_KLOG   "/proc/kmsg"
#define _PATH_KMEM   "/dev/kmem"
#define _PATH_LASTLOG   "/var/log/lastlog"
#define _PATH_MAILDIR   "/var/mail"
#define _PATH_MAN   "/usr/share/man"
#define _PATH_MEM   "/dev/mem"
#define _PATH_MNTTAB   "/etc/fstab"
#define _PATH_MOUNTED   "/etc/mtab"
#define _PATH_NOLOGIN   "/etc/nologin"
#define _PATH_PRESERVE   "/var/lib"
#define _PATH_RWHODIR   "/var/spool/rwho"
#define _PATH_SENDMAIL   "/usr/sbin/sendmail"
#define _PATH_SHADOW   "/etc/shadow"
#define _PATH_SHELLS   "/etc/shells"
#define _PATH_TTY   "/dev/tty"
#define _PATH_UNIX   "/boot/vmlinux"
#define _PATH_UTMP   "/var/run/utmp"
#define _PATH_VI   "/bin/vi"
#define _PATH_WTMP   "/var/log/wtmp"
#define _PATH_DEV   "/dev/"
#define _PATH_TMP   "/tmp/"
#define _PATH_VARDB   "/var/db/"
#define _PATH_VARRUN   "/var/run/"
#define _PATH_VARTMP   "/var/tmp/"

Define Documentation

#define _PATH_BSHELL   "/bin/sh"

Definition at line 67 of file Paths.hpp.

#define _PATH_CONSOLE   "/dev/console"

Definition at line 68 of file Paths.hpp.

#define _PATH_CSHELL   "/bin/csh"

Definition at line 69 of file Paths.hpp.

#define _PATH_DEFPATH   "/usr/bin:/bin"
Author:
Dan Nuffer

Definition at line 60 of file Paths.hpp.

#define _PATH_DEV   "/dev/"

Definition at line 92 of file Paths.hpp.

#define _PATH_DEVDB   "/var/run/dev.db"

Definition at line 70 of file Paths.hpp.

#define _PATH_DEVNULL   "/dev/null"

Definition at line 71 of file Paths.hpp.

Referenced by BLOCXX_NAMESPACE::Exec::PreExec::setupStandardDescriptors().

#define _PATH_DRUM   "/dev/drum"

Definition at line 72 of file Paths.hpp.

#define _PATH_KLOG   "/proc/kmsg"

Definition at line 73 of file Paths.hpp.

#define _PATH_KMEM   "/dev/kmem"

Definition at line 74 of file Paths.hpp.

#define _PATH_LASTLOG   "/var/log/lastlog"

Definition at line 75 of file Paths.hpp.

#define _PATH_MAILDIR   "/var/mail"

Definition at line 76 of file Paths.hpp.

#define _PATH_MAN   "/usr/share/man"

Definition at line 77 of file Paths.hpp.

#define _PATH_MEM   "/dev/mem"

Definition at line 78 of file Paths.hpp.

#define _PATH_MNTTAB   "/etc/fstab"

Definition at line 79 of file Paths.hpp.

#define _PATH_MOUNTED   "/etc/mtab"

Definition at line 80 of file Paths.hpp.

#define _PATH_NOLOGIN   "/etc/nologin"

Definition at line 81 of file Paths.hpp.

#define _PATH_PRESERVE   "/var/lib"

Definition at line 82 of file Paths.hpp.

#define _PATH_RWHODIR   "/var/spool/rwho"

Definition at line 83 of file Paths.hpp.

#define _PATH_SENDMAIL   "/usr/sbin/sendmail"

Definition at line 84 of file Paths.hpp.

#define _PATH_SHADOW   "/etc/shadow"

Definition at line 85 of file Paths.hpp.

#define _PATH_SHELLS   "/etc/shells"

Definition at line 86 of file Paths.hpp.

#define _PATH_STDPATH   "/usr/bin:/bin:/usr/sbin:/sbin"

Definition at line 61 of file Paths.hpp.

#define _PATH_TMP   "/tmp/"

Definition at line 93 of file Paths.hpp.

#define _PATH_TTY   "/dev/tty"

Definition at line 87 of file Paths.hpp.

#define _PATH_UNIX   "/boot/vmlinux"

Definition at line 88 of file Paths.hpp.

#define _PATH_UTMP   "/var/run/utmp"

Definition at line 89 of file Paths.hpp.

#define _PATH_VARDB   "/var/db/"

Definition at line 94 of file Paths.hpp.

#define _PATH_VARRUN   "/var/run/"

Definition at line 95 of file Paths.hpp.

#define _PATH_VARTMP   "/var/tmp/"

Definition at line 96 of file Paths.hpp.

#define _PATH_VI   "/bin/vi"

Definition at line 90 of file Paths.hpp.

#define _PATH_WTMP   "/var/log/wtmp"

Definition at line 91 of file Paths.hpp.