Searched refs:script (Results 1 - 15 of 15) sorted by relevance

/haiku/src/servers/launch/
H A DBaseJob.h49 void _GetSourceFileEnvironment(const char* script,
H A DBaseJob.cpp196 BaseJob::_GetSourceFileEnvironment(const char* script, BStringList& environment) argument
219 command.SetToFormat(". \"%s\"; export -p", script);
/haiku/src/kits/locale/
H A DLanguage.cpp166 const char* script = fICULocale->getScript(); local
167 if (script == NULL || script[0] == '\0')
170 return script;
/haiku/src/apps/packageinstaller/
H A DPackageInstall.cpp243 PackageScript* script = info->GetScript(i); local
246 fCurrentScript = script;
248 status_t status = script->DoInstall(installPath);
250 fprintf(stderr, "Error while running script: %s\n",
257 wait_for_thread(script->GetThreadId(), &status);
260 script->SetThreadId(-1);
H A DPackageItem.cpp594 BString script; local
595 ret = _ParseScript(buffer, fOriginalSize, script, &done);
604 script.ReplaceAll(
607 script.ReplaceAll(
610 script.ReplaceAll(
614 script.ReplaceAll(
617 script.ReplaceAll(
620 script.ReplaceAll(
635 printf("%s\n", script.String());
643 ret = _RunScript(workingDirectory.Path(), script);
707 uint8* script = new uint8[original]; local
734 _RunScript(const char* workingDirectory, const BString& script) argument
[all...]
H A DPackageItem.h144 BString& script, bool* done);
146 const BString& script);
/haiku/src/bin/package/
H A DPackageInfoPrinter.h384 void PrintPostInstallScript(const char* script) const
386 printf("\tpost-install script: %s\n", script);
389 void PrintPreUninstallScript(const char* script) const
391 printf("\tpre-uninstall script: %s\n", script);
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h137 uint32 *script; /* 1 page of on/offboard scripts ram */ member in struct:_Symbios
H A D53c8xx.c247 #define PHADDR(lvar) ((s->sram_phys) + (((uint32) &(lvar)) - ((uint32) s->script)))
666 ** 1. If there is an active transaction, insure that the script is patched
679 s->script[PATCH_DATAIN] = LE(s->active->datain_phys);
680 s->script[PATCH_DATAOUT] = LE(s->active->dataout_phys);
788 d_printf("symbios%ld: started script\n",s->num);
1007 ulong *scr = s->script;
1094 (void **) &(s->script))) < 0){
1099 c = (unsigned char *) s->script;
1118 s->script = (uint32 *) a;
1122 num, s->sram_phys, (uint32) s->script,
[all...]
/haiku/src/preferences/printers/
H A DPrinterListView.cpp364 BMessage script(B_DELETE_PROPERTY);
365 script.AddSpecifier("Printer", view->IndexOf(this));
368 if (msgr.SendMessage(&script,&reply) == B_OK)
/haiku/src/servers/package/
H A DCommitTransactionHandler.h102 const BString& script,
H A DCommitTransactionHandler.cpp1420 const BString& script, bool postNotPre)
1425 BPath scriptPath(&rootDir, script);
1429 "failed get path of %s script \"%s\" of package "
1431 postOrPreInstallWording, script.String(),
1436 .SetPath1(script)
1445 "running %s script \"%s\" of package %s "
1447 postOrPreInstallWording, script.String(),
1455 } else { // positive is an exit code from the script itself.
1495 ERROR("Can't find script: %s\n", scripts.StringAt(i).String());
1499 // symlink to the script
1419 _RunPostOrPreScript(Package* package, const BString& script, bool postNotPre) argument
[all...]
/haiku/
H A Dconfigure994 script="$buildCrossToolsScript"
997 script="${script}_gcc4"
1020 "$script" $scriptArgs "$sourceDir" "$buildCrossTools" \
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php583 echo "<script>\n";
586 echo "//--></script>\n";
752 echo "<script>\n";
755 echo "//--></script>\n";
839 <script type="text/javascript">
854 </script>
/haiku/src/bin/rc/
H A Dparser.y146 script
148 | script enum
149 | script typedef
150 | script resource

Completed in 96 milliseconds