Home
last modified time | relevance | path

Searched full:0020000 (Results 1 – 18 of 18) sorted by relevance

/freebsd/stand/kboot/include/
H A Dtermios_gen.h51 #define HOST_IMAXBEL 0020000
76 #define HOST_BSDLY 0020000
78 #define HOST_BS1 0020000
H A Dhost_syscall.h38 #define HOST_S_IFCHR 0020000
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h32 #define IMAXBEL 0020000 // Ring bell when input queue is full
57 #define BSDLY 0020000 // Select backspace delays
59 #define BS1 0020000 // Backspace-delay type 1
H A Dsys-stat-macros.h19 #define S_IFCHR 0020000
/freebsd/contrib/bc/tests/bc/errors/
H A D32.txt23 --.0020000 >> 3
52 --.0020000 >> 3
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dtermios_arch.h53 #define HOST_IMAXBEL 0020000
78 #define HOST_CR2 0020000
/freebsd/contrib/libarchive/libarchive/
H A Dcpio.5119 .It 0020000
204 .It 0020000
H A Darchive_entry.h219 #define AE_IFCHR ((__LA_MODE_T)0020000)
/freebsd/include/
H A Dcpio.h38 #define C_ISCHR 0020000 /* Character special. */
/freebsd/sys/sys/
H A Dstat.h270 #define S_IFCHR 0020000 /* character special */
283 #define S_ISCHR(m) (((m) & 0170000) == 0020000) /* char special */
/freebsd/sys/fs/ext2fs/
H A Dinode.h145 #define IFCHR 0020000 /* Character device. */
/freebsd/lib/libsys/
H A Dstat.2305 #define S_IFCHR 0020000 /* character special */
/freebsd/sys/ufs/ufs/
H A Ddinode.h105 #define IFCHR 0020000 /* Character device. */
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h270 #define S_ISCHR(m) ((m & 0170000) == 0020000) /* char special */
/freebsd/contrib/tcsh/
H A Dtc.os.h217 # define S_IFCHR 0020000 /* character special */
H A Dsh.h751 # define BOLD 0020000 /* Bold flag */
/freebsd/include/rpcsvc/
H A Dnfs_prot.x45 const NFSMODE_CHR = 0020000; /* character special */
/freebsd/share/doc/psd/27.nfsrpc/
H A Dnfs.rfc.ms395 0020000&This is a character special file; "type" field should be NFCHR.