Searched refs:lflags (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | a_strex.c | 298 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, in do_dump() argument 312 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) { in do_dump() 356 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, in do_print_ex() argument 365 flags = (unsigned char)(lflags & ESC_FLAGS); in do_print_ex() 371 if (lflags & ASN1_STRFLGS_SHOW_TYPE) { in do_print_ex() 383 if (lflags & ASN1_STRFLGS_DUMP_ALL) in do_print_ex() 386 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE) in do_print_ex() 394 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) in do_print_ex() 399 len = do_dump(lflags, io_ch, arg, str); in do_print_ex() 406 if (lflags & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()
|
/external/toybox/toys/pending/ |
D | stty.c | 111 static const struct flag lflags[] = { variable 234 !set_flag(&new->c_lflag, lflags, ARRAY_LEN(lflags), option, on)) in set_option() 445 show_flags(old.c_lflag, sane.c_lflag, lflags, ARRAY_LEN(lflags)); in do_stty()
|
/external/python/cpython2/Tools/pybench/ |
D | CommandLine.py | 422 flags,lflags = _getopt_flags(self.options) 424 optlist,files = getopt.getopt(self.arguments,flags,lflags)
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 98 new[3] = new[3] & ~termios.ECHO # lflags
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 98 new[3] = new[3] & ~termios.ECHO # lflags
|