/glibc-2.36/iconv/ |
D | gconv_charset.c | 66 bool ignore; member 76 pc->ignore = false; in gconv_parse_code() 142 pc->ignore = true; in gconv_parse_code() 190 conv_spec->ignore = ptc.ignore; in __gconv_create_spec()
|
D | gconv_open.c | 48 if (conv_spec->ignore) in __gconv_open()
|
D | gconv_int.h | 83 bool ignore; member
|
D | iconv_prog.c | 181 conv_spec.ignore = true; in main()
|
/glibc-2.36/posix/ |
D | annexc.c | 844 const char **ignore; in check_header() local 872 for (ignore = except; *ignore != NULL; ++ignore) in check_header() 873 if (! strcmp (&line[8], *ignore)) in check_header() 875 if (*ignore != NULL) in check_header()
|
/glibc-2.36/hurd/ |
D | hurdsig.c | 624 enum { stop, ignore, core, term, handle } act; in weak_alias() enumerator 706 act = ignore; in weak_alias() 788 act = ignore; in weak_alias() 824 act = ignore; in weak_alias() 839 act = ignore; in weak_alias() 867 act = ignore; in weak_alias() 875 act = ignore; in weak_alias() 911 act = ignore; in weak_alias() 932 case ignore: in weak_alias() 1593 mach_port_t ref, ignore; in reauth_proc() local [all …]
|
/glibc-2.36/nss/nss_files/ |
D | files-alias.c | 78 int ignore = 0; in libc_hidden_def() local 119 if (ignore && isspace (*first_unused)) in libc_hidden_def() 149 ignore = (match != NULL in libc_hidden_def() 152 while (! ignore) in libc_hidden_def()
|
/glibc-2.36/scripts/ |
D | pylintrc | 15 ignore=CVS 87 ignore-comments=yes 90 ignore-docstrings=yes 93 ignore-imports=no 172 ignore-long-lines=^\s*(# )?<?https?://\S+>?$ 186 ignore-mixin-members=yes 204 # List of interface methods to ignore, separated by a comma. This is used for 206 ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFo…
|
D | backport-support.sh | 91 git rm --cached --ignore-unmatch -r "$path"
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | dl-sysdep.c | 169 enum { unknown = 0, dec, hex, str, ignore } form : 8; in _dl_show_auxv() enumerator 193 [AT_IGNOREPPC - 2] = { "IGNOREPPC", ignore }, in _dl_show_auxv() 214 && auxvars[idx].form == ignore)) in _dl_show_auxv()
|
/glibc-2.36/rt/ |
D | tst-shm.c | 197 int ignore; in do_test() local 200 waitpid (pid1, &ignore, 0); in do_test()
|
/glibc-2.36/nscd/ |
D | nscd_gethst_r.c | 243 char *ignore; in nscd_gethst_r() local 328 ignore = alloca (hst_resp.h_addr_list_cnt * INADDRSZ); in nscd_gethst_r() 329 vec[n].iov_base = ignore; in nscd_gethst_r()
|
D | netgroupcache.c | 614 struct dataset *ignore; in addgetnetgrentX_ignore() local 617 &ignore, &tofree); in addgetnetgrentX_ignore()
|
/glibc-2.36/elf/ |
D | dl-sort-maps.c | 105 goto ignore; in _dl_sort_maps_original() 108 ignore:; in _dl_sort_maps_original()
|
/glibc-2.36/math/ |
D | auto-libm-test-out-cpow | 1 cpow 1 0 0 0 ignore-zero-inf-sign 2 = cpow downward binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 -0x0p+0 : ignore-zero-inf-sign inexac… 3 = cpow tonearest binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexac… 4 = cpow towardzero binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexa… 5 = cpow upward binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexact-ok 6 = cpow downward binary64 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 -0x0p+0 : ignore-zero-inf-sign inexac… 7 = cpow tonearest binary64 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexac… 8 = cpow towardzero binary64 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexa… 9 = cpow upward binary64 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexact-ok 10 = cpow downward intel96 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 -0x0p+0 : ignore-zero-inf-sign inexact… [all …]
|
D | README.libm-test | 72 ./testrun.sh math/test-double -u --ignore-max-ulp=yes
|
/glibc-2.36/catgets/ |
D | gencat.c | 724 goto ignore; in read_input_file() 766 goto ignore; in read_input_file() 822 ignore: in read_input_file()
|
/glibc-2.36/manual/ |
D | signal.texi | 165 but for most signals, the program has a choice: ignore the signal, 172 If the specified action for a kind of signal is to ignore it, then any 266 terminate. If you block or ignore these signals or establish handlers 337 @ignore @c These seem redundant 347 @end ignore 576 signals is to ignore them. 623 The default action for this signal is to ignore it. If you establish a 701 or ignored. You can ignore @code{SIGCONT}, but it always causes the 718 @ignore 723 @end ignore [all …]
|
D | README.pretty-printers | 155 if it was typedef'd. This would cause gdb to ignore the pretty printers for
|
/glibc-2.36/localedata/locales/ |
D | ro_RO | 326 % value was not an empty string; otherwise ignore. 328 % was not an empty string; otherwise ignore.
|
/glibc-2.36/locale/ |
D | categories.def | 133 DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_IGNORE_LEN, "ctype-translit-ignore-len", std, word) 134 DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_IGNORE, "ctype-translit-ignore", std, string)
|
/glibc-2.36/locale/programs/ |
D | ld-ctype.c | 1864 int ignore; in read_translit_entry() local 1879 ignore = 0; in read_translit_entry() 1894 if (!ignore) in read_translit_entry() 1911 if (!ignore) in read_translit_entry() 1913 ignore = 0; in read_translit_entry() 1926 ignore = 1; in read_translit_entry()
|
D | ld-collate.c | 424 void *ignore = NULL; in check_duplicate() local 426 if (find_entry (&charmap->char_table, symbol, symbol_len, &ignore) == 0) in check_duplicate() 434 && (find_entry (&repertoire->char_table, symbol, symbol_len, &ignore) in check_duplicate() 442 if (find_entry (&collate->sym_table, symbol, symbol_len, &ignore) == 0) in check_duplicate() 449 if (find_entry (&collate->elem_table, symbol, symbol_len, &ignore) == 0) in check_duplicate()
|
/glibc-2.36/libio/ |
D | oldfileops.c | 530 if (ignore (to_skip) != to_skip) in _IO_old_file_seekoff()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl_db | 100 nor is < 0 and equal to -MATCH_PID, ignore it.
|