Searched refs:skel (Results 1 - 11 of 11) sorted by relevance

/external/bison/data/
H A DMakefile.am18 c-skel.m4 c.m4 yacc.c glr.c \
19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
20 java-skel.m4 java.m4 lalr1.java
/external/toybox/toys/pending/
H A Duseradd.c117 * 2. Copy /etc/skel dir contents to use home dir
135 // create home dir & copy skel dir to home
137 char *skel = "/etc/skel", *p = pwd.pw_dir; local
141 if (!access(skel, R_OK))
142 toys.exitval = xrun((char *[]){"cp", "-R", skel, p, 0});
148 } else fprintf(stderr, "'%s' exists, not copying '%s'", p, skel);
/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp40 UnicodeString skel((UBool)(skeletonLength == -1), skeleton, skeletonLength);
42 DateIntervalFormat::createInstance(skel, Locale(locale), *status));
/external/bison/djgpp/
H A Dconfig.bat211 test -f %XSRC%/data/c++-skel.m4
212 if not errorlevel 1 mv -f %XSRC%/data/c++-skel.m4 %XSRC%/data/cxx-skel.m4
213 test -f %XSRC%/data/cxx-skel.m4
214 if errorlevel 1 mv -f %XSRC%/data/cpp-skel.m4 %XSRC%/data/cxx-skel.m4
262 test -f %XSRC%/src/c-scan-skel.c
264 test -f %XSRC%/src/scan-skel-c.c
265 if not errorlevel 1 mv -f %XSRC%/src/scan-skel-c.c %XSRC%/src/c-scan-skel
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c377 const UChar * skel; member in struct:DTPtnGenOptionsData
396 /*loc skel options expectedPattern */
419 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1,
427 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp845 const char *skel; member in struct:DTPtnGenOptionsData
852 // locale skel expectedPattern options
897 UnicodeString skel(testDataPtr->skel);
907 UnicodeString pattern = dtpgen->getBestPattern(skel, options, status);
910 UnicodeString(", skeleton ") + skel +
/external/bison/
H A DAndroid.mk181 src/scan-skel-c.c \
/external/linux-tools-perf/src/tools/perf/Documentation/
H A DMakefile21 API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java1194 public TestOptionsItem(String loc, String skel, String expectedPat, int opts) { argument
1196 skeleton = skel;
/external/mksh/src/
H A DBuild.sh2667 Copy dot.mkshrc to /etc/skel/.mkshrc; install mksh into $prefix/bin; or
2669 using $NROFF. Consider using a forward script as /etc/skel/.mkshrc like
/external/bison/tests/
H A Dtestsuite7387 cat >skel.c <<'_ATEOF'
7414 --skeleton ./skel.c input.y"
7421 --skeleton ./skel.c input.y
7436 --skeleton ./skel.c input.y"
7442 --skeleton ./skel.c input.y
7496 --skeleton ./skel.c input.y"
7502 --skeleton ./skel.c input.y
19642 cat >tmp/skel.c <<'_ATEOF'
19650 cat >skel.c <<'_ATEOF'
19659 %skeleton "./skel
[all...]

Completed in 1821 milliseconds