Page 3 of 25 FirstFirst 123456713 ... LastLast
Results 51 to 75 of 604
  1. #51
    Board Man Comes Home Clipper Nation's Avatar
    My Team
    Los Angeles Clippers
    Join Date
    Oct 2011
    Post Count
    54,257
    I'm against illegal wars, NDAA, wiretapping, bailouts, drones, etc., the difference is that I don't buy into Alex Jnes' bull and blame Obama for everything, nor do I spam unfunny memes and use tragedies as an excuse to for attention, tbh... but please, keep telling me that I don't have any morals and support murder son...

  2. #52
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #! /bin/bash

    objpfx="$1"
    perl="$2"
    cc="$3"
    includes="$4"

    scratch=${objpfx}scratch
    mkdir -p "$scratch"

    standards=("ISO" "ISO99" "ISO11" "POSIX" "XPG3" "XPG4" "UNIX98"
    "XOPEN2K" "XOPEN2K8" "POSIX2008")

    exitval=0
    > ${objpfx}run-conformtest.out
    for s in ${standards[*]}; do
    echo -n $s...
    e=0
    if ! $perl conformtest.pl --tmpdir="$scratch" --cc="$cc" --flags="$includes" --standard=$s > ${objpfx}conform-$s.out; then
    e=1
    fi
    printf "\n%s\n" $s >> ${objpfx}run-conformtest.out
    tail -n 4 ${objpfx}conform-$s.out >> ${objpfx}run-conformtest.out
    echo
    if [ $e -ne 0 ]; then
    tail -n 3 ${objpfx}conform-$s.out
    exitval=1
    fi
    done

    exit $exitval

  3. #53
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11
    type {struct aiocb}

    // Test elements of the AIO control struct.
    element {struct aiocb} int aio_fildes
    element {struct aiocb} off_t aio_offset
    element {struct aiocb} {volatile void*} aio_buf
    element {struct aiocb} size_t aio_nbytes
    element {struct aiocb} int aio_reqprio
    element {struct aiocb} {struct sigevent} aio_sigevent
    element {struct aiocb} int aio_lio_opcode

    constant AIO_CANCELED
    constant AIO_NOTCANCELED
    constant AIO_ALLDONE
    constant LIO_WAIT
    constant LIO_NOWAIT
    constant LIO_READ
    constant LIO_WRITE
    constant LIO_NOP

    function int aio_cancel (int, struct aiocb*)
    function int aio_error (const struct aiocb*)
    function int aio_fsync (int, struct aiocb*)
    function int aio_read (struct aiocb*)
    function ssize_t aio_return (struct aiocb*)
    function int aio_suspend (const struct aiocb* const[], int, const struct timespec*)
    function int aio_write (struct aiocb*)
    function int lio_listio (int, struct aiocb *const[], int, struct sigevent*)

    // POSIX in theory doesn't allow the header to be self contained but
    // this was fixed later and we do not test for this here.
    allow-header fcntl.h
    allow-header signal.h
    allow-header sys/types.h
    allow-header time.h

    allow aio_*
    allow lio_*
    allow AIO_*
    allow LIO_*
    allow *_t
    #endif

  4. #54
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    macro assert

    #ifdef ISO11
    macro static_assert
    #endif

    #if !defined ISO && !defined ISO99 && !defined ISO11
    allow *_t
    #endif

  5. #55
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    macro complex
    macro _Complex_I
    optional-macro imaginary
    optional-macro _Imaginary_I
    macro I

    function double cabs (double complex)
    function {double complex} cacos (double complex)
    function {double complex} cacosh (double complex)
    function double carg (double complex)
    function {double complex} casin (double complex)
    function {double complex} casinh (double complex)
    function {double complex} catan (double complex)
    function {double complex} catanh (double complex)
    function {double complex} ccos (double complex)
    function {double complex} ccosh (double complex)
    function {double complex} cexp (double complex)
    function double cimag (double complex)
    function {double complex} clog (double complex)
    function {double complex} conj (double complex)
    function {double complex} cpow (double complex, double complex)
    function {double complex} cproj (double complex)
    function double creal (double complex)
    function {double complex} csin (double complex)
    function {double complex} csinh (double complex)
    function {double complex} csqrt (double complex)
    function {double complex} ctan (double complex)
    function {double complex} ctanh (double complex)

    function float cabsf (float complex)
    function {float complex} cacosf (float complex)
    function {float complex} cacoshf (float complex)
    function float cargf (float complex)
    function {float complex} casinf (float complex)
    function {float complex} casinhf (float complex)
    function {float complex} catanf (float complex)
    function {float complex} catanhf (float complex)
    function {float complex} ccosf (float complex)
    function {float complex} ccoshf (float complex)
    function {float complex} cexpf (float complex)
    function float cimagf (float complex)
    function {float complex} clogf (float complex)
    function {float complex} conjf (float complex)
    function {float complex} cpowf (float complex, float complex)
    function {float complex} cprojf (float complex)
    function float crealf (float complex)
    function {float complex} csinf (float complex)
    function {float complex} csinhf (float complex)
    function {float complex} csqrtf (float complex)
    function {float complex} ctanf (float complex)
    function {float complex} ctanhf (float complex)

    function {long double} cabsl (long double complex)
    function {long double complex} cacosl (long double complex)
    function {long double complex} cacoshl (long double complex)
    function {long double} cargl (long double complex)
    function {long double complex} casinhl (long double complex)
    function {long double complex} casinl (long double complex)
    function {long double complex} catanhl (long double complex)
    function {long double complex} catanl (long double complex)
    function {long double complex} ccoshl (long double complex)
    function {long double complex} ccosl (long double complex)
    function {long double complex} cexpl (long double complex)
    function {long double} cimagl (long double complex)
    function {long double complex} clogl (long double complex)
    function {long double complex} conjl (long double complex)
    function {long double complex} cpowl (long double complex, long double complex)
    function {long double complex} cprojl (long double complex)
    function {long double} creall (long double complex)
    function {long double complex} csinhl (long double complex)
    function {long double complex} csinl (long double complex)
    function {long double complex} csqrtl (long double complex)
    function {long double complex} ctanhl (long double complex)
    function {long double complex} ctanl (long double complex)

    # if defined ISO11
    macro-function {double complex} CMPLX (double, double)
    macro-function {float complex} CMPLXF (float, float)
    macro-function {long double complex} CMPLXL (long double, long double)
    # endif

    allow cerf
    allow cerfc
    allow cexp2
    allow cexpm1
    allow clog10
    allow clog1p
    allow clog2
    allow clgamma
    allow ctgamma

    allow cerff
    allow cerfcf
    allow cexp2f
    allow cexpm1f
    allow clog10f
    allow clog1pf
    allow clog2f
    allow clgammaf
    allow ctgammaf

    allow cerfl
    allow cerfcl
    allow cexp2l
    allow cexpm1l
    allow clog10l
    allow clog1pl
    allow clog2l
    allow clgammal
    allow ctgammal

    #endif

  6. #56
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
    constant C_IRUSR == 0000400
    constant C_IWUSR == 0000200
    constant C_IXUSR == 0000100
    constant C_IRGRP == 0000040
    constant C_IWGRP == 0000020
    constant C_IXGRP == 0000010
    constant C_IROTH == 0000004
    constant C_IWOTH == 0000002
    constant C_IXOTH == 0000001
    constant C_ISUID == 0004000
    constant C_ISGID == 0002000
    constant C_ISVTX == 0001000
    constant C_ISDIR == 0040000
    constant C_ISFIFO == 0010000
    constant C_ISREG == 0100000
    constant C_ISBLK == 0060000
    constant C_ISCHR == 0020000
    constant C_ISCTG == 0110000
    constant C_ISLNK == 0120000
    constant C_ISSOCK == 0140000

    macro-str MAGIC "070707"

    allow *_t
    #endif

  7. #57
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    function int isalnum (int)
    function int isalpha (int)
    function int iscntrl (int)
    function int isdigit (int)
    function int isgraph (int)
    function int islower (int)
    function int isprint (int)
    function int ispunct (int)
    function int isspace (int)
    function int isupper (int)
    function int isxdigit (int)
    function int tolower (int)
    function int toupper (int)

    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    function int isblank (int)
    #endif

    #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    function int isascii (int)
    function int toascii (int)

    // XPG says the following two are macros. But we test a bit more strictly.
    function int _toupper (int)
    function int _tolower (int)
    #endif

    # if defined XOPEN2K8 || defined POSIX2008
    type locale_t

    function int isalnum_l (int, locale_t)
    function int isalpha_l (int, locale_t)
    function int iscntrl_l (int, locale_t)
    function int isdigit_l (int, locale_t)
    function int isgraph_l (int, locale_t)
    function int islower_l (int, locale_t)
    function int isprint_l (int, locale_t)
    function int ispunct_l (int, locale_t)
    function int isspace_l (int, locale_t)
    function int isupper_l (int, locale_t)
    function int isxdigit_l (int, locale_t)
    function int tolower_l (int, locale_t)
    function int toupper_l (int, locale_t)
    # endif

    allow is[abcdefghijklmnopqrstuvwxyz]*
    allow to[abcdefghijklmnopqrstuvwxyz]*

    #if !defined ISO && !defined ISO99 && !defined ISO11
    allow *_t
    #endif

  8. #58
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    I love Baseline's meltdowns It shows I made him angry for posting truths. And it bumps my threads too

    Fake liberals indeed

  9. #59
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11
    type DIR

    type {struct dirent}

    # if !defined POSIX && !defined POSIX2008
    element {struct dirent} ino_t d_ino
    # endif
    element {struct dirent} char d_name []

    # if !defined POSIX && !defined POSIX2008
    type ino_t
    #endif

    function int closedir (DIR*)
    function {DIR*} opendir (const char*)
    function {struct dirent*} readdir (DIR*)
    function int readdir_r (DIR*, struct dirent*, struct dirent**)
    function void rewinddir (DIR*)
    # if !defined POSIX && !defined POSIX2008
    function void seekdir (DIR*, long int)
    function {long int} telldir (DIR*)
    # endif

    allow d_*
    allow *_t

    # if defined XOPEN2K8 || defined POSIX2008
    function int alphasort (const struct dirent**, const struct dirent**)
    function int dirfd (DIR*)
    function int scandir (const char*, struct dirent***, int(*)(const struct dirent*), int(*)(const struct dirent**,const struct dirent **))
    function {DIR*} fdopendir (int)
    # endif
    #endif

  10. #60
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
    macro RTLD_LAZY
    macro RTLD_NOW
    macro RTLD_GLOBAL
    macro RTLD_LOCAL

    function {void*} dlopen (const char*, int)
    function {void*} dlsym (void *, const char*)
    function int dlclose (void*)
    function {char*} dlerror (void)

    allow *_t
    allow RTLD_*
    #endif

  11. #61
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    macro-int-constant EDOM {int} > 0
    #if !defined ISO && !defined POSIX
    macro-int-constant EILSEQ {int} > 0
    #endif
    macro-int-constant ERANGE {int} > 0

    // variable int errno
    allow errno

    #if !defined ISO && !defined ISO99 && !defined ISO11
    macro-int-constant E2BIG {int} > 0
    macro-int-constant EACCES {int} > 0
    # if !defined POSIX
    macro-int-constant EADDRINUSE {int} > 0
    macro-int-constant EADDRNOTAVAIL {int} > 0
    macro-int-constant EAFNOSUPPORT {int} > 0
    # endif
    macro-int-constant EAGAIN {int} > 0
    # if !defined POSIX
    macro-int-constant EALREADY {int} > 0
    # endif
    macro-int-constant EBADF {int} > 0
    macro-int-constant EBADMSG {int} > 0
    macro-int-constant EBUSY {int} > 0
    macro-int-constant ECANCELED {int} > 0
    macro-int-constant ECHILD {int} > 0
    # if !defined POSIX
    macro-int-constant ECONNABORTED {int} > 0
    macro-int-constant ECONNREFUSED {int} > 0
    macro-int-constant ECONNRESET {int} > 0
    # endif
    macro-int-constant EDEADLK {int} > 0
    # if !defined POSIX
    macro-int-constant EDESTADDRREQ {int} > 0
    macro-int-constant EDQUOT {int} > 0
    # endif
    macro-int-constant EEXIST {int} > 0
    macro-int-constant EFAULT {int} > 0
    macro-int-constant EFBIG {int} > 0
    # if !defined POSIX
    macro-int-constant EHOSTUNREACH {int} > 0
    macro-int-constant EIDRM {int} > 0
    # endif
    macro-int-constant EINPROGRESS {int} > 0
    macro-int-constant EINTR {int} > 0
    macro-int-constant EINVAL {int} > 0
    macro-int-constant EIO {int} > 0
    # if !defined POSIX
    macro-int-constant EISCONN {int} > 0
    # endif
    macro-int-constant EISDIR {int} > 0
    # if !defined POSIX
    macro-int-constant ELOOP {int} > 0
    # endif
    macro-int-constant EMFILE {int} > 0
    macro-int-constant EMLINK {int} > 0
    macro-int-constant EMSGSIZE {int} > 0
    # if !defined POSIX
    macro-int-constant EMULTIHOP {int} > 0
    # endif
    macro-int-constant ENAMETOOLONG {int} > 0
    # if !defined POSIX
    macro-int-constant ENETDOWN {int} > 0
    macro-int-constant ENETUNREACH {int} > 0
    # endif
    macro-int-constant ENFILE {int} > 0
    # if !defined POSIX
    macro-int-constant ENOBUFS {int} > 0
    macro-int-constant ENODATA {int} > 0
    # endif
    macro-int-constant ENODEV {int} > 0
    macro-int-constant ENOENT {int} > 0
    macro-int-constant ENOEXEC {int} > 0
    macro-int-constant ENOLCK {int} > 0
    # if !defined POSIX
    macro-int-constant ENOLINK {int} > 0
    # endif
    macro-int-constant ENOMEM {int} > 0
    # if !defined POSIX
    macro-int-constant ENOMSG {int} > 0
    macro-int-constant ENOPROTOOPT {int} > 0
    # endif
    macro-int-constant ENOSPC {int} > 0
    # if !defined POSIX
    macro-int-constant ENOSR {int} > 0
    macro-int-constant ENOSTR {int} > 0
    # endif
    macro-int-constant ENOSYS {int} > 0
    # if !defined POSIX
    macro-int-constant ENOTCONN {int} > 0
    # endif
    macro-int-constant ENOTDIR {int} > 0
    macro-int-constant ENOTEMPTY {int} > 0
    # if !defined POSIX
    macro-int-constant ENOTSOCK {int} > 0
    # endif
    macro-int-constant ENOTSUP {int} > 0
    macro-int-constant ENOTTY {int} > 0
    macro-int-constant ENXIO {int} > 0
    # if !defined POSIX
    macro-int-constant EOPNOTSUPP {int} > 0
    macro-int-constant EOVERFLOW {int} > 0
    # endif
    macro-int-constant EPERM {int} > 0
    macro-int-constant EPIPE {int} > 0
    # if !defined POSIX
    macro-int-constant EPROTO {int} > 0
    macro-int-constant EPROTONOSUPPORT {int} > 0
    macro-int-constant EPROTOTYPE {int} > 0
    # endif
    macro-int-constant EROFS {int} > 0
    macro-int-constant ESPIPE {int} > 0
    macro-int-constant ESRCH {int} > 0
    # if !defined POSIX
    macro-int-constant ESTALE {int} > 0
    macro-int-constant ETIME {int} > 0
    # endif
    macro-int-constant ETIMEDOUT {int} > 0
    # if !defined POSIX
    macro-int-constant ETXTBSY {int} > 0
    macro-int-constant EWOULDBLOCK {int} > 0
    # endif
    macro-int-constant EXDEV {int} > 0

    # if defined XOPEN2K8 || defined POSIX2008
    macro-int-constant ENOTRECOVERABLE {int} > 0
    macro-int-constant EOWNERDEAD {int} > 0
    # endif

    allow *_t
    #endif

    allow E[0123456789]*
    allow E[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*

  12. #62
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11
    constant F_DUPFD
    constant F_GETFD
    constant F_SETFD
    constant F_GETFL
    constant F_SETFL
    constant F_GETLK
    constant F_SETLK
    constant F_SETLKW
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    constant F_GETOWN
    constant F_SETOWN
    #endif

    constant FD_CLOEXEC

    constant F_RDLCK
    constant F_UNLCK
    constant F_WRLCK

    #if defined POSIX
    allow SEEK_SET
    allow SEEK_CUR
    allow SEEK_END
    #else
    constant SEEK_SET
    constant SEEK_CUR
    constant SEEK_END
    #endif

    constant O_CREAT
    constant O_EXCL
    constant O_NOCTTY
    constant O_TRUNC

    constant O_APPEND
    constant O_NONBLOCK
    constant O_SYNC
    #if !defined XPG3 && !defined XPG4
    constant O_DSYNC
    constant O_RSYNC
    #endif

    constant O_ACCMODE

    constant O_RDONLY
    constant O_RDWR
    constant O_WRONLY

    #if !defined POSIX
    constant S_IFMT
    constant S_IFBLK
    constant S_IFCHR
    constant S_IFIFO
    constant S_IFREG
    constant S_IFDIR
    constant S_IFLNK
    constant S_IFSOCK

    constant S_IRWXU
    constant S_IRUSR
    constant S_IWUSR
    constant S_IXUSR
    constant S_IRWXG
    constant S_IRGRP
    constant S_IWGRP
    constant S_IXGRP
    constant S_IRWXO
    constant S_IROTH
    constant S_IWOTH
    constant S_IXOTH
    constant S_ISUID
    constant S_ISGID
    #if !defined POSIX2008
    constant S_ISVTX
    #endif
    #endif

    #if defined XOPEN2K || defined XOPEN2K8 || defined POSIX2008
    constant POSIX_FADV_NORMAL
    constant POSIX_FADV_SEQUENTIAL
    constant POSIX_FADV_RANDOM
    constant POSIX_FADV_WILLNEED
    constant POSIX_FADV_DONTNEED
    constant POSIX_FADV_NOREUSE
    #endif

    type {struct flock}

    element {struct flock} short l_type
    element {struct flock} short l_whence
    element {struct flock} off_t l_start
    element {struct flock} off_t l_len
    element {struct flock} pid_t l_pid

    #if !defined POSIX
    # if !defined UNIX98
    type mode_t
    # endif
    type off_t
    type pid_t
    #endif

    function int creat (const char*, mode_t)
    function int fcntl (int, int, ...)
    function int open (const char*, int, ...)
    #if defined XOPEN2K8 || defined POSIX2008
    function int openat (int, const char*, int, ...)
    #endif
    #if defined XOPEN2K || defined XOPEN2K8 || defined POSIX2008
    function int posix_fadvise (int, off_t, off_t, int)
    function int posix_fallocate (int, off_t, off_t)
    #endif

    #if defined XOPEN2K8 || defined POSIX2008
    constant O_TTY_INIT
    constant O_CLOEXEC
    constant O_EXEC
    constant O_SEARCH
    constant O_DIRECTORY
    constant O_NOFOLLOW
    constant F_DUPFD_CLOEXEC
    constant AT_FDCWD
    constant AT_EACCESS
    constant AT_SYMLINK_NOFOLLOW
    constant AT_SYMLINK_FOLLOW
    constant AT_REMOVEDIR

    function int openat(int, const char*, int, ...)
    #endif

    #if !defined POSIX
    allow-header sys/stat.h
    allow-header unistd.h
    #endif

    allow l_*
    allow F_*
    allow O_*
    allow S_*
    allow *_t
    #endif

  13. #63
    Board Man Comes Home Clipper Nation's Avatar
    My Team
    Los Angeles Clippers
    Join Date
    Oct 2011
    Post Count
    54,257
    And it bumps my threads too
    Attention

  14. #64
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    type fenv_t
    type fexcept_t

    optional-macro-int-constant FE_DIVBYZERO
    optional-macro-int-constant FE_INEXACT
    optional-macro-int-constant FE_INVALID
    optional-macro-int-constant FE_OVERFLOW
    optional-macro-int-constant FE_UNDERFLOW
    macro-int-constant FE_ALL_EXCEPT

    optional-macro-int-constant FE_DOWNWARD
    optional-macro-int-constant FE_TONEAREST
    optional-macro-int-constant FE_TOWARDZERO
    optional-macro-int-constant FE_UPWARD

    allow FE_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*

    macro FE_DFL_ENV {const fenv_t *}

    function int feclearexcept (int)
    function int fegetexceptflag (fexcept_t*, int)
    function int feraiseexcept (int)
    function int fesetexceptflag (const fexcept_t*, int)
    function int fetestexcept (int)
    function int fegetround (void)
    function int fesetround (int)
    function int fegetenv (fenv_t*)
    function int feholdexcept (fenv_t*)
    function int fesetenv (const fenv_t*)
    function int feupdateenv (const fenv_t *)

    #if !defined ISO && !defined ISO99 && !defined ISO11
    allow *_t
    #endif
    #endif

  15. #65
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    macro-int-constant FLT_RADIX >= 2

    macro FLT_ROUNDS

    macro-int-constant FLT_MANT_DIG
    macro-int-constant DBL_MANT_DIG
    macro-int-constant LDBL_MANT_DIG

    macro-int-constant FLT_DIG >= 6
    macro-int-constant DBL_DIG >= 10
    macro-int-constant LDBL_DIG >= 10

    macro-int-constant FLT_MIN_EXP < 0
    macro-int-constant DBL_MIN_EXP < 0
    macro-int-constant LDBL_MIN_EXP < 0

    macro-int-constant FLT_MIN_10_EXP <= -37
    macro-int-constant DBL_MIN_10_EXP <= -37
    macro-int-constant LDBL_MIN_10_EXP <= -37

    macro-int-constant FLT_MAX_EXP
    macro-int-constant DBL_MAX_EXP
    macro-int-constant LDBL_MAX_EXP

    macro-int-constant FLT_MAX_10_EXP >= 37
    macro-int-constant DBL_MAX_10_EXP >= 37
    macro-int-constant LDBL_MAX_10_EXP >= 37

    macro-constant FLT_MAX >= 1.0E37
    macro-constant DBL_MAX >= 1.0E37
    macro-constant LDBL_MAX >= 1.0E37

    macro-constant FLT_EPSILON <= 1.0E-5
    macro-constant DBL_EPSILON <= 1.0E-9
    macro-constant LDBL_EPSILON <= 1.0E-9

    macro-constant FLT_MIN <= 1.0E-37
    macro-constant DBL_MIN <= 1.0E-37
    macro-constant LDBL_MIN <= 1.0E-37

    #if !defined ISO && !defined XPG3 && !defined XPG4 && !defined POSIX && !defined UNIX98
    macro-int-constant DECIMAL_DIG >= 10
    macro-int-constant FLT_EVAL_METHOD
    #endif

    #if defined ISO11
    macro-int-constant DBL_HAS_SUBNORM
    macro-int-constant FLT_HAS_SUBNORM
    macro-int-constant LDBL_HAS_SUBNORM

    macro-int-constant DBL_DECIMAL_DIG >= 10
    macro-int-constant FLT_DECIMAL_DIG >= 6
    macro-int-constant LDBL_DECIMAL_DIG >= 10

    macro-constant DBL_TRUE_MIN <= 1E-37
    macro-constant FLT_TRUE_MIN <= 1E-37
    macro-constant LDBL_TRUE_MIN <= 1E-37
    #endif

    #if !defined ISO && !defined ISO99 && !defined ISO11
    allow *_t
    #endif

  16. #66
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    macro MM_HARD
    constant MM_HARD

    macro MM_SOFT
    constant MM_SOFT

    macro MM_FIRM
    constant MM_FIRM

    macro MM_APPL
    constant MM_APPL

    macro MM_UTIL
    constant MM_UTIL

    macro MM_OPSYS
    constant MM_OPSYS

    macro MM_RECOVER
    constant MM_RECOVER

    macro MM_NRECOV
    constant MM_NRECOV

    macro MM_HALT
    constant MM_HALT

    macro MM_ERROR
    constant MM_ERROR

    macro MM_WARNING
    constant MM_WARNING

    macro MM_INFO
    constant MM_INFO

    macro MM_NOSEV
    constant MM_NOSEV

    macro MM_PRINT
    constant MM_PRINT

    macro MM_CONSOLE
    constant MM_CONSOLE

    constant MM_NULLLBL == 0
    constant MM_NULLSEV == 0
    constant MM_NULLMC == 0
    constant MM_NULLTXT == 0
    constant MM_NULLACT == 0
    constant MM_NULLTAG == 0

    macro MM_OK
    macro MM_NOTOK
    macro MM_NOMSG
    macro MM_NOCON

    function int fmtmsg (long, const char*, int, const char*, const char*, const char*)

    allow *_t
    allow MM_*
    #endif

  17. #67
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11
    constant FNM_NOMATCH
    constant FNM_PATHNAME
    constant FNM_PERIOD
    constant FNM_NOESCAPE
    #if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008
    constant FNM_NOSYS
    #endif

    function int fnmatch (const char*, const char*, int)

    allow FNM_*
    allow *_t
    #endif

  18. #68
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    type {struct FTW}
    element {struct FTW} int base
    element {struct FTW} int level

    macro FTW_F
    macro FTW_D
    macro FTW_DNR
    macro FTW_DP
    macro FTW_NS
    macro FTW_SL
    macro FTW_SLN

    macro FTW_PHYS
    macro FTW_MOUNT
    macro FTW_DEPTH
    macro FTW_CHDIR

    function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
    function int nftw (const char*, int (*) (const char *, const struct stat*, int, struct FTW *), int, int)

    allow-header sys/stat.h

    allow *_t
    allow FTW*
    #endif

  19. #69
    Alleged Michigander ChumpDumper's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2003
    Post Count
    154,416
    Don't think that will help anything. I decided to see if he would actually want to discuss his subject here.

    So far, not so much.

  20. #70
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    I love Baseline's meltdowns It shows I made him angry for posting truths. And it bumps my threads too

    Fake liberals indeed

  21. #71
    Alleged Michigander ChumpDumper's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2003
    Post Count
    154,416
    What did BB do to present himself as a liberal in the first place?

  22. #72
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    I love Baseline's meltdowns It shows I made him angry for posting truths. And it bumps my threads too

  23. #73
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    More lies, spin and diversion from the content of the OP

    lol Making excuses for expansion of illegal wars, NDAA, Wiretapping, bailing out wall street, Secret Kill Lists, assassination of Americans without due process and NO PROOF, funding AL QAEDA, etc

    Fake liberals doing what the video said, tbh

  24. #74
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    .
    Let the fake liberal butthurt commence..lol



    SCG: Calling Out FAKE Liberals



  25. #75
    Board Man Comes Home Clipper Nation's Avatar
    My Team
    Los Angeles Clippers
    Join Date
    Oct 2011
    Post Count
    54,257

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •