HomeSort by: relevance | last modified time | path
    Searched refs:_POSIX_C_SOURCE (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/
Xosdefs.h 82 # if defined(_XOPEN_SOURCE) || defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE)
Xos_r.h 196 (_POSIX_C_SOURCE - 0 < 199506L) && !defined(_POSIX_PTHREAD_SEMANTICS)
  /xsrc/external/mit/xsm/dist/
signals.c 42 #define _POSIX_C_SOURCE X_POSIX_C_SOURCE
45 #undef _POSIX_C_SOURCE
  /xsrc/external/mit/MesaLib/dist/src/util/
u_debug_stack_test.cpp 81 #if _POSIX_C_SOURCE >= 200809L
  /xsrc/external/mit/xdm/dist/xdm/
util.c 44 # define _POSIX_C_SOURCE X_POSIX_C_SOURCE
46 # undef _POSIX_C_SOURCE
dm.c 42 # define _POSIX_C_SOURCE X_POSIX_C_SOURCE
44 # undef _POSIX_C_SOURCE
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sun.h 44 # define _POSIX_C_SOURCE X_POSIX_C_SOURCE
46 # undef _POSIX_C_SOURCE
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sun.h 44 # define _POSIX_C_SOURCE X_POSIX_C_SOURCE
46 # undef _POSIX_C_SOURCE
  /xsrc/external/mit/xedit/dist/lisp/
private.h 41 #define _POSIX_C_SOURCE X_POSIX_C_SOURCE
43 #undef _POSIX_C_SOURCE
  /xsrc/external/mit/xdm/dist/include/
dm.h 53 # define _POSIX_C_SOURCE X_POSIX_C_SOURCE
56 # undef _POSIX_C_SOURCE
  /xsrc/external/mit/xhost/dist/
xhost.c 100 #define _POSIX_C_SOURCE X_POSIX_C_SOURCE
102 #undef _POSIX_C_SOURCE
  /xsrc/external/mit/xorg-server.old/dist/os/
utils.c 87 #define _POSIX_C_SOURCE X_POSIX_C_SOURCE
89 #undef _POSIX_C_SOURCE
  /xsrc/external/mit/xterm/dist/
xterm.h 248 #ifndef _POSIX_C_SOURCE
249 #define _POSIX_C_SOURCE 1
configure 3046 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
3047 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
3591 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
3592 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
3595 sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
3596 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
3598 echo "$as_me:3598: checking if we should define _POSIX_C_SOURCE" >&5
3599 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
3614 #ifndef _POSIX_C_SOURCE
3615 #error _POSIX_C_SOURCE is not define
    [all...]
main.c 161 #if defined(__SCO__) || defined(SVR4) || defined(_POSIX_VERSION) || ( defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 1) )

Completed in 24 milliseconds