/glibc-2.36/posix/ |
D | wordexp.c | 51 const char *ifs_white, int quoted); 431 int quoted = 0; /* 1 if singly-quoted, 2 if doubly */ in parse_glob() local 447 if (quoted == 0) in parse_glob() 449 quoted = 1; in parse_glob() 452 else if (quoted == 1) in parse_glob() 454 quoted = 0; in parse_glob() 460 if (quoted == 0) in parse_glob() 462 quoted = 2; in parse_glob() 465 else if (quoted == 2) in parse_glob() 467 quoted = 0; in parse_glob() [all …]
|
D | tst-regcomp-truncated.c | 171 char *quoted = support_quote_blob in do_test() local 175 quoted, re_syntax_options, msg); in do_test() 176 free (quoted); in do_test()
|
D | wordexp-tst.sh | 89 we_wordv[0] = ""$* quoted" param quoted" 102 we_wordv[0] = ""$@ quoted""
|
D | tst-regex.input | 7520 (parse_dollars): Don't field-split if quoted.
|
/glibc-2.36/support/ |
D | support_descriptors.c | 141 char *quoted = support_quote_string (d->link_target); in support_descriptors_dump() local 143 prefix, d->fd, quoted, in support_descriptors_dump() 147 free (quoted); in support_descriptors_dump() 188 char *quoted = support_quote_string (right->link_target); in report_opened_descriptor() local 189 printf ("error: descriptor %d was opened (\"%s\")\n", right->fd, quoted); in report_opened_descriptor() 190 free (quoted); in report_opened_descriptor()
|
D | support_test_compare_blob.c | 41 char *quoted = support_quote_blob (blob, length); in report_blob() local 42 printf (" \"%s\"\n", quoted); in report_blob() 43 free (quoted); in report_blob()
|
D | support_test_compare_string_main.c | 44 char *quoted = SUPPORT_QUOTE_BLOB (blob, length); in report_string() local 45 printf (" %s\"%s\"\n", LPREFIX, quoted); in report_string() 46 free (quoted); in report_string()
|
/glibc-2.36/stdlib/ |
D | tst-arc4random-fork.c | 161 char *quoted = support_quote_blob (bytes, random_size); in do_test_func() local 165 quoted, indexes[i - 1].run, indexes[i - 1].process_index, in do_test_func() 167 free (quoted); in do_test_func()
|
D | tst-arc4random-thread.c | 315 char *quoted = support_quote_blob (p->bytes, p->size); in do_test_func() local 317 fname, quoted, (int) p->size); in do_test_func() 322 free (quoted); in do_test_func()
|
/glibc-2.36/argp/ |
D | argp-parse.c | 794 if (parser->state.quoted && parser->state.next < parser->state.quoted) in parser_parse_next() 799 parser->state.quoted = 0; in parser_parse_next() 801 if (parser->try_getopt && !parser->state.quoted) in parser_parse_next() 831 parser->state.quoted = parser->state.next; in parser_parse_next()
|
D | argp.h | 297 int quoted; member
|
/glibc-2.36/locale/programs/ |
D | locale.c | 1094 char *quoted = quote_string (locpath); in setlocale_diagnostics() local 1095 if (quoted != NULL) in setlocale_diagnostics() 1099 quoted); in setlocale_diagnostics() 1102 free (quoted); in setlocale_diagnostics()
|
/glibc-2.36/manual/ |
D | pattern.texi | 1935 @var{words} unless they are quoted; likewise for newline. If you use 1937 code. Don't use parentheses or braces unless they are quoted or part of 2119 word, and only if none of the characters to be transformed is quoted in
|
D | argp.texi | 618 @item int quoted
|
D | texinfo.tex | 7529 % Do the @verb magic: verbatim text is quoted by unique
|
/glibc-2.36/timezone/ |
D | southamerica | 30 # -- E O Cutler, _New York Times_ (1937-02-14), quoted in 608 # 9/95 says that DST is observed only in the ten states I quoted from 9/95,
|
D | asia | 648 # This is quoted from Official Gazette of the Islamic Republic of 1931 # From Dharmasiri Senanayake, Sri Lanka Media Minister (1996-10-24), as quoted
|
D | europe | 166 # proponents (who eventually won the argument) are quoted as using ``Summer''. 247 # S.R.&O. 1916, No. 382 and HO 45/10811/312364 (quoted above) say otherwise.
|
D | australasia | 1279 # quoted in the KTMH section of the Radio Heritage Collection
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 7520 (parse_dollars): Don't field-split if quoted.
|
D | ChangeLog.17 | 4673 * time/tst-posixtz.c: Add tests for quoted timezone names.
|
D | ChangeLog.16 | 758 quoted string.
|