Page 7 of 25 FirstFirst ... 3456789101117 ... LastLast
Results 151 to 175 of 604
  1. #151
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    All comes down to this..


  2. #152
    Alleged Michigander ChumpDumper's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2003
    Post Count
    154,416
    It's like waiting for a baby to cry himself out.

  3. #153
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    It's amusing to see all the babies of the forum implode

    lol fake liberals butthurt at an all time high

    ================================================== ================================================== ===



    "A nation that continues year after year to spend more money on military defense than on programs of social uplift is approaching spiritual death...Come home, America."

  4. #154
    Alleged Michigander ChumpDumper's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2003
    Post Count
    154,416
    Oh good, there's more.

  5. #155
    Believe.
    My Team
    San Antonio Spurs
    Join Date
    Jul 2005
    Post Count
    22,886





























  6. #156
    Alleged Michigander ChumpDumper's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2003
    Post Count
    154,416
    I was amused by SA210's spamming his own thread when someone threatened to spam his thread.

  7. #157
    Board Man Comes Home Clipper Nation's Avatar
    My Team
    Los Angeles Clippers
    Join Date
    Oct 2011
    Post Count
    54,257
    SA21 whining about nobody discussing the topic and then proceeding to not discuss his own topic

  8. #158
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    #if !defined ISO && !defined ISO99 && !defined ISO11
    #ifdef POSIX
    # define size_t __size_t
    #endif

    type glob_t
    element glob_t size_t gl_pathc
    element glob_t {char**} gl_pathv
    element glob_t size_t gl_offs

    constant GLOB_APPEND
    constant GLOB_DOOFFS
    constant GLOB_ERR
    constant GLOB_MARK
    constant GLOB_NOCHECK
    constant GLOB_NOESCAPE
    constant GLOB_NOSORT

    constant GLOB_ABORTED
    constant GLOB_NOMATCH
    constant GLOB_NOSPACE
    # if !defined XOPEN2K8 && !defined POSIX2008 && !defined POSIX
    constant GLOB_NOSYS
    # endif

    function int glob (const char*, int, int (*) (const char*, int), glob_t*)
    function void globfree (glob_t *)

    allow gl_*
    allow GLOB_*
    allow *_t
    #endif

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

    type {struct group}
    element {struct group} {char*} gr_name
    element {struct group} gid_t gr_gid
    element {struct group} {char**} gr_mem

    # ifndef POSIX
    type gid_t
    # endif
    # if defined XOPEN2K8 || defined POSIX2008
    type size_t
    # endif

    function {struct group*} getgrgid (gid_t)
    function {struct group*} getgrnam (const char*)
    function int getgrgid_r (gid_t, struct group*, char *, size_t, struct group**)
    function int getgrnam_r (const char *, struct group *, char *, size_t, struct group**)
    # ifndef POSIX
    function {struct group*} getgrent (void)
    function void endgrent (void)
    # ifndef POSIX2008
    function void setgrent (void)
    # endif
    # endif

    allow gr_*
    allow *_t
    #endif

  10. #160
    俺はまんこが大好きなんだよ 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
    type iconv_t
    # if defined XOPEN2K8 || defined POSIX2008
    type size_t
    # endif

    function iconv_t iconv_open (const char*, const char*)
    function size_t iconv (iconv_t, char**, size_t*, char**, size_t*)
    function int iconv_close (iconv_t)

    allow *_t
    #endif

  11. #161
    俺はまんこが大好きなんだよ 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
    #include "stdint.h-data"

    type imaxdiv_t
    element imaxdiv_t intmax_t rem
    element imaxdiv_t intmax_t quot

    function intmax_t imaxabs (intmax_t)
    function imaxdiv_t imaxdiv (intmax_t, intmax_t)
    function intmax_t strtoimax (const char*, char**, int)
    function uintmax_t strtoumax (const char*, char**, int)
    function intmax_t wcstoimax (const __gwchar_t*, __gwchar_t**, int)
    function uintmax_t wcstoumax (const __gwchar_t*, __gwchar_t**, int)

    macro PRId8
    macro PRIi8
    macro PRIo8
    macro PRIu8
    macro PRIx8
    macro PRIX8
    macro SCNd8
    macro SCNi8
    macro SCNo8
    macro SCNu8
    macro SCNx8
    macro PRIdLEAST8
    macro PRIiLEAST8
    macro PRIoLEAST8
    macro PRIuLEAST8
    macro PRIxLEAST8
    macro PRIXLEAST8
    macro SCNdLEAST8
    macro SCNiLEAST8
    macro SCNoLEAST8
    macro SCNuLEAST8
    macro SCNxLEAST8
    macro PRIdFAST8
    macro PRIiFAST8
    macro PRIoFAST8
    macro PRIuFAST8
    macro PRIxFAST8
    macro PRIXFAST8
    macro SCNdFAST8
    macro SCNiFAST8
    macro SCNoFAST8
    macro SCNuFAST8
    macro SCNxFAST8

    macro PRId16
    macro PRIi16
    macro PRIo16
    macro PRIu16
    macro PRIx16
    macro PRIX16
    macro SCNd16
    macro SCNi16
    macro SCNo16
    macro SCNu16
    macro SCNx16
    macro PRIdLEAST16
    macro PRIiLEAST16
    macro PRIoLEAST16
    macro PRIuLEAST16
    macro PRIxLEAST16
    macro PRIXLEAST16
    macro SCNdLEAST16
    macro SCNiLEAST16
    macro SCNoLEAST16
    macro SCNuLEAST16
    macro SCNxLEAST16
    macro PRIdFAST16
    macro PRIiFAST16
    macro PRIoFAST16
    macro PRIuFAST16
    macro PRIxFAST16
    macro PRIXFAST16
    macro SCNdFAST16
    macro SCNiFAST16
    macro SCNoFAST16
    macro SCNuFAST16
    macro SCNxFAST16

    macro PRId32
    macro PRIi32
    macro PRIo32
    macro PRIu32
    macro PRIx32
    macro PRIX32
    macro SCNd32
    macro SCNi32
    macro SCNo32
    macro SCNu32
    macro SCNx32
    macro PRIdLEAST32
    macro PRIiLEAST32
    macro PRIoLEAST32
    macro PRIuLEAST32
    macro PRIxLEAST32
    macro PRIXLEAST32
    macro SCNdLEAST32
    macro SCNiLEAST32
    macro SCNoLEAST32
    macro SCNuLEAST32
    macro SCNxLEAST32
    macro PRIdFAST32
    macro PRIiFAST32
    macro PRIoFAST32
    macro PRIuFAST32
    macro PRIxFAST32
    macro PRIXFAST32
    macro SCNdFAST32
    macro SCNiFAST32
    macro SCNoFAST32
    macro SCNuFAST32
    macro SCNxFAST32

    macro PRId64
    macro PRIi64
    macro PRIo64
    macro PRIu64
    macro PRIx64
    macro PRIX64
    macro SCNd64
    macro SCNi64
    macro SCNo64
    macro SCNu64
    macro SCNx64
    macro PRIdLEAST64
    macro PRIiLEAST64
    macro PRIoLEAST64
    macro PRIuLEAST64
    macro PRIxLEAST64
    macro PRIXLEAST64
    macro SCNdLEAST64
    macro SCNiLEAST64
    macro SCNoLEAST64
    macro SCNuLEAST64
    macro SCNxLEAST64
    macro PRIdFAST64
    macro PRIiFAST64
    macro PRIoFAST64
    macro PRIuFAST64
    macro PRIxFAST64
    macro PRIXFAST64
    macro SCNdFAST64
    macro SCNiFAST64
    macro SCNoFAST64
    macro SCNuFAST64
    macro SCNxFAST64

    macro PRIdMAX
    macro PRIiMAX
    macro PRIoMAX
    macro PRIuMAX
    macro PRIxMAX
    macro PRIXMAX
    macro SCNdMAX
    macro SCNiMAX
    macro SCNoMAX
    macro SCNuMAX
    macro SCNxMAX

    macro PRIdPTR
    macro PRIiPTR
    macro PRIoPTR
    macro PRIuPTR
    macro PRIxPTR
    macro PRIXPTR
    macro SCNdPTR
    macro SCNiPTR
    macro SCNoPTR
    macro SCNuPTR
    macro SCNxPTR

    allow PRI[Xa-z]*
    allow SCN[Xa-z]*
    #endif

  12. #162
    俺はまんこが大好きなんだよ 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
    macro and
    macro and_eq
    macro bitand
    macro bitor
    macro compl
    macro not
    macro not_eq
    macro or
    macro or_eq
    macro xor
    macro xor_eq

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

  13. #163
    俺はまんこが大好きなんだよ 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 CODESET
    constant D_T_FMT
    constant D_FMT
    constant T_FMT
    constant T_FMT_AMPM
    constant AM_STR
    constant PM_STR
    constant DAY_1
    constant DAY_2
    constant DAY_3
    constant DAY_4
    constant DAY_5
    constant DAY_6
    constant DAY_7
    constant ABDAY_1
    constant ABDAY_2
    constant ABDAY_3
    constant ABDAY_4
    constant ABDAY_5
    constant ABDAY_6
    constant ABDAY_7
    constant MON_1
    constant MON_2
    constant MON_3
    constant MON_4
    constant MON_5
    constant MON_6
    constant MON_7
    constant MON_8
    constant MON_9
    constant MON_10
    constant MON_11
    constant MON_12
    constant ABMON_1
    constant ABMON_2
    constant ABMON_3
    constant ABMON_4
    constant ABMON_5
    constant ABMON_6
    constant ABMON_7
    constant ABMON_8
    constant ABMON_9
    constant ABMON_10
    constant ABMON_11
    constant ABMON_12
    constant ERA
    constant ERA_D_FMT
    constant ERA_D_T_FMT
    constant ERA_T_FMT
    constant ALT_DIGITS
    constant RADIXCHAR
    constant THOUSEP
    constant YESEXPR
    constant NOEXPR
    constant CRNCYSTR

    type nl_item
    # if defined XOPEN2K8 || defined POSIX2008
    type locale_t
    # endif

    function {char*} nl_langinfo (nl_item)
    # if defined XOPEN2K8 || defined POSIX2008
    function {char*} nl_langinfo_l (nl_item, locale_t)
    # endif

    allow-header nl_types.h

    allow *_t
    #endif

  14. #164
    俺はまんこが大好きなんだよ 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
    function {char*} basename (char*)
    function {char*} dirname (char*)

    allow *_t
    #endif

  15. #165
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    macro-int-constant CHAR_BIT >= 8
    macro-int-constant SCHAR_MIN {promoted:signed char} <= -127
    macro-int-constant SCHAR_MAX {promoted:signed char} >= 127
    macro-int-constant UCHAR_MAX {promoted:unsigned char} >= 255
    #ifdef __CHAR_UNSIGNED__
    macro-int-constant CHAR_MIN {promoted:char} == 0
    macro-int-constant CHAR_MAX {promoted:char} == UCHAR_MAX
    #else
    macro-int-constant CHAR_MIN {promoted:char} == SCHAR_MIN
    macro-int-constant CHAR_MAX {promoted:char} == SCHAR_MAX
    #endif
    macro-int-constant MB_LEN_MAX >= 1
    macro-int-constant SHRT_MIN {promoted:short int} <= -32767
    macro-int-constant SHRT_MAX {promoted:short int} >= 32767
    macro-int-constant USHRT_MAX {promoted:unsigned short int} >= 65535
    // The ranges for int and unsigned int are from POSIX.
    macro-int-constant INT_MAX {int} >= 2147483647
    macro-int-constant INT_MIN {int} <= -2147483647
    macro-int-constant UINT_MAX {unsigned int} >= 4294967295U
    macro-int-constant LONG_MAX {long int} >= 2147483647L
    macro-int-constant LONG_MIN {long int} <= -2147483647L
    macro-int-constant ULONG_MAX {unsigned long int} >= 4294967295UL
    #if defined ISO99 || defined ISO11 || defined XOPEN2K8 || defined POSIX2008
    macro-int-constant LLONG_MIN {long long int} <= -9223372036854775807ll
    macro-int-constant LLONG_MAX {long long int} >= 9223372036854775807ll
    macro-int-constant ULLONG_MAX {unsigned long long int} >= 18446744073709551615ull
    #endif

    #if !defined ISO && !defined ISO99 && !defined ISO11
    // if these values exist, we should check the minimal value
    allow AIO_LISTIO_MAX
    allow AIO_MAX
    allow AIO_PRIO_DELTA_MAX
    allow ARG_MAX
    #if !defined POSIX && !defined XPG3
    allow ATEXIT_MAX
    #endif
    allow CHILD_MAX
    allow DELAYTIMER_MAX
    #if !defined POSIX && !defined POSIX2008 && !defined XPG3
    allow IOV_MAX
    #endif
    allow LOGIN_NAME_MAX
    allow MQ_OPEN_MAX
    allow MQ_PRIO_MAX
    allow OPEN_MAX
    allow PAGESIZE
    #if !defined POSIX && !defined POSIX2008
    allow PAGE_SIZE
    #endif
    allow PTHREAD_DESTRUCTOR_ITERATIONS
    allow PTHREAD_KEYS_MAX
    allow PTHREAD_STACK_MIN
    allow PTHREAD_THREADS_MAX
    allow RTSIG_MAX
    allow SEM_NSEMS_MAX
    allow SEM_VALUE_MAX
    allow SIGQUEUE_MAX
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    allow SS_REPL_MAX
    #endif
    allow STREAM_MAX
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    allow SYMLOOP_MAX
    #endif
    allow TIMER_MAX
    allow TTY_NAME_MAX
    allow TZNAME_MAX

    #if !defined POSIX && !defined XPG3 && !defined XPG4
    allow FILESIZEBITS
    #endif
    allow LINK_MAX
    allow MAX_CANON
    allow MAX_INPUT
    allow NAME_MAX
    allow PATH_MAX
    allow PIPE_BUF
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    allow POSIX_ALLOC_SIZE_MIN
    allow POSIX_REC_INCR_XFER_SIZE
    allow POSIX_REC_MAX_XFER_SIZE
    allow POSIX_REC_XFER_ALIGN
    allow SYMLINK_MAX
    #endif

    macro-constant BC_BASE_MAX >= _POSIX2_BC_BASE_MAX
    macro-constant BC_DIM_MAX >= _POSIX2_BC_DIM_MAX
    macro-constant BC_SCALE_MAX >= _POSIX2_BC_SCALE_MAX
    macro-constant BC_STRING_MAX >= _POSIX2_BC_STRING_MAX
    #if !defined POSIX && !defined XPG3 && !defined XPG4
    macro CHARCLASS_NAME_MAX
    #endif
    macro-constant COLL_WEIGHTS_MAX >= _POSIX2_COLL_WEIGHTS_MAX
    macro-constant EXPR_NEST_MAX >= _POSIX2_EXPR_NEST_MAX
    macro-constant LINE_MAX >= _POSIX2_LINE_MAX
    constant NGROUPS_MAX >= 8
    macro-constant RE_DUP_MAX >= _POSIX2_RE_DUP_MAX

    constant _POSIX_CLOCKRES_MIN == 20000000

    constant _POSIX_AIO_LISTIO_MAX == 2
    constant _POSIX_AIO_MAX == 1
    constant _POSIX_ARG_MAX == 4096
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    constant _POSIX_CHILD_MAX == 25
    #else
    constant _POSIX_CHILD_MAX == 6
    #endif
    constant _POSIX_DELAYTIMER_MAX == 32
    constant _POSIX_LINK_MAX == 8
    constant _POSIX_LOGIN_NAME_MAX == 9
    constant _POSIX_MAX_CANON == 255
    constant _POSIX_MAX_INPUT == 255
    constant _POSIX_MQ_OPEN_MAX == 8
    constant _POSIX_MQ_PRIO_MAX == 32
    constant _POSIX_NAME_MAX == 14
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    constant _POSIX_NGROUPS_MAX == 8
    #else
    constant _POSIX_NGROUPS_MAX == 0
    #endif
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    constant _POSIX_OPEN_MAX == 20
    #else
    constant _POSIX_OPEN_MAX == 16
    #endif
    // Value was 255, corrected to 256 following an interpretation request.
    constant _POSIX_PATH_MAX == 256
    constant _POSIX_PIPE_BUF == 512
    constant _POSIX_RTSIG_MAX == 8
    constant _POSIX_SEM_NSEMS_MAX == 256
    constant _POSIX_SEM_VALUE_MAX == 32767
    constant _POSIX_SIGQUEUE_MAX == 32
    constant _POSIX_SSIZE_MAX == 32767
    constant _POSIX_STREAM_MAX == 8
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    optional-constant _POSIX_SS_REPL_MAX == 4
    optional-constant _POSIX_SYMLINK_MAX == 255
    optional-constant _POSIX_SYMLOOP_MAX == 8
    #endif
    constant _POSIX_THREAD_DESTRUCTOR_ITERATIONS == 4
    constant _POSIX_THREAD_KEYS_MAX == 128
    constant _POSIX_THREAD_THREADS_MAX == 64
    constant _POSIX_TIMER_MAX == 32
    constant _POSIX_TTY_NAME_MAX == 9
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    constant _POSIX_TZNAME_MAX == 6
    #else
    constant _POSIX_TZNAME_MAX == 3
    #endif
    macro-constant _POSIX2_BC_BASE_MAX == 99
    macro-constant _POSIX2_BC_DIM_MAX == 2048
    macro-constant _POSIX2_BC_SCALE_MAX == 99
    macro-constant _POSIX2_BC_STRING_MAX == 1000
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    constant _POSIX2_CHARCLASS_NAME_MAX == 14
    #endif
    macro-constant _POSIX2_COLL_WEIGHTS_MAX == 2
    macro-constant _POSIX2_EXPR_NEST_MAX == 32
    macro-constant _POSIX2_LINE_MAX == 2048
    macro-constant _POSIX2_RE_DUP_MAX == 255
    #if !defined POSIX && !defined POSIX2008 && !defined XPG3
    optional-constant _XOPEN_IOV_MAX == 16
    #endif

    #if !defined POSIX && !defined POSIX2008
    constant WORD_BIT >= 16
    constant LONG_BIT >= 32
    #endif
    constant SSIZE_MAX

    #if !defined POSIX && !defined XPG3 && !defined XPG4
    optional-constant CHARCLASS_NAME_MAX >= 14
    #endif
    #if !defined POSIX && !defined XPG3
    optional-constant NL_ARGMAX >= 9
    # if !defined POSIX2008
    optional-constant NL_LANGMAX >= 14
    # endif
    optional-constant NL_MSGMAX >= 32767
    # if !defined XOPEN2K8 && !defined POSIX2008
    optional-constant NL_NMAX
    # endif
    optional-constant NL_SETMAX >= 255
    optional-constant NL_TEXTMAX
    # if !defined POSIX2008
    optional-constant NZERO >= 20
    # endif
    #endif
    #if defined XPG4 || defined UNIX98
    optional-constant TMP_MAX >= 10000
    #endif

    allow *_MAX
    #if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    allow *_MIN
    #endif
    allow *_t
    #endif

  16. #166
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    type {struct lconv}
    element {struct lconv} {char*} currency_symbol
    element {struct lconv} {char*} decimal_point
    element {struct lconv} char frac_digits
    element {struct lconv} {char*} grouping
    element {struct lconv} {char*} int_curr_symbol
    element {struct lconv} char int_frac_digits
    element {struct lconv} {char*} mon_decimal_point
    element {struct lconv} {char*} mon_thousands_sep
    element {struct lconv} {char*} mon_grouping
    element {struct lconv} {char*} negative_sign
    element {struct lconv} char n_cs_precedes
    element {struct lconv} char n_sep_by_space
    element {struct lconv} char n_sign_posn
    element {struct lconv} {char*} positive_sign
    element {struct lconv} char p_cs_precedes
    element {struct lconv} char p_sep_by_space
    element {struct lconv} char p_sign_posn
    element {struct lconv} {char*} thousands_sep
    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    element {struct lconv} char int_n_cs_precedes
    element {struct lconv} char int_n_sep_by_space
    element {struct lconv} char int_n_sign_posn
    element {struct lconv} char int_p_cs_precedes
    element {struct lconv} char int_p_sep_by_space
    element {struct lconv} char int_p_sign_posn
    #endif

    macro-constant NULL == 0

    macro-int-constant LC_ALL
    macro-int-constant LC_COLLATE
    macro-int-constant LC_CTYPE
    #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
    macro-int-constant LC_MESSAGES
    #endif
    macro-int-constant LC_MONETARY
    macro-int-constant LC_NUMERIC
    macro-int-constant LC_TIME

    #if defined XOPEN2K8 || defined POSIX2008
    constant LC_GLOBAL_LOCALE

    macro LC_COLLATE_MASK
    macro LC_CTYPE_MASK
    macro LC_MESSAGES_MASK
    macro LC_MONETARY_MASK
    macro LC_NUMERIC_MASK
    macro LC_TIME_MASK
    macro LC_ALL_MASK

    type locale_t
    #endif

    function {struct lconv*} localeconv (void)
    function {char*} setlocale (int, const char*)
    #if defined XOPEN2K8 || defined POSIX2008
    function locale_t duplocale (locale_t)
    function void freelocale (locale_t)
    function locale_t newlocale (int, const char*, locale_t)
    function locale_t uselocale (locale_t)
    #endif

    allow LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*
    #if !defined ISO && !defined ISO99 && !defined ISO11
    allow *_t
    #endif
    #if defined XOPEN2K8 || defined POSIX2008
    allow LC_*_MASK
    #endif

  17. #167
    俺はまんこが大好きなんだよ baseline bum's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2003
    Post Count
    97,881
    macro-constant HUGE_VAL {double}

    #if !defined ISO && !defined POSIX
    # if !defined XPG3 && !defined XPG4 && !defined UNIX98
    macro fpclassify
    macro isfinite
    macro isinf
    macro isnan
    macro isnormal
    macro signbit
    macro isgreater
    macro isgreaterequal
    macro isless
    macro islessequal
    macro islessgreater
    macro isunordered
    type float_t
    type double_t
    # endif
    # if defined XPG3 || defined XPG4 || defined UNIX98
    function int isnan (double)
    # endif

    # if !defined ISO99 && !defined ISO11 && !defined POSIX2008
    constant M_E
    constant M_LOG2E
    constant M_LOG10E
    constant M_LN2
    constant M_LN10
    constant M_PI
    constant M_PI_2
    constant M_PI_4
    constant M_1_PI
    constant M_2_PI
    constant M_2_SQRTPI
    constant M_SQRT2
    constant M_SQRT1_2

    constant MAXFLOAT
    # endif
    # if !defined XPG3 && !defined XPG4 && !defined UNIX98
    macro-constant HUGE_VALF {float}
    macro-constant HUGE_VALL {long double}
    macro-constant INFINITY {float}
    macro-constant NAN {float}

    macro-int-constant FP_INFINITE
    macro-int-constant FP_NAN
    macro-int-constant FP_NORMAL
    macro-int-constant FP_SUBNORMAL
    macro-int-constant FP_ZERO

    optional-macro-int-constant FP_FAST_FMA {int} == 1
    optional-macro-int-constant FP_FAST_FMAF {int} == 1
    optional-macro-int-constant FP_FAST_FMAL {int} == 1

    macro-int-constant FP_ILOGB0
    macro-int-constant FP_ILOGBNAN

    macro-int-constant MATH_ERRNO {int} == 1
    macro-int-constant MATH_ERREXCEPT {int} == 2

    macro math_errhandling {int}
    # endif
    #endif

    function double acos (double)
    function double asin (double)
    function double atan (double)
    function double atan2 (double, double)
    function double ceil (double)
    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    function double copysign (double, double)
    #endif
    function double cos (double)
    function double cosh (double)
    function double exp (double)
    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    function double exp2 (double)
    #endif
    function double fabs (double)
    function double floor (double)
    function double fmod (double, double)
    function double frexp (double, int*)
    function double ldexp (double, int)
    function double log (double)
    function double log10 (double)
    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    function double log2 (double)
    #endif
    function double modf (double, double*)
    function double pow (double, double)
    function double sin (double)
    function double sinh (double)
    function double sqrt (double)
    function double tan (double)
    function double tanh (double)
    #if !defined ISO && !defined POSIX
    function double erf (double)
    function double erfc (double)
    #endif
    #if defined XPG3 || defined XPG4 || defined UNIX98
    function double gamma (double)
    #endif
    #if !defined ISO && !defined POSIX
    function double hypot (double, double)
    # if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    function double j0 (double)
    function double j1 (double)
    function double jn (int, double)
    # endif
    function double lgamma (double)
    # if !defined XPG3 && !defined XPG4 && !defined UNIX98
    function double tgamma (double)
    # endif
    # if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    function double y0 (double)
    function double y1 (double)
    function double yn (int, double)
    # endif
    # if !defined XPG3
    function double acosh (double)
    function double asinh (double)
    function double atanh (double)
    function double cbrt (double)
    function double expm1 (double)
    function int ilogb (double)
    function double log1p (double)
    function double logb (double)
    function double nextafter (double, double)
    # if !defined XPG4 && !defined UNIX98
    function double nexttoward (double, long double)
    function double nearbyint (double)
    # endif
    function double remainder (double, double)
    function double rint (double)
    # if !defined XPG4 && !defined UNIX98
    function double round (double)
    function double trunc (double)
    function long lrint (double)
    function {long long} llrint (double)
    function long lround (double)
    function {long long} llround (double)
    function double remquo (double, double, int*)
    # endif
    # if defined XPG4 || defined UNIX98 || defined XOPEN2K
    function double scalb (double, double)
    # endif
    # if !defined XPG4 && !defined UNIX98
    function double scalbn (double, int)
    function double scalbln (double, long)
    function double fdim (double, double)
    function double fmax (double, double)
    function double fmin (double, double)
    function double fma (double, double, double)
    function double nan (const char*)
    # endif
    # endif

    # if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    // variable signgam
    allow signgam
    # endif
    #endif

    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    function float acosf (float)
    function float asinf (float)
    function float atanf (float)
    function float atan2f (float, float)
    function float ceilf (float)
    function float copysignf (float, float)
    function float cosf (float)
    function float coshf (float)
    function float expf (float)
    function float exp2f (float)
    function float fabsf (float)
    function float floorf (float)
    function float fmodf (float, float)
    function float frexpf (float, int*)
    function float ldexpf (float, int)
    function float logf (float)
    function float log10f (float)
    function float log2f (float)
    function float modff (float, float*)
    function float powf (float, float)
    function float sinf (float)
    function float sinhf (float)
    function float sqrtf (float)
    function float tanf (float)
    function float tanhf (float)
    function float erff (float)
    function float erfcf (float)
    function float hypotf (float, float)
    #if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    function float j0f (float)
    function float j1f (float)
    function float jnf (int, float)
    #endif
    function float lgammaf (float)
    function float tgammaf (float)
    #if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    function float y0f (float)
    function float y1f (float)
    function float ynf (int, float)
    #endif
    function float acoshf (float)
    function float asinhf (float)
    function float atanhf (float)
    function float cbrtf (float)
    function float expm1f (float)
    function int ilogbf (float)
    function float log1pf (float)
    function float logbf (float)
    function float nextafterf (float, float)
    function float nexttowardf (float, long double)
    function float nearbyintf (float)
    function float remainderf (float, float)
    function float rintf (float)
    function float roundf (float)
    function float truncf (float)
    function long lrintf (float)
    function {long long} llrintf (float)
    function long lroundf (float)
    function {long long} llroundf (float)
    function float remquof (float, float, int*)
    function float scalbnf (float, int)
    function float scalblnf (float, long)
    function float fdimf (float, float)
    function float fmaxf (float, float)
    function float fminf (float, float)
    function float fmaf (float, float, float)
    function float nanf (const char*)

    function {long double} acosl (long double)
    function {long double} asinl (long double)
    function {long double} atanl (long double)
    function {long double} atan2l (long double, long double)
    function {long double} ceill (long double)
    function {long double} copysignl (long double, long double)
    function {long double} cosl (long double)
    function {long double} coshl (long double)
    function {long double} expl (long double)
    function {long double} exp2l (long double)
    function {long double} fabsl (long double)
    function {long double} floorl (long double)
    function {long double} fmodl (long double, long double)
    function {long double} frexpl (long double, int*)
    function {long double} ldexpl (long double, int)
    function {long double} logl (long double)
    function {long double} log10l (long double)
    function {long double} log2l (long double)
    function {long double} modfl (long double, long double*)
    function {long double} powl (long double, long double)
    function {long double} sinl (long double)
    function {long double} sinhl (long double)
    function {long double} sqrtl (long double)
    function {long double} tanl (long double)
    function {long double} tanhl (long double)
    function {long double} erfl (long double)
    function {long double} erfcl (long double)
    function {long double} hypotl (long double, long double)
    #if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    function {long double} j0l (long double)
    function {long double} j1l (long double)
    function {long double} jnl (int, long double)
    #endif
    function {long double} lgammal (long double)
    function {long double} tgammal (long double)
    #if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
    function {long double} y0l (long double)
    function {long double} y1l (long double)
    function {long double} ynl (int, long double)
    #endif
    function {long double} acoshl (long double)
    function {long double} asinhl (long double)
    function {long double} atanhl (long double)
    function {long double} cbrtl (long double)
    function {long double} expm1l (long double)
    function int ilogbl (long double)
    function {long double} log1pl (long double)
    function {long double} logbl (long double)
    function {long double} nextafterl (long double, long double)
    function {long double} nexttowardl (long double, long double)
    function {long double} nearbyintl (long double)
    function {long double} remainderl (long double, long double)
    function {long double} rintl (long double)
    function {long double} roundl (long double)
    function {long double} truncl (long double)
    function long lrintl (long double)
    function {long long} llrintl (long double)
    function long lroundl (long double)
    function {long long} llroundl (long double)
    function {long double} remquol (long double, long double, int*)
    function {long double} scalbnl (long double, int)
    function {long double} scalblnl (long double, long)
    function {long double} fdiml (long double, long double)
    function {long double} fmaxl (long double, long double)
    function {long double} fminl (long double, long double)
    function {long double} fmal (long double, long double, long double)
    function {long double} nanl (const char*)
    #else
    allow acosf
    allow asinf
    allow atanf
    allow atan2f
    allow ceilf
    allow cosf
    allow coshf
    allow expf
    allow fabsf
    allow floorf
    allow fmodf
    allow frexpf
    allow ldexpf
    allow logf
    allow log10f
    allow modff
    allow powf
    allow sinf
    allow sinhf
    allow sqrtf
    allow tanf
    allow tanhf

    allow acosl
    allow asinl
    allow atanl
    allow atan2l
    allow ceill
    allow cosl
    allow coshl
    allow expl
    allow fabsl
    allow floorl
    allow fmodl
    allow frexpl
    allow ldexpl
    allow logl
    allow log10l
    allow modfl
    allow powl
    allow sinl
    allow sinhl
    allow sqrtl
    allow tanl
    allow tanhl
    #endif

    #if !defined ISO && !defined ISO99 && !defined ISO11
    allow *_t
    #endif
    #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
    allow FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*
    #endif

  18. #168
    俺はまんこが大好きなんだよ 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
    type size_t
    type ssize_t
    # if defined XOPEN2K8 || defined POSIX2008
    type locale_t
    # endif

    function ssize_t strfmon (char*, size_t, const char*, ...)
    # if defined XOPEN2K8 || defined POSIX2008
    function ssize_t strfmon_l (char*, size_t, locale_t, const char*, ...)
    # endif

    allow *_t
    #endif

  19. #169
    Veteran
    My Team
    Dallas Mavericks
    Join Date
    Mar 2009
    Post Count
    8,957
    It doesn't matter if you are an Obama koolaid drinker or an Obama hater. The anti-war left basically left the building the day Obama became president. It's the damn truth. If you can't admit that, then you're a in' idiot and someone from society should shun you. With that being said, supporters of the in bent usually support war mongering while haters are anti-war. Obama is the president so of course tolerant open minded liberals will support endless wars, drone attacks, and numerous violations of civil liberties and privacy. When Bush was president. those same liberals were against that . Just step up to the streets in 3D and admit it.

  20. #170
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    ^^^ Yep

  21. #171
    Boring = 4 Rings SA210's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Oct 2005
    Post Count
    14,286
    Ouch, Cenk calling out the FAKE Liberals/Progressives/Democrats..

    "Former Vermont Governor, presidential candidate, and head of the Democratic National Committee, Howard Dean, threatened on Monday to abandon the party which he helped build in reaction to a story that suggested President Barack Obama's White House may be trying to shield the Pentagon from devastating budget cuts."*

    What's the point of being a Democrat if the party isn't really liberal? If it isn't progressive? President Obama is doing very little to cut defense spending and social security is in danger. So, Howard Dean is threatening to leave the party and become an independent. Cenk Uygur explains why that makes a lot of sense.

    TYT: What's The Point of the Democratic Party?


  22. #172
    Believe.
    My Team
    San Antonio Spurs
    Join Date
    Jul 2005
    Post Count
    22,886





























  23. #173
    Believe.
    My Team
    San Antonio Spurs
    Join Date
    Jul 2005
    Post Count
    22,886






























  24. #174
    Believe.
    My Team
    San Antonio Spurs
    Join Date
    Jul 2005
    Post Count
    22,886






























  25. #175
    Believe.
    My Team
    San Antonio Spurs
    Join Date
    Jul 2005
    Post Count
    22,886

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
  •