Home
last modified time | relevance | path

Searched defs:CHAR (Results 1 – 16 of 16) sorted by path

/freebsd/bin/ps/
H A Dps.h35 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
/freebsd/contrib/bsddialog/utility/
H A Dutil_theme.c56 CHAR, enumerator
/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c245 #define CHAR (11. / 300.) /* character time (s) */ macro
/freebsd/contrib/tcsh/
H A Dsh.h743 # define CHAR 0x30FFFFFF /* Mask to mask out the character */ macro
745 # define CHAR 0x00FFFFFF /* Mask to mask out the character */ macro
756 # define CHAR 0000377 /* Mask to mask out the character */ macro
766 # define CHAR 0000177 /* Mask to mask out the character */ macro
H A Dtc.str.c628 #define DO_STRBUF(STRBUF, CHAR, STRLEN) \ argument
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c134 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c129 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
/freebsd/lib/libc/gen/
H A Dglob-compat11.c102 #define CHAR(c) ((Char)((c)&M_CHAR)) macro
H A Dglob.c134 #define CHAR(c) ((Char)((c)&M_CHAR)) macro
/freebsd/lib/libc/stdio/
H A Dvfprintf.c75 #define CHAR char macro
H A Dvfwprintf.c75 #define CHAR wchar_t macro
/freebsd/usr.bin/col/
H A Dcol.c74 } CHAR; typedef
/freebsd/usr.bin/lex/
H A Dinitparse.c143 #define CHAR 257 macro
H A Dinitparse.h1 #define CHAR 257 macro
/freebsd/usr.bin/tip/tip/
H A Dtip.h113 #define CHAR 010 /* character value */ macro
/freebsd/usr.bin/ul/
H A Dul.c63 struct CHAR { struct
69 static struct CHAR sobuf[MAXBUF]; /* static output buffer */ argument