Searched refs:sources (Results 1 - 4 of 4) sorted by relevance

/haiku/3rdparty/pulkomandy/
H A Dunbootstrap.sh27 if [[ -d develop/sources/$oldpkgname ]]; then
29 mv develop/sources/$oldpkgname develop/sources/$newpkgname;
31 echo "WARN: Want to fix source directory, but develop/sources/$oldpkgname missing!"
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp1237 const char **sources = new const char*[argc]; local
1238 if (!sources) {
1242 ArrayDeleter<const char*> _(sources);
1305 sources[sourceCount++] = arg;
1316 const char *target = sources[--sourceCount];
1377 const char *source = sources[i];
/haiku/
H A Dconfigure21 from the sources (in several phases).
47 Toolchain sources for cross compilation.
49 buildtools sources.
61 --include-sources Includes the source code of projects that require
63 patched sources. This is preferable when
95 --with-gdb <gdb sources dir>
771 --include-sources) HAIKU_INCLUDE_SOURCES=1; shift 1;;
990 # build cross tools from sources
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp320 const StringVector& sources,
1402 const StringVector& licenses, const StringVector& sources,
1443 if (sources.CountStrings() > 0) {
1446 for (int32 i = 0; i < sources.CountStrings(); i++) {
1447 const char* source = sources.StringAt(i);
1401 AddCopyrightEntry(const char* name, const char* text, const StringVector& licenses, const StringVector& sources, const char* url) argument

Completed in 50 milliseconds