Searched refs:_PC_MAX_CANON (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.h123 #define _PC_MAX_CANON 2 macro
H A Dgetconf.c1036 #ifdef _PC_MAX_CANON
1037 { "MAX_CANON", PATHCONF, _PC_MAX_CANON },
1451 case _PC_MAX_CANON:
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dunistd.h143 #define _PC_MAX_CANON 2 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c668 case _PC_MAX_CANON:
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2249 case _PC_MAX_CANON:
/macosx-10.10.1/emacs-93/emacs/src/
H A Dprocess.c5527 #if defined (HAVE_FPATHCONF) && defined (_PC_MAX_CANON)
5528 pty_max_bytes = fpathconf (XFASTINT (p->outfd), _PC_MAX_CANON);

Completed in 239 milliseconds