Searched refs:quote (Results 1 – 25 of 33) sorted by relevance
12
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | quote.m4 | 1 # quote.m4 serial 5 9 AC_LIBOBJ([quote]) 11 dnl Prerequisites of lib/quote.c.
|
D | gnulib-comp.m4 | 310 lib/quote.c 311 lib/quote.h 412 m4/quote.m4
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | help2man | 528 my $quote = /\W/ ? '"' : ''; 529 print ".SH $quote$_$quote\n";
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | quote.h | 21 char const *quote (char const *name);
|
D | quote.c | 37 quote (char const *name) in quote() function
|
D | gnulib.mk | 471 EXTRA_DIST += quote.c quote.h 473 EXTRA_libsed_a_SOURCES += quote.c
|
D | copy-acl.c | 543 error (0, errno, "%s", quote (src_name)); in copy_acl() 547 error (0, errno, _("preserving permissions for %s"), quote (dst_name)); in copy_acl()
|
D | Makefile.in | 76 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \ 609 obstack.c obstack.h pathmax.h quote.c quote.h quotearg.c \ 647 mkstemp.c obstack.c quote.c quotearg.c realloc.c regcomp.c \ 737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote.Po@am__quote@
|
D | set-mode-acl.c | 488 error (0, errno, _("setting permissions for %s"), quote (name)); in set_acl()
|
/ndk/sources/host-tools/make-3.81/ |
D | ar.c | 232 glob_pattern_p (const char *pattern, int quote) in glob_pattern_p() argument 245 if (quote) in glob_pattern_p()
|
D | README.DOS | 292 you use a Unix-style shell (where a backslash is a quote
|
/ndk/sources/host-tools/make-3.81/po/ |
D | en@quot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
D | en@boldquot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | en@quot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
D | en@boldquot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 304 int __glob_pattern_p __P ((const char *pattern, int quote)); 1170 __glob_pattern_p (pattern, quote) in __glob_pattern_p() argument 1172 int quote; 1185 if (quote && p[1] != '\0')
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | bootstrap.sh.in | 128 ${CC} -DHAVE_CONFIG_H -I.. -I. -c quote.c || exit 1
|
D | bootstrap.sh | 128 ${CC} -DHAVE_CONFIG_H -I.. -I. -c quote.c || exit 1
|
D | Makefile.in | 70 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
|
D | aclocal.m4 | 928 m4_include([m4/quote.m4])
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | Makefile.in | 65 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | Makefile.in | 66 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | Makefile.in | 74 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 3502 * \ (backslash), to quote % <1>: Text Functions. (line 26) 3503 * \ (backslash), to quote % <2>: Static Usage. (line 37) 3504 * \ (backslash), to quote %: Selective Search. (line 38) 3531 * backslash (\), to quote % <1>: Text Functions. (line 26) 3532 * backslash (\), to quote % <2>: Static Usage. (line 37) 3533 * backslash (\), to quote %: Selective Search. (line 38)
|
D | make.texi | 2162 wildcard expansion, where backslash is a quote character. Therefore, 2341 @cindex @code{\} (backslash), to quote @code{%} 2342 @cindex backslash (@code{\}), to quote @code{%} 2346 quote @samp{%} characters can be quoted with more backslashes. 2347 Backslashes that quote @samp{%} characters or other backslashes are 3202 @cindex @code{\} (backslash), to quote @code{%} 3203 @cindex backslash (@code{\}), to quote @code{%} 3206 backslashes (@samp{\}). Backslashes that would otherwise quote @samp{%} 3207 characters can be quoted with more backslashes. Backslashes that quote 6306 @cindex @code{\} (backslash), to quote @code{%} [all …]
|
12