Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb20_desc.h114 #define LIBUSB20_ME_STRUCT(n, field, arg, ismeta) \ argument
115 ismeta ( LIBUSB20_ME_STRUCT, 1, 0, ) \
116 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field; )
118 #define LIBUSB20_ME_STRUCT_ARRAY(n, field, arg, ismeta) \ argument
119 ismeta ( LIBUSB20_ME_STRUCT , (arg) & 0xFF, \
121 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field [arg]; )
123 #define LIBUSB20_ME_INTEGER(n, field, ismeta, un, u, bits, a, size) \ argument
124 ismeta ( LIBUSB20_ME_INT##bits | \
127 LIBUSB20_NOT(ismeta) ( u##int##bits##_t \
130 #define LIBUSB20_ME_UINT8_T(n, field, arg, ismeta) \ argument
[all …]
/freebsd/contrib/tcsh/
H A Dtw.h78 #define ismetahash(a) (ismeta(a) && (a) != '#')
H A Dglob.c71 #undef ismeta
135 #define ismeta(c) (((c)&M_META) != 0) macro
527 if (ismeta(*p)) in glob2()
H A Dsh.char.h165 #define ismeta(c) cmap((c), _META) macro
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c142 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
552 if (ismeta(*p)) in glob2()
845 printf("%c", ismeta(*p) ? '_' : ' '); in qprintf()
/freebsd/lib/libc/gen/
H A Dglob-compat11.c111 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
651 if (ismeta(*p)) in glob2()
1078 (void)printf("%c", (ismeta(*p) ? '_' : ' ')); in qprintf()
H A Dglob.c143 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
684 if (ismeta(*p)) in glob2()
1110 (void)printf("%c", (ismeta(*p) ? '_' : ' ')); in qprintf()
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c138 #define ismeta(c) (((c)&M_QUOTE) != 0) macro
675 if (ismeta(*p))
1073 (void)printf("%c", ismeta(*p) ? '_' : ' ');
/freebsd/contrib/bmake/
H A DChangeLog1928 rename ismeta to is_shell_metachar