Home
last modified time | relevance | path

Searched refs:ismeta (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libusb/
HDlibusb20_desc.h113 #define LIBUSB20_ME_STRUCT(n, field, arg, ismeta) \ argument
114 ismeta ( LIBUSB20_ME_STRUCT, 1, 0, ) \
115 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field; )
117 #define LIBUSB20_ME_STRUCT_ARRAY(n, field, arg, ismeta) \ argument
118 ismeta ( LIBUSB20_ME_STRUCT , (arg) & 0xFF, \
120 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field [arg]; )
122 #define LIBUSB20_ME_INTEGER(n, field, ismeta, un, u, bits, a, size) \ argument
123 ismeta ( LIBUSB20_ME_INT##bits | \
126 LIBUSB20_NOT(ismeta) ( u##int##bits##_t \
129 #define LIBUSB20_ME_UINT8_T(n, field, arg, ismeta) \ argument
[all …]
/freebsd-11-stable/contrib/bmake/
HDmetachar.h38 #define ismeta(c) _metachar[(c) & 0x7f] macro
43 while (!ismeta(*cmd)) in hasmeta()
52 while (!ismeta(*cmd) && *cmd != ':' && *cmd != '=') { in needshell()
HDvar.c2346 if (isspace((unsigned char)*str) || ismeta((unsigned char)*str)) in VarQuote()
/freebsd-11-stable/contrib/tcsh/
HDtw.h78 #define ismetahash(a) (ismeta(a) && (a) != '#')
HDglob.c71 #undef ismeta
135 #define ismeta(c) (((c)&M_META) != 0) macro
527 if (ismeta(*p)) in glob2()
HDsh.char.h165 #define ismeta(c) cmap((c), _META) macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDglob.c142 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
552 if (ismeta(*p)) in glob2()
845 printf("%c", ismeta(*p) ? '_' : ' '); in qprintf()
/freebsd-11-stable/lib/libc/gen/
HDglob.c147 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
688 if (ismeta(*p)) in glob2()
1101 (void)printf("%c", (ismeta(*p) ? '_' : ' ')); in qprintf()
/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDglob.c131 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
671 if (ismeta(*p))
1060 (void)printf("%c", ismeta(*p) ? '_' : ' ');