Searched refs:BSD (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h24 #if (!defined(BSD)) || (BSD < 199306)
/haiku/src/bin/network/telnetd/
H A Ddefs.h43 #ifndef BSD
44 # define BSD 43 macro
/haiku/src/bin/network/telnet/
H A Dexterns.h37 #ifndef BSD
38 # define BSD 43 macro
42 * ucb stdio.h defines BSD as something weird
45 #define BSD 43 macro
49 # if BSD > 43 || defined(SYSV_TERMIO)
/haiku/src/bin/unzip/
H A Dunzpriv.h145 # if (!defined(BSD) && !defined(SYSV))
146 # define BSD macro
150 # if (!defined(BSD) && !defined(SYSV))
151 # define BSD macro
155 #ifdef pyr /* Pyramid: has BSD and AT&T "universes" */
156 # ifdef BSD
580 # include <time.h> /* the usual non-BSD time functions */
H A Dfileio.c1669 #if (defined(BSD) || defined(MTS) || defined(__GO32__))
1671 #else /* !(BSD || MTS || __GO32__) */
1675 #endif /* ?(BSD || MTS || __GO32__) */
1735 #if (defined(BSD) || defined(MTS) || defined(__GO32__))
1748 #else /* !(BSD || MTS || __GO32__) */
1754 #endif /* ?(BSD || MTS || __GO32__) */
H A Dprocess.c245 #if (!defined(BSD) && !defined(MTS) && !defined(CMS_MVS) && !defined(TANDEM))
/haiku/
H A Dconfigure88 --no-full-xattr Do not use Linux/*BSD/Darwin's native extended file
92 --no-xattr Do not use Linux/*BSD/Darwin's native extended file
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y823 #ifdef BSD
824 reply(215, "UNIX Type: L%d Version: BSD-%d",
825 CHAR_BIT, BSD);
826 #else /* BSD */
828 #endif /* BSD */

Completed in 78 milliseconds