blocxx
Paths.hpp File Reference
#include "blocxx/BLOCXX_config.h"

Go to the source code of this file.

Macros

#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/"
 

Macro Definition Documentation

◆ _PATH_BSHELL

#define _PATH_BSHELL   "/bin/sh"

Definition at line 67 of file Paths.hpp.

◆ _PATH_CONSOLE

#define _PATH_CONSOLE   "/dev/console"

Definition at line 68 of file Paths.hpp.

◆ _PATH_CSHELL

#define _PATH_CSHELL   "/bin/csh"

Definition at line 69 of file Paths.hpp.

◆ _PATH_DEFPATH

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

Definition at line 60 of file Paths.hpp.

◆ _PATH_DEV

#define _PATH_DEV   "/dev/"

Definition at line 92 of file Paths.hpp.

◆ _PATH_DEVDB

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

Definition at line 70 of file Paths.hpp.

◆ _PATH_DEVNULL

#define _PATH_DEVNULL   "/dev/null"

Definition at line 71 of file Paths.hpp.

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

◆ _PATH_DRUM

#define _PATH_DRUM   "/dev/drum"

Definition at line 72 of file Paths.hpp.

◆ _PATH_KLOG

#define _PATH_KLOG   "/proc/kmsg"

Definition at line 73 of file Paths.hpp.

◆ _PATH_KMEM

#define _PATH_KMEM   "/dev/kmem"

Definition at line 74 of file Paths.hpp.

◆ _PATH_LASTLOG

#define _PATH_LASTLOG   "/var/log/lastlog"

Definition at line 75 of file Paths.hpp.

◆ _PATH_MAILDIR

#define _PATH_MAILDIR   "/var/mail"

Definition at line 76 of file Paths.hpp.

◆ _PATH_MAN

#define _PATH_MAN   "/usr/share/man"

Definition at line 77 of file Paths.hpp.

◆ _PATH_MEM

#define _PATH_MEM   "/dev/mem"

Definition at line 78 of file Paths.hpp.

◆ _PATH_MNTTAB

#define _PATH_MNTTAB   "/etc/fstab"

Definition at line 79 of file Paths.hpp.

◆ _PATH_MOUNTED

#define _PATH_MOUNTED   "/etc/mtab"

Definition at line 80 of file Paths.hpp.

◆ _PATH_NOLOGIN

#define _PATH_NOLOGIN   "/etc/nologin"

Definition at line 81 of file Paths.hpp.

◆ _PATH_PRESERVE

#define _PATH_PRESERVE   "/var/lib"

Definition at line 82 of file Paths.hpp.

◆ _PATH_RWHODIR

#define _PATH_RWHODIR   "/var/spool/rwho"

Definition at line 83 of file Paths.hpp.

◆ _PATH_SENDMAIL

#define _PATH_SENDMAIL   "/usr/sbin/sendmail"

Definition at line 84 of file Paths.hpp.

◆ _PATH_SHADOW

#define _PATH_SHADOW   "/etc/shadow"

Definition at line 85 of file Paths.hpp.

◆ _PATH_SHELLS

#define _PATH_SHELLS   "/etc/shells"

Definition at line 86 of file Paths.hpp.

◆ _PATH_STDPATH

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

Definition at line 61 of file Paths.hpp.

◆ _PATH_TMP

#define _PATH_TMP   "/tmp/"

Definition at line 93 of file Paths.hpp.

◆ _PATH_TTY

#define _PATH_TTY   "/dev/tty"

Definition at line 87 of file Paths.hpp.

◆ _PATH_UNIX

#define _PATH_UNIX   "/boot/vmlinux"

Definition at line 88 of file Paths.hpp.

◆ _PATH_UTMP

#define _PATH_UTMP   "/var/run/utmp"

Definition at line 89 of file Paths.hpp.

◆ _PATH_VARDB

#define _PATH_VARDB   "/var/db/"

Definition at line 94 of file Paths.hpp.

◆ _PATH_VARRUN

#define _PATH_VARRUN   "/var/run/"

Definition at line 95 of file Paths.hpp.

◆ _PATH_VARTMP

#define _PATH_VARTMP   "/var/tmp/"

Definition at line 96 of file Paths.hpp.

◆ _PATH_VI

#define _PATH_VI   "/bin/vi"

Definition at line 90 of file Paths.hpp.

◆ _PATH_WTMP

#define _PATH_WTMP   "/var/log/wtmp"

Definition at line 91 of file Paths.hpp.